Hello David Ribeiro Alves, Alexey Serbin,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/7012
to review the following change.
Change subject: consensus: Get rid of LockFor*() methods
......................................................................
consensus: Get rid of LockFor*() methods
Simplify the locking logic by removing layers of abstraction.
Also:
* Use kudu::LockGuard and kudu::UniqueLock to enforce thread
restrictions.
* Add State_Name() helper for state-related error messages.
Change-Id: I6858752f4fbeb70b09eb4375c52e4aeaa1bb8e71
---
M src/kudu/consensus/raft_consensus.cc
M src/kudu/consensus/raft_consensus.h
M src/kudu/consensus/raft_consensus_quorum-test.cc
3 files changed, 114 insertions(+), 192 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/12/7012/1
--
To view, visit http://gerrit.cloudera.org:8080/7012
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6858752f4fbeb70b09eb4375c52e4aeaa1bb8e71
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Mike Percy <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: David Ribeiro Alves <[email protected]>