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 2019/08/02 02:11:57 UTC

[GitHub] [hbase] openinx commented on a change in pull request #437: HBASE-22539 WAL corruption due to early DBBs re-use when Durability.A…

openinx commented on a change in pull request #437: HBASE-22539 WAL corruption due to early DBBs re-use when Durability.A…
URL: https://github.com/apache/hbase/pull/437#discussion_r309955443
 
 

 ##########
 File path: hbase-server/src/main/java/org/apache/hadoop/hbase/ipc/ServerCall.java
 ##########
 @@ -141,14 +147,43 @@ public void done() {
     cleanup();
   }
 
+  private void release(int mask) {
 
 Review comment:
   So if the WAL Entry did not finish the append processing,  then the RpcCall will be always traped in this for loop ?  May be CPU consuming here I think. 

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