Skip to content

Commit

Permalink
HBASE-26578 CompactedHFilesDischarger should be shutdown when abortin…
Browse files Browse the repository at this point in the history
…g regionserver (#3946)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
  • Loading branch information
sunhelly committed Jan 5, 2022
1 parent 70cb9b0 commit ce2bbaf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3542,6 +3542,7 @@ public BrokenStoreFileCleaner getBrokenStoreFileCleaner(){
protected void stopChores() {
shutdownChore(nonceManagerChore);
shutdownChore(compactionChecker);
shutdownChore(compactedFileDischarger);
shutdownChore(periodicFlusher);
shutdownChore(healthCheckChore);
shutdownChore(executorStatusChore);
Expand Down

0 comments on commit ce2bbaf

Please sign in to comment.