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

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
Xiaolin Ha 2022-01-05 11:10:16 +08:00 committed by GitHub
parent 70cb9b0ba9
commit ce2bbaf30a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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);