Hello Yingchun Lai, Yifan Zhang, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/21225
to look at the new patch set (#2).
Change subject: [codegen] use std::atomic instead of AtomicInt
......................................................................
[codegen] use std::atomic instead of AtomicInt
The chromium-based atomics are deprecated in favor of std::atomic
from the STL: this patch switches from AtomicInt to std::atomic
for the codegen's compilation manager. I changes the corresponding
metrics from int64_t to uint64_t type.
This patch doesn't contain any functional modifications.
Change-Id: I3271ef420163a6d996645bb60aa8d475c7925f92
---
M src/kudu/codegen/compilation_manager.cc
M src/kudu/codegen/compilation_manager.h
2 files changed, 36 insertions(+), 29 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/25/21225/2
--
To view, visit http://gerrit.cloudera.org:8080/21225
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I3271ef420163a6d996645bb60aa8d475c7925f92
Gerrit-Change-Number: 21225
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Yifan Zhang <[email protected]>
Gerrit-Reviewer: Yingchun Lai <[email protected]>