Tim Armstrong has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/14973 )
Change subject: IMPALA-9274: cyclic barrier implementation ...................................................................... IMPALA-9274: cyclic barrier implementation This adds a synchronisation utility CyclicBarrier, which will be used in IMPALA-9156 for orchestrating the hash join algorithm with a shared build side and multiple hash join nodes. Testing: Add a unit test for the barier class. Change-Id: Id5c8cc6b3023d2dc03c8116d462440c5e25c3bb0 Reviewed-on: http://gerrit.cloudera.org:8080/14973 Tested-by: Impala Public Jenkins <[email protected]> Reviewed-by: Tim Armstrong <[email protected]> --- M be/src/util/CMakeLists.txt A be/src/util/cyclic-barrier-test.cc A be/src/util/cyclic-barrier.cc A be/src/util/cyclic-barrier.h 4 files changed, 288 insertions(+), 0 deletions(-) Approvals: Impala Public Jenkins: Verified Tim Armstrong: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/14973 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Id5c8cc6b3023d2dc03c8116d462440c5e25c3bb0 Gerrit-Change-Number: 14973 Gerrit-PatchSet: 8 Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Andrew Sherman <[email protected]> Gerrit-Reviewer: Bikramjeet Vig <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
