HBASE-25509 fix typo when resolving conflicts
This commit is contained in:
parent
f70229b193
commit
423ffb8a76
|
@ -1512,7 +1512,7 @@ public class HMaster extends HRegionServer implements MasterServices {
|
||||||
private void stopChores() {
|
private void stopChores() {
|
||||||
if (getChoreService() != null) {
|
if (getChoreService() != null) {
|
||||||
shutdownChore(expiredMobFileCleanerChore);
|
shutdownChore(expiredMobFileCleanerChore);
|
||||||
shutdownChore(expiredMobFileCleanerChore);
|
shutdownChore(mobCompactChore);
|
||||||
shutdownChore(balancerChore);
|
shutdownChore(balancerChore);
|
||||||
if (regionNormalizerManager != null) {
|
if (regionNormalizerManager != null) {
|
||||||
shutdownChore(regionNormalizerManager.getRegionNormalizerChore());
|
shutdownChore(regionNormalizerManager.getRegionNormalizerChore());
|
||||||
|
|
Loading…
Reference in New Issue