HBASE-20102 AssignmentManager#shutdown doesn't shut down scheduled executor

Signed-off-by: Josh Elser <elserj@apache.org>
This commit is contained in:
Andrew Purtell 2018-02-27 15:53:43 -08:00
parent 27f803f320
commit 9a7a36750f
1 changed files with 1 additions and 0 deletions

View File

@ -3790,6 +3790,7 @@ public class AssignmentManager extends ZooKeeperListener {
// Shutdown the threadpool executor service
threadPoolExecutorService.shutdownNow();
scheduledThreadPoolExecutor.shutdownNow();
zkEventWorkers.shutdownNow();
regionStateStore.stop();
}