Thomas Marshall has uploaded this change for review. ( http://gerrit.cloudera.org:8080/10466
Change subject: IMPALA-6947: Kudu tests flaky due to rpc timeout ...................................................................... IMPALA-6947: Kudu tests flaky due to rpc timeout Some Kudu tests occasionally fail due to hitting an rpc timeout when running on a heavily loaded machine. For normal operation, having a low timeout is good for noticing issues quickly, but for tests there's no real reason we can't set this higher to avoid flakiness. This patch adds a flag, -kudu_rpc_timeout_ms, disabled by default. It also sets -kudu_rpc_timeout_ms to 60s for cluster startup in run-all-tests.sh, higher than Kudu's default value of 10s. Testing: - Passed a full run of core tests. Change-Id: I8c4a2d87934cd4eb98509512f7060a596894ed53 --- M be/src/common/global-flags.cc M be/src/exec/kudu-util.cc M bin/run-all-tests.sh 3 files changed, 12 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/66/10466/1 -- To view, visit http://gerrit.cloudera.org:8080/10466 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I8c4a2d87934cd4eb98509512f7060a596894ed53 Gerrit-Change-Number: 10466 Gerrit-PatchSet: 1 Gerrit-Owner: Thomas Marshall <[email protected]>
