Andrew Wong has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/14284 )
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 Reviewed-on: http://gerrit.cloudera.org:8080/14284 Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Andrew Wong <[email protected]> --- 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, 366 insertions(+), 524 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved Andrew Wong: Verified -- 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: merged Gerrit-Change-Id: I36d37c6c3671a524bda229684f4faf60776f2aa5 Gerrit-Change-Number: 14284 Gerrit-PatchSet: 4 Gerrit-Owner: Andrew Wong <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241)
