JSurf commented on pull request #67:
URL: https://github.com/apache/commons-pool/pull/67#issuecomment-803868476


   @psteitz Thats an interesting question. From what I understand 
ConcurrentHashMap seems at least make sure that the iterator itself does not 
fail and already does some kind of "snapshot" behaviour. It may or may not show 
concurrent changes depending on the implementation but it should not fail
   
   
https://stackoverflow.com/questions/3768554/is-iterating-concurrenthashmap-values-thread-safe


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to