Marton Greber has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23282 )
Change subject: [tablet] remove last vestiges of AtomicInt from tablet ...................................................................... [tablet] remove last vestiges of AtomicInt from tablet This patch switches 'mem_tracker_id_counter' and 'deleted_row_count_' in DeltaMemStore from Chromium-based Atomic to std::atomic. This changelist doesn't contain any functional modifications. Change-Id: I562f5419ba725823ac6333473706cc36a6676d1a Reviewed-on: http://gerrit.cloudera.org:8080/23274 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Zoltan Martonka <[email protected]> Reviewed-by: Abhishek Chennaka <[email protected]> (cherry picked from commit 3271ebbf42a181edc3d5bd54c05d76bbac5f2d84) Reviewed-on: http://gerrit.cloudera.org:8080/23282 Reviewed-by: Marton Greber <[email protected]> Tested-by: Marton Greber <[email protected]> --- M src/kudu/tablet/deltamemstore.cc M src/kudu/tablet/deltamemstore.h 2 files changed, 7 insertions(+), 8 deletions(-) Approvals: Marton Greber: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/23282 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.18.x Gerrit-MessageType: merged Gerrit-Change-Id: I562f5419ba725823ac6333473706cc36a6676d1a Gerrit-Change-Number: 23282 Gerrit-PatchSet: 3 Gerrit-Owner: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]>
