You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/06/18 20:51:16 UTC

[GitHub] [hbase] bharathv opened a new pull request #3400: HBASE-25998: Redo synchronization in SyncFuture

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


   Currently uses coarse grained synchronized approach that seems to
   create a lot of contention. This patch
   
   - Uses a reentrant lock instead of synchronized monitor
   - Switches to a condition variable based waiting rather than busy wait
   - Removed synchronization for unnecessary fields
   
   Signed-off-by: Michael Stack <st...@apache.org>
   Signed-off-by: Andrew Purtell <ap...@apache.org>
   Signed-off-by: Duo Zhang <zh...@apache.org>
   Signed-off-by: Viraj Jasani <vj...@apache.org>
   (cherry picked from commit 6bafb596421974717697b28d0856453245759c15)


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



[GitHub] [hbase] Apache-HBase commented on pull request #3400: HBASE-25998: Redo synchronization in SyncFuture

Posted by GitBox <gi...@apache.org>.
Apache-HBase commented on pull request #3400:
URL: https://github.com/apache/hbase/pull/3400#issuecomment-863553502






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



[GitHub] [hbase] bharathv merged pull request #3400: HBASE-25998: Redo synchronization in SyncFuture

Posted by GitBox <gi...@apache.org>.
bharathv merged pull request #3400:
URL: https://github.com/apache/hbase/pull/3400


   


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