Hello Kudu Jenkins,

I'd like you to reexamine a change. Please visit

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

to look at the new patch set (#2).

Change subject: [raft] Add an EmulateElection variant that waits for one more 
commit
......................................................................

[raft] Add an EmulateElection variant that waits for one more commit

This adds a new EmulateElection variant, EmulateLectionAndWaitForOp,
that allows to wait until at least one more OP got committed after
running an emulated election. In a single-threaded scenario this op
is the election's NO_OP, meaning is possible to synchronously wait
for the election to complete. This is crucial if we want to use
elections in deterministic tests, like fuzz-itest.

Change-Id: I4815abf09d298f227ffe57b68d5b429c43c1d69b
---
M src/kudu/consensus/raft_consensus.cc
M src/kudu/consensus/raft_consensus.h
2 files changed, 39 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/83/8883/2
--
To view, visit http://gerrit.cloudera.org:8080/8883
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I4815abf09d298f227ffe57b68d5b429c43c1d69b
Gerrit-Change-Number: 8883
Gerrit-PatchSet: 2
Gerrit-Owner: David Ribeiro Alves <[email protected]>
Gerrit-Reviewer: Kudu Jenkins

Reply via email to