Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/2745
to look at the new patch set (#2).
Change subject: WIP: KUDU-1409. Make krpc call timeouts more resistant to
process pauses
......................................................................
WIP: KUDU-1409. Make krpc call timeouts more resistant to process pauses
In stress testing Impala on Kudu I've seen various RPC timeouts that turn out
to be due to pauses on the client side. In particular, scenarios like
IMPALA-2800[1] can cause the memory allocator inside Impala to block for
several seconds, and that might cause us to think we missed a timeout.
This adds a little workaround in our libev timeout handling code. The
full description of the workaround can be found in connection.cc.
WIP because I want to either figure out a unit test for this, or try it
on a cluster.
[1] https://issues.cloudera.org/browse/IMPALA-2800
Change-Id: I7bff0bc1573a059f12be8bd3f46e301275e78392
---
M src/kudu/rpc/connection.cc
M src/kudu/rpc/connection.h
M src/kudu/rpc/rpc-test-base.h
M src/kudu/rpc/rpc-test.cc
4 files changed, 66 insertions(+), 6 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/45/2745/2
--
To view, visit http://gerrit.cloudera.org:8080/2745
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I7bff0bc1573a059f12be8bd3f46e301275e78392
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Mike Percy <[email protected]>