HBASE-26578 CompactedHFilesDischarger should be shutdown when aborting regionserver (#4001)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
Xiaolin Ha 2022-01-05 15:26:49 +08:00 committed by haxiaolin
parent e50f4991da
commit 2b05e68ae1
1 changed files with 1 additions and 0 deletions

View File

@ -2711,6 +2711,7 @@ public class HRegionServer extends Thread implements
if (this.choreService != null) {
shutdownChore(nonceManagerChore);
shutdownChore(compactionChecker);
shutdownChore(compactedFileDischarger);
shutdownChore(periodicFlusher);
shutdownChore(healthCheckChore);
shutdownChore(storefileRefresher);