Hello Mike Percy,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/2745
to review the following change.
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
2 files changed, 50 insertions(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/45/2745/1
--
To view, visit http://gerrit.cloudera.org:8080/2745
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7bff0bc1573a059f12be8bd3f46e301275e78392
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Mike Percy <[email protected]>