[ https://issues.apache.org/jira/browse/KUDU-3631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17910714#comment-17910714 ]
ASF subversion and git services commented on KUDU-3631: ------------------------------------------------------- Commit b1f136423cc1415e4376fa497c523355253b164b in kudu's branch refs/heads/branch-1.18.x from Ádám Bakai [ https://gitbox.apache.org/repos/asf?p=kudu.git;h=b1f136423 ] 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 <ale...@apache.org> Reviewed-by: Alexey Serbin <ale...@apache.org> (cherry picked from commit d3f6170fcea3a4044e9f9d89d6bb073d0a66eb66) Reviewed-on: http://gerrit.cloudera.org:8080/22307 Tested-by: Kudu Jenkins Reviewed-by: Marton Greber <greber...@gmail.com> > 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)