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() {
|
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