Abhishek Chennaka has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20713 )
Change subject: [tablet] NewReplicaOpDriver() --> NewFollowerOpDriver() ...................................................................... [tablet] NewReplicaOpDriver() --> NewFollowerOpDriver() This patch renames the NewReplicaOpDriver() method in the TabletReplica class into NewFollowerOpDriver(), so it's easier to comprehend given there is the pairing NewLeaderOpDriver() method. That's a better name if taking into account the terminology used throughout the project, where a tablet has a leader and follower replicas in the sense of the Raft protocol. This patch doesn't contain any functional modifications. Change-Id: I20fd90290b993ef777b017e44a36383b7f69adab Reviewed-on: http://gerrit.cloudera.org:8080/20713 Reviewed-by: Mahesh Reddy <[email protected]> Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Abhishek Chennaka <[email protected]> --- M src/kudu/tablet/tablet_replica.cc M src/kudu/tablet/tablet_replica.h 2 files changed, 5 insertions(+), 5 deletions(-) Approvals: Mahesh Reddy: Looks good to me, but someone else must approve Alexey Serbin: Verified Abhishek Chennaka: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/20713 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I20fd90290b993ef777b017e44a36383b7f69adab Gerrit-Change-Number: 20713 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Mahesh Reddy <[email protected]>
