ndimiduk 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_r395312284
##########
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:
Maybe it's just because I'm new to the *Handler code, but it's not clear to
me why one would handle exceptions locally vs. handle them from this
`handleException` method. I guess it's all hooks for operating within the
confines of a `Runnable` off on a thread pool somewhere.
----------------------------------------------------------------
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]
With regards,
Apache Git Services