lhotari commented on PR #23217:
URL: https://github.com/apache/pulsar/pull/23217#issuecomment-2309295608

   > A concurrent hash map (no matter the `ConcurrentOpenHashMap` in Pulsar or 
the official `ConcurrentHashMap`) is not a synchronized hash map.
   
   @BewareMyPower btw. not the same same, but might be useful information: Some 
map implementations don't have an atomic computeIfAbsent implementation, for 
example ConcurrentSkipListMap. Issue #21301 was about that.


-- 
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]

Reply via email to