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/06/09 16:19:26 UTC

[GitHub] [hbase] Apache9 commented on a change in pull request #1865: HBASE-24117 Shutdown AssignmentManager before ProcedureExecutor may c…

Apache9 commented on a change in pull request #1865:
URL: https://github.com/apache/hbase/pull/1865#discussion_r437076909



##########
File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
##########
@@ -1530,6 +1530,11 @@ protected void stopServiceThreads() {
 
     LOG.debug("Stopping service threads");
 
+    // stop procedure executor priority to other services such as server manager and assignment

Review comment:
       It will wait until all the worker threads are quit.




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