Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22307
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]> (cherry picked from commit d3f6170fcea3a4044e9f9d89d6bb073d0a66eb66) --- M src/kudu/master/master.cc 1 file changed, 6 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/07/22307/1 -- To view, visit http://gerrit.cloudera.org:8080/22307 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.18.x Gerrit-MessageType: newchange Gerrit-Change-Id: Iebcdd22dca27c4b0dcbeecf7d87e88c923eedaa8 Gerrit-Change-Number: 22307 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Ádám Bakai <[email protected]>
