lhotari opened a new issue, #21106: URL: https://github.com/apache/pulsar/issues/21106
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version any ### Minimal reproduce step Pulsar collection classes with Long pair keys contain a bug in the hash bucket algorithm implementation. This happens whenever the collections are used. ### What did you expect to see? Hash bucket algorithm should be properly implemented. ### What did you see instead? This bug wastes CPU cycles because of the inefficient storage and retrieval since collisions will be very likely when the used capacity of the collection implementation increases. ### Anything else? _No response_ ### Are you willing to submit a PR? - [X] I'm willing to submit a PR! -- 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]
