Alexey Serbin has uploaded this change for review. ( 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 --- 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(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/13/17113/1 -- 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: newchange Gerrit-Change-Id: Id30d5df01f2ea192795aeb23e525399c6869b5d6 Gerrit-Change-Number: 17113 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
