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/06/06 23:47:39 UTC

[GitHub] [hbase] saintstack commented on a change in pull request #105: should closing flag be set false in HRegion.java

saintstack commented on a change in pull request #105: should closing flag be set false in HRegion.java
URL: https://github.com/apache/hbase/pull/105#discussion_r291412048
 
 

 ##########
 File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
 ##########
 @@ -1710,6 +1710,7 @@ public void setTimeoutForWriteLock(long timeoutForWriteLock) {
       LOG.info("Closed " + this);
       return result;
     } finally {
+      this.closing.set(false);
 
 Review comment:
   Not sure how this addresses problem in the issue and what the benefit is here?

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