Alexey Serbin has uploaded this change for review. (
http://gerrit.cloudera.org:8080/16035
Change subject: [consensus] use std::atomic in raft_consensus.{cc,h}
......................................................................
[consensus] use std::atomic in raft_consensus.{cc,h}
There was a mix of std::atomic<> and AtomicBool and others in
raft_consensus.{cc,h}. This patch switches all instances all
atomic varilables there to std::atomic.
Change-Id: I14214ca486b86b241f1b6fcf8842867a6bf1459a
---
M src/kudu/consensus/raft_consensus.cc
M src/kudu/consensus/raft_consensus.h
2 files changed, 13 insertions(+), 12 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/35/16035/1
--
To view, visit http://gerrit.cloudera.org:8080/16035
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I14214ca486b86b241f1b6fcf8842867a6bf1459a
Gerrit-Change-Number: 16035
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>