commit | 6a4c4d9ecd0fd49b938d65ac909f7b47804d49d9 | [log] [tgz] |
---|---|---|
author | Michael Blow <mblow@apache.org> | Tue Jun 12 12:10:17 2018 -0400 |
committer | Michael Blow <mblow@apache.org> | Tue Jun 12 10:13:58 2018 -0700 |
tree | 076deecefb3ce3ccb618819e1a11c81ded711c10 | |
parent | 4e2ebaacaa1efa6512ab539671ada9b842062197 [diff] |
[NO ISSUE] Use public address/port for client advertisement Change-Id: Ia88912f144fa3b0e4b79341c245bd45ae0453f80 Reviewed-on: https://asterix-gerrit.ics.uci.edu/2706 Reviewed-by: Murtadha Hubail <mhubail@apache.org> Sonar-Qube: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
diff --git a/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/ClusterControllerService.java b/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/ClusterControllerService.java index 8953bec..153a32d 100644 --- a/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/ClusterControllerService.java +++ b/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/src/main/java/org/apache/hyracks/control/cc/ClusterControllerService.java
@@ -409,7 +409,7 @@ } public NetworkAddress getDatasetDirectoryServiceInfo() { - return new NetworkAddress(ccConfig.getClientListenAddress(), ccConfig.getClientListenPort()); + return new NetworkAddress(ccConfig.getClientPublicAddress(), ccConfig.getClientPublicPort()); } public JobIdFactory getJobIdFactory() {