Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22158 )
Change subject: KUDU-3631 Fix Master shutdown ...................................................................... KUDU-3631 Fix Master shutdown TSAN gave a warning because CountDownLatch::WaitUntil() and CountDownLatch::~CountDownLatch() were running at the same time. The solution is to set it to zero and wait until the deleter thread relying on the latch is also joined, Change-Id: Iebcdd22dca27c4b0dcbeecf7d87e88c923eedaa8 Reviewed-on: http://gerrit.cloudera.org:8080/22158 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/master/master.cc 1 file changed, 6 insertions(+), 0 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/22158 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Iebcdd22dca27c4b0dcbeecf7d87e88c923eedaa8 Gerrit-Change-Number: 22158 Gerrit-PatchSet: 9 Gerrit-Owner: Ádám Bakai <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Zoltan Martonka <[email protected]> Gerrit-Reviewer: Ádám Bakai <[email protected]>
