naver / arcus-spring

ARCUS as a caching provider for the Spring Cache Abstraction
Apache License 2.0
26 stars 16 forks source link

FIX: select lock with mod operation #26

Closed hjyun328 closed 3 years ago

hjyun328 commented 3 years ago

Spring cache의 sync 기능을 사용하여 key에 따른 lock을 획득할 때, array 범위에 벗어나는 index로 lock을 획득할 수 있는 문제가 있어 수정하였습니다.