Hello Kudu Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/22158

to look at the new patch set (#3).

Change subject: [countdown_latch] KUDU-3631 Add lock
......................................................................

[countdown_latch] KUDU-3631 Add lock

TSAN gave a warning because CountDownLatch::WaitUntil() and
CountDownLatch::~CountDownLatch() were running at the same time, which
could cause lock_ to be destroyed while being locked by WaitUntil(). A
new lock has been added to ensure that destruction of CountDownLatch
only happens when the mutex is no longer in use.

Change-Id: Iebcdd22dca27c4b0dcbeecf7d87e88c923eedaa8
---
M src/kudu/util/countdown_latch-test.cc
M src/kudu/util/countdown_latch.h
2 files changed, 26 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/58/22158/3
--
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: newpatchset
Gerrit-Change-Id: Iebcdd22dca27c4b0dcbeecf7d87e88c923eedaa8
Gerrit-Change-Number: 22158
Gerrit-PatchSet: 3
Gerrit-Owner: Ádám Bakai <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)

Reply via email to