Description
ZkController.publishAndWaitForDownStates uses a List<String> to keep track of all core names that have been published as down. It should use a set of coreNodeNames instead of core names for correctness.
ZkController.publishAndWaitForDownStates uses a List<String> to keep track of all core names that have been published as down. It should use a set of coreNodeNames instead of core names for correctness.