virajjasani commented on a change in pull request #1765:
URL: https://github.com/apache/hbase/pull/1765#discussion_r429594574



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/handler/RegionReplicaFlushHandler.java
##########
@@ -130,11 +130,7 @@ void triggerFlushInPrimaryRegion(final HRegion region) 
throws IOException {
           
ServerRegionReplicaUtil.getRegionInfoForDefaultReplica(region.getRegionInfo())
             .getRegionNameAsString(),
           region.getRegionInfo().getRegionNameAsString(), 
counter.getAttemptTimes(), e);
-        try {

Review comment:
       Ok got it. Yes this example makes sense. Are you saying that similar to 
this one, all the other places also need to handle Interruptions?




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