Impala Public Jenkins has submitted this change and it was merged. Change subject: IMPALA-5499: avoid ephemeral port conflicts ......................................................................
IMPALA-5499: avoid ephemeral port conflicts We should not select the same port twice, which could happen because multiple ports were selected consecutively without actually binding to any of the ports. Change-Id: Id02c83e6f946a14b83f5e6561957d7ad81442835 Reviewed-on: http://gerrit.cloudera.org:8080/7171 Reviewed-by: Tim Armstrong <[email protected]> Tested-by: Impala Public Jenkins --- M be/src/rpc/thrift-server-test.cc M be/src/statestore/statestore-test.cc M be/src/testutil/in-process-servers.cc M be/src/util/network-util.cc M be/src/util/network-util.h 5 files changed, 27 insertions(+), 17 deletions(-) Approvals: Impala Public Jenkins: Verified Tim Armstrong: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/7171 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id02c83e6f946a14b83f5e6561957d7ad81442835 Gerrit-PatchSet: 4 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Lars Volker <[email protected]> Gerrit-Reviewer: Sailesh Mukil <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-Reviewer: anujphadke <[email protected]>
