when histogram observe over (1 >> 32 - 2) times #1115
greymonster-mm
started this conversation in
General
Replies: 1 comment
-
I would be surprised if it happened in that way, but perhaps I'm misunderstanding you. Do you have a code example to reproduce the behavior? That would clarify a lot and would help to debug. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when histogram observe over (1 >> 32 - 2) times , the write method will block....
countAndHotIdx use lower 63 bit as count , but hotCounts.count use 64 bit , when histogram observe over (1 >> 32 - 2) times , here will block always....
Beta Was this translation helpful? Give feedback.
All reactions