keyboardbobo commented on PR #4066: URL: https://github.com/apache/bookkeeper/pull/4066#issuecomment-3540509540
> java.lang.ArrayIndexOutOfBoundsException: 1774 > at org.apache.bookkeeper.util.collections.ConcurrentLongHashMap$Section.get(ConcurrentLongHashMap.java:346) ~[bookkeeper-server-4.14_vivo-1.5.3-20251114.065856-16.jar:4.14_vivo-1.5.3-SNAPSHOT] > at org.apache.bookkeeper.util.collections.ConcurrentLongHashMap.get(ConcurrentLongHashMap.java:206) ~[bookkeeper-server-4.14_vivo-1.5.3-20251114.065856-16.jar:4.14_vivo-1.5.3-SNAPSHOT] @thetumbled I cherry-pick this PR, but the error still occurred, although the probability of it appearing was greatly reduced. Should we only access the array `long storedKey = keys[bucket]` after verifying that `validate(stamp)` passes? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
