You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/09/11 22:44:07 UTC

[GitHub] [accumulo] belugabehr opened a new pull request #1357: Use ConcurrentHashMap instead of synchronized blocks

belugabehr opened a new pull request #1357: Use ConcurrentHashMap instead of synchronized blocks
URL: https://github.com/apache/accumulo/pull/1357
 
 
   May endure a bit more overhead since `ConcurrentHashMap` a lock is obtained for every insertion/deletion (v.s. one lock for the entire operation) but will allow for greater concurrency since two threads could lock just sub-sections of the Map at one time.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services