[
https://issues.apache.org/jira/browse/KUDU-3631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910342#comment-17910342
]
ASF subversion and git services commented on KUDU-3631:
-------------------------------------------------------
Commit d3f6170fcea3a4044e9f9d89d6bb073d0a66eb66 in kudu's branch
refs/heads/master from Ádám Bakai
[ https://gitbox.apache.org/repos/asf?p=kudu.git;h=d3f6170fc ]
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]>
> TSAN error in CountDownLatch destructor when using InternalMiniCluster
> ----------------------------------------------------------------------
>
> Key: KUDU-3631
> URL: https://issues.apache.org/jira/browse/KUDU-3631
> Project: Kudu
> Issue Type: Sub-task
> Reporter: Bakai Ádám
> Assignee: Bakai Ádám
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)