Internal Jenkins has submitted this change and it was merged. Change subject: kudu: add a flag for scanner timeout and increase default ......................................................................
kudu: add a flag for scanner timeout and increase default The default Kudu scanner RPC timeout is 15 seconds. This is a bit short for concurrent workloads: when I looped TPC-H queries on a small cluster for a few days, I saw one failure due to a timeout. When I dug into the logs, it seems that nothing went wrong -- just the disks were slow to respond at one point. This bumps the default to 60 seconds and makes it configurable in case we have any issues in production installs where we see timeouts even with the higher default. Change-Id: I6d345cdc78f095fd69624cc854ec46843db4158b Reviewed-on: http://gerrit.cloudera.org:8080/2705 Reviewed-by: Casey Ching <[email protected]> Tested-by: Internal Jenkins --- M be/src/exec/kudu-scanner.cc 1 file changed, 7 insertions(+), 0 deletions(-) Approvals: Casey Ching: Looks good to me, approved Internal Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2705 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6d345cdc78f095fd69624cc854ec46843db4158b Gerrit-PatchSet: 3 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Casey Ching <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Internal Jenkins
