HBASE-20102 AssignmentManager#shutdown doesn't shut down scheduled executor
Signed-off-by: Josh Elser <elserj@apache.org>
This commit is contained in:
parent
27f803f320
commit
9a7a36750f
|
@ -3790,6 +3790,7 @@ public class AssignmentManager extends ZooKeeperListener {
|
||||||
|
|
||||||
// Shutdown the threadpool executor service
|
// Shutdown the threadpool executor service
|
||||||
threadPoolExecutorService.shutdownNow();
|
threadPoolExecutorService.shutdownNow();
|
||||||
|
scheduledThreadPoolExecutor.shutdownNow();
|
||||||
zkEventWorkers.shutdownNow();
|
zkEventWorkers.shutdownNow();
|
||||||
regionStateStore.stop();
|
regionStateStore.stop();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue