HBASE-26578 CompactedHFilesDischarger should be shutdown when aborting regionserver (#3946)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
70cb9b0ba9
commit
ce2bbaf30a
|
@ -3542,6 +3542,7 @@ public class HRegionServer extends HBaseServerBase<RSRpcServices>
|
|||
protected void stopChores() {
|
||||
shutdownChore(nonceManagerChore);
|
||||
shutdownChore(compactionChecker);
|
||||
shutdownChore(compactedFileDischarger);
|
||||
shutdownChore(periodicFlusher);
|
||||
shutdownChore(healthCheckChore);
|
||||
shutdownChore(executorStatusChore);
|
||||
|
|
Loading…
Reference in New Issue