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/04/17 20:43:28 UTC

[GitHub] [accumulo] keith-turner opened a new pull request #1100: Avoid locking in tserver when reading online tablets

keith-turner opened a new pull request #1100: Avoid locking in tserver when reading online tablets
URL: https://github.com/apache/accumulo/pull/1100
 
 
   Profiling Accumulo during running a performance test showed lots of lock
   contention for the map of online tablets.  Most operations need to read
   this map.  This change creates a read only snapshot of the online
   tablets that is used to avoid lock contention.

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