bharathv opened a new pull request #3382:
URL: https://github.com/apache/hbase/pull/3382


   Currently uses coarse grained synchronized approach that seems to
   create a lot of contention. This patch
   
   - Use a reentrant lock instead of synchronized
   - Condition variable based waiting rather than busy wait
   - Removed synchronization for unnecessary fields..


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


Reply via email to