Adar Dembo has submitted this change and it was merged. Change subject: Bump time that MiniCluster will wait for TS registration ......................................................................
Bump time that MiniCluster will wait for TS registration Today I'm seeing some flakiness on EC2 slaves where DNS is timing out and it's taking 5 seconds to look up the host's FQDN. This is causing tests to fail because they never see a TS register as expected: Bad status: Timed out: Waiting for tablet servers to start: 1 TS(s) never registered with master I0309 17:43:55.408474 26903 tablet_server.cc:134] TabletServer shutting down... W0309 17:43:55.476080 28554 net_util.cc:208] Time spent looking up canonical hostname for localhost 0x7d040005a7a0: real 5.062s user 0.000s sys 0.000s This just bumps the timeout to 15s, which should be enough time to ride over potential DNS timeouts. Change-Id: I8f4f7a6acae7f8746ded911e12928a75eb4dd83e Reviewed-on: http://gerrit.cloudera.org:8080/2520 Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]> --- M src/kudu/integration-tests/external_mini_cluster.cc M src/kudu/integration-tests/mini_cluster.h 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2520 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8f4f7a6acae7f8746ded911e12928a75eb4dd83e Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Kudu Jenkins
