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 2019/12/30 06:49:58 UTC

[GitHub] [hbase] binlijin commented on a change in pull request #961: HBASE-23615 Use a dedicated thread for executing WorkerMonitor in Pro…

binlijin commented on a change in pull request #961: HBASE-23615 Use a dedicated thread for executing WorkerMonitor in Pro…
URL: https://github.com/apache/hbase/pull/961#discussion_r361909959
 
 

 ##########
 File path: hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/ProcedureExecutor.java
 ##########
 @@ -217,6 +217,11 @@ protected boolean shouldKillAfterStoreUpdate(final boolean isSuspended) {
    */
   private TimeoutExecutorThread<TEnvironment> timeoutExecutor;
 
+  /**
+   * Use a dedicated thread for executing WorkerMonitor.
 
 Review comment:
   Ok, done.

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