Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24032 )
Change subject: IMPALA-14781: Use real host name in URL in dual stack webui ...................................................................... IMPALA-14781: Use real host name in URL in dual stack webui Before this patch :::25000 was used incorrectly instead of hostname:25000. While listening to :: is needed for dual stack, this url is only reachable on localhost. Note that ::: is also incorrect because ipv6 addresses in URLs should be bracketed: [::]: Change-Id: I655cb0240008d60066f81a93a0ece3c0c75d00cb Reviewed-on: http://gerrit.cloudera.org:8080/24032 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/util/network-util.cc M tests/custom_cluster/test_ipv6.py 2 files changed, 15 insertions(+), 6 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/24032 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I655cb0240008d60066f81a93a0ece3c0c75d00cb Gerrit-Change-Number: 24032 Gerrit-PatchSet: 4 Gerrit-Owner: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Noemi Pap-Takacs <[email protected]>
