Apache9 commented on a change in pull request #2824:
URL: https://github.com/apache/hbase/pull/2824#discussion_r550775686
##########
File path:
hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/RemoteProcedureDispatcher.java
##########
@@ -106,6 +106,10 @@ public boolean start() {
return true;
}
+ protected void setUncaughtExceptionHandler(UncaughtExceptionHandler eh) {
Review comment:
Better name it something else? Like
setTimeoutExecutorUncaughtExceptionHandler? As we have a method all
getUncaugtExceptionHandler in this class, for getting uncaughtExceptionHandler
for the thread pool.
----------------------------------------------------------------
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]