apurtell commented on a change in pull request #2574:
URL: https://github.com/apache/hbase/pull/2574#discussion_r510316643



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
##########
@@ -1174,7 +1178,7 @@ public HStore call() throws IOException {
           LOG.info("Setting FlushNonSloppyStoresFirstPolicy for the region=" + 
this);
         }
       } catch (InterruptedException e) {
-        throw (InterruptedIOException)new 
InterruptedIOException().initCause(e);
+        throwOnInterrupt(e);

Review comment:
       Ok




----------------------------------------------------------------
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:
[email protected]


Reply via email to