Mike Percy has posted comments on this change. Change subject: consensus: Get rid of LockFor*() methods ......................................................................
Patch Set 8: (1 comment) http://gerrit.cloudera.org:8080/#/c/7012/8/src/kudu/consensus/raft_consensus.cc File src/kudu/consensus/raft_consensus.cc: Line 1435: ThreadRestrictions::AssertWaitAllowed(); > My argument was more to do with our generic lock implementations; if RaftCo I agree that we can't put AssertWaitAllowed() into simple_spinlock itself for lots of reasons, which is why I didn't propose doing that. The conversation we had involved spinlocks in general as well and maybe there was a miscommunication there? Anyway, I'll likely be switching this to a mutex in a follow-up and we can clean this up then. -- To view, visit http://gerrit.cloudera.org:8080/7012 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I6858752f4fbeb70b09eb4375c52e4aeaa1bb8e71 Gerrit-PatchSet: 8 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Mike Percy <mpe...@apache.org> Gerrit-Reviewer: Adar Dembo <a...@cloudera.com> Gerrit-Reviewer: Alexey Serbin <aser...@cloudera.com> Gerrit-Reviewer: David Ribeiro Alves <davidral...@gmail.com> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <mpe...@apache.org> Gerrit-Reviewer: Todd Lipcon <t...@apache.org> Gerrit-HasComments: Yes