HBASE-25509 fix typo when resolving conflicts

This commit is contained in:
Duo Zhang 2021-01-20 23:35:49 +08:00
parent f70229b193
commit 423ffb8a76
1 changed files with 1 additions and 1 deletions

View File

@ -1512,7 +1512,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());