Mike Percy has submitted this change and it was merged. Change subject: consensus: Move PendingRounds to its own file ......................................................................
consensus: Move PendingRounds to its own file This simply resolves an existing TODO and does not change any existing functionality. Change-Id: Ibc7356fcae9835f12f06fa80edf5df200f5f958b Reviewed-on: http://gerrit.cloudera.org:8080/7003 Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/consensus/CMakeLists.txt A src/kudu/consensus/pending_rounds.cc A src/kudu/consensus/pending_rounds.h M src/kudu/consensus/raft_consensus.h M src/kudu/consensus/raft_consensus_state.cc M src/kudu/consensus/raft_consensus_state.h 6 files changed, 350 insertions(+), 306 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/7003 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibc7356fcae9835f12f06fa80edf5df200f5f958b Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Mike Percy <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]>
