Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17113 )
Change subject: [consensus] DriverType: rename REPLICA to FOLLOWER ...................................................................... [consensus] DriverType: rename REPLICA to FOLLOWER I found it a bit confusing to have DriverType::REPLICA along with DriverType::LEADER in the consensus::DriverType enum. In fact, both stand for Raft replica roles, where the former is for a follower and the latter is for a leader replica. To resolve the confusion, this patch renames DriverType::REPLICA into DriverType::FOLLOWER. This patch does not contain any functional modifications. Change-Id: Id30d5df01f2ea192795aeb23e525399c6869b5d6 Reviewed-on: http://gerrit.cloudera.org:8080/17113 Tested-by: Kudu Jenkins Reviewed-by: Bankim Bhavsar <[email protected]> --- M src/kudu/consensus/consensus.proto M src/kudu/tablet/ops/op_driver.cc M src/kudu/tablet/tablet_replica.cc 3 files changed, 9 insertions(+), 9 deletions(-) Approvals: Kudu Jenkins: Verified Bankim Bhavsar: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/17113 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Id30d5df01f2ea192795aeb23e525399c6869b5d6 Gerrit-Change-Number: 17113 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Bankim Bhavsar <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
