Skip to content

Commit

Permalink
Fix tests from controller
Browse files Browse the repository at this point in the history
  • Loading branch information
deepthi912 committed Oct 20, 2024
1 parent e347613 commit 93c98b1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ public Map<String, Object> getDefaultControllerConfiguration() {
Map<String, Object> properties = new HashMap<>();
properties.put(ControllerConf.ZK_STR, getZkUrl());
properties.put(ControllerConf.HELIX_CLUSTER_NAME, getHelixClusterName());
properties.put(ControllerConf.CONTROLLER_HOST, LOCAL_HOST);
int controllerPort = NetUtils.findOpenPort(_nextControllerPort);
properties.put(ControllerConf.CONTROLLER_PORT, controllerPort);
if (_controllerPort == 0) {
Expand Down

0 comments on commit 93c98b1

Please sign in to comment.