Hello Alexey Serbin,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/14284
to review the following change.
Change subject: consensus: remove
--raft_attempt_to_replace_replica_without_majority
......................................................................
consensus: remove --raft_attempt_to_replace_replica_without_majority
The flag was introduced for testing, but it seems that testing never
materialized as something automated, except for testing of some quorum
utility functions.
It's an unsafe flag that we don't expect users to ever toggle, so this
patch removes it, along with the testing of the quorum utility
functions.
Change-Id: I36d37c6c3671a524bda229684f4faf60776f2aa5
---
M src/kudu/consensus/consensus_queue.cc
M src/kudu/consensus/quorum_util-test.cc
M src/kudu/consensus/quorum_util.cc
M src/kudu/consensus/quorum_util.h
M src/kudu/consensus/raft_consensus.cc
M src/kudu/master/catalog_manager.cc
6 files changed, 376 insertions(+), 520 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/84/14284/1
--
To view, visit http://gerrit.cloudera.org:8080/14284
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I36d37c6c3671a524bda229684f4faf60776f2aa5
Gerrit-Change-Number: 14284
Gerrit-PatchSet: 1
Gerrit-Owner: Andrew Wong <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>