HBASE-25509 fix typo when resolving conflicts

This commit is contained in:
Duo Zhang 2021-01-20 23:35:49 +08:00
parent 559a1f0a28
commit 219273768e
1 changed files with 1 additions and 1 deletions

View File

@ -1513,7 +1513,7 @@ public class HMaster extends HRegionServer implements MasterServices {
private void stopChores() {
if (getChoreService() != null) {
shutdownChore(expiredMobFileCleanerChore);
shutdownChore(expiredMobFileCleanerChore);
shutdownChore(mobCompactChore);
shutdownChore(balancerChore);
if (regionNormalizerManager != null) {
shutdownChore(regionNormalizerManager.getRegionNormalizerChore());