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/18 21:03:47 UTC

[GitHub] [accumulo] keith-turner edited a comment on issue #1100: Avoid locking in tserver when reading online tablets

keith-turner edited a comment on issue #1100: Avoid locking in tserver when reading online tablets
URL: https://github.com/apache/accumulo/pull/1100#issuecomment-484688906
 
 
   > This is cool. Did you see performance improvements avoiding all these locks?
   
   A little bit.  What I find is that when I get rid of one lock that is causing contention it allows another one to shine.  There are still other cases of lock contention that I saw in the profiling data.  These only showed up after fixing this.

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