HBASE-25509 fix typo when resolving conflicts
This commit is contained in:
parent
559a1f0a28
commit
219273768e
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue