HBASE-26578 CompactedHFilesDischarger should be shutdown when aborting regionserver (#4001)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
e50f4991da
commit
2b05e68ae1
@ -2711,6 +2711,7 @@ public class HRegionServer extends Thread implements
|
|||||||
if (this.choreService != null) {
|
if (this.choreService != null) {
|
||||||
shutdownChore(nonceManagerChore);
|
shutdownChore(nonceManagerChore);
|
||||||
shutdownChore(compactionChecker);
|
shutdownChore(compactionChecker);
|
||||||
|
shutdownChore(compactedFileDischarger);
|
||||||
shutdownChore(periodicFlusher);
|
shutdownChore(periodicFlusher);
|
||||||
shutdownChore(healthCheckChore);
|
shutdownChore(healthCheckChore);
|
||||||
shutdownChore(storefileRefresher);
|
shutdownChore(storefileRefresher);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user