Alexey Serbin has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/23221


Change subject: [server] remove last vestiges of Atomics from server
......................................................................

[server] remove last vestiges of Atomics from server

This patches switches 'mem_tracker_id_counter' from Chromium-based
Atomic to std::atomic.  Also, the 'mem_tracker_id_counter' static
variable moved inside of CreateMemTrackerForServer() function to
avoid warnings on non-POD global statics.

This changelist doesn't contain any functional modifications.

Change-Id: I9ddfd14b94a8c5e823a5f9394c8eaed4208591d2
---
M src/kudu/server/server_base.cc
1 file changed, 6 insertions(+), 7 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/21/23221/1
--
To view, visit http://gerrit.cloudera.org:8080/23221
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9ddfd14b94a8c5e823a5f9394c8eaed4208591d2
Gerrit-Change-Number: 23221
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>

Reply via email to