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 2020/03/19 21:19:42 UTC

[GitHub] [hbase] saintstack commented on a change in pull request #1311: HBASE-23984 [Flakey Tests] TestMasterAbortAndRSGotKilled fails in tea…

saintstack commented on a change in pull request #1311: HBASE-23984 [Flakey Tests] TestMasterAbortAndRSGotKilled fails in tea…
URL: https://github.com/apache/hbase/pull/1311#discussion_r395325828
 
 

 ##########
 File path: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/handler/CloseRegionHandler.java
 ##########
 @@ -133,4 +123,10 @@ public void process() {
         remove(this.regionInfo.getEncodedNameAsBytes(), Boolean.FALSE);
     }
   }
+
+  @Override protected void handleException(Throwable t) {
 
 Review comment:
   Yes, inconsistently used. Here trying to keep w/ the herd.

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