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 (#4001)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
  • Loading branch information
sunhelly committed Jan 5, 2022
1 parent e50f499 commit 2b05e68
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2711,6 +2711,7 @@ protected void stopServiceThreads() {
if (this.choreService != null) {
shutdownChore(nonceManagerChore);
shutdownChore(compactionChecker);
shutdownChore(compactedFileDischarger);
shutdownChore(periodicFlusher);
shutdownChore(healthCheckChore);
shutdownChore(storefileRefresher);
Expand Down

0 comments on commit 2b05e68

Please sign in to comment.