Marton Greber has submitted this change and it was merged. ( 
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)
Reviewed-on: http://gerrit.cloudera.org:8080/22307
Tested-by: Kudu Jenkins
Reviewed-by: Marton Greber <[email protected]>
---
M src/kudu/master/master.cc
1 file changed, 6 insertions(+), 0 deletions(-)

Approvals:
  Kudu Jenkins: Verified
  Marton Greber: Looks good to me, approved

--
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: merged
Gerrit-Change-Id: Iebcdd22dca27c4b0dcbeecf7d87e88c923eedaa8
Gerrit-Change-Number: 22307
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Abhishek Chennaka <[email protected]>
Gerrit-Reviewer: Attila Bukor <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Marton Greber <[email protected]>
Gerrit-Reviewer: Ádám Bakai <[email protected]>

Reply via email to