You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Todd Lipcon (Code Review)" <ge...@cloudera.org> on 2016/04/02 00:56:21 UTC

[Impala-CR](cdh5-trunk) kudu: add a flag for scanner timeout and increase default

Hello Casey Ching,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/2705

to review the following change.

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
---
M be/src/exec/kudu-scanner.cc
1 file changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/05/2705/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2705
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6d345cdc78f095fd69624cc854ec46843db4158b
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Todd Lipcon <to...@apache.org>
Gerrit-Reviewer: Casey Ching <ca...@cloudera.com>