Impala Public Jenkins has submitted this change and it was merged. ( 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_client_rpc_timeout_ms, disabled by default. It also sets -kudu_client_rpc_timeout_ms to 60s for ASAN in start-impala-cluster.py, higher than Kudu's default value of 10s. Testing: - Passed a full run of core tests on ASAN. Change-Id: I8c4a2d87934cd4eb98509512f7060a596894ed53 Reviewed-on: http://gerrit.cloudera.org:8080/10466 Reviewed-by: Michael Brown <[email protected]> Reviewed-by: Michael Ho <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/common/global-flags.cc M be/src/exec/kudu-util.cc M bin/start-impala-cluster.py 3 files changed, 19 insertions(+), 1 deletion(-) Approvals: Michael Brown: Looks good to me, but someone else must approve Michael Ho: Looks good to me, approved Impala Public Jenkins: Verified -- 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: merged Gerrit-Change-Id: I8c4a2d87934cd4eb98509512f7060a596894ed53 Gerrit-Change-Number: 10466 Gerrit-PatchSet: 5 Gerrit-Owner: Thomas Marshall <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Michael Brown <[email protected]> Gerrit-Reviewer: Michael Ho <[email protected]> Gerrit-Reviewer: Thomas Marshall <[email protected]>
