Alexey Serbin has uploaded this change for review. (
http://gerrit.cloudera.org:8080/17762
Change subject: [raft_c]
......................................................................
[raft_c]
In one of pre-commit builds by gerrit, the TestNewLeaderCantResolvePeers
scenario of the RaftConsensusElectionITest test suite failed. I took
a closer look and found that running the scenario was failing in about
6% of all runs for RELEASE builds.
This patch addresses the flakiness:
before 14 out of 256 failed when running with --stress_cpu_threads=16:
http://dist-test.cloudera.org/job?job_id=aserbin.1628274899.91786
after 0 out of 256 failed when running with --stress_cpu_threads=16:
http://dist-test.cloudera.org/job?job_id=aserbin.1628306137.118392
Change-Id: I72819f710abb9931af73c22dbc2e0cb2fb7dd735
---
M src/kudu/integration-tests/raft_consensus_election-itest.cc
1 file changed, 37 insertions(+), 16 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/62/17762/1
--
To view, visit http://gerrit.cloudera.org:8080/17762
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I72819f710abb9931af73c22dbc2e0cb2fb7dd735
Gerrit-Change-Number: 17762
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>