Coordinator: Stop databaseRuleManager in stopBeingLeader

This commit is contained in:
Gian Merlino 2013-12-16 11:12:20 -08:00
parent 36756e611b
commit d2451fa37b
1 changed files with 2 additions and 1 deletions

View File

@ -554,8 +554,9 @@ public class DruidCoordinator
}
loadManagementPeons.clear();
databaseSegmentManager.stop();
serverInventoryView.stop();
databaseRuleManager.stop();
databaseSegmentManager.stop();
leader = false;
}
catch (Exception e) {