Hello Mike Percy, Adar Dembo,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/5542
to review the following change.
Change subject: KUDU-699 followup: fix flakiness of raft_consensus_quorum-test
......................................................................
KUDU-699 followup: fix flakiness of raft_consensus_quorum-test
The fix for KUDU-699 introduced flakiness in this test. Now that
Peer::Close() doesn't block on outstanding requests, it's possible for
the test proxy's threadpool to get shut down while a request is
outstanding. This means that we now expect to sometimes get
"ServiceUnavailable" when submitting the response callbacks.
Before this patch, looping the test in DEBUG mode with 4 stress CPU
threads failed almost every task. Now it passed 100/100.
Change-Id: Id1c72d98b59b3c5a33b0a2d236a7c77b1ef1b9e3
---
M src/kudu/consensus/consensus-test-util.h
1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/42/5542/1
--
To view, visit http://gerrit.cloudera.org:8080/5542
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id1c72d98b59b3c5a33b0a2d236a7c77b1ef1b9e3
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Mike Percy <[email protected]>