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


With regards,
Apache Git Services

Reply via email to