Hello Alexey Serbin, Andrew Wong,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/12720
to review the following change.
Change subject: exactly_once_writes-itest: fix TSAN data race
......................................................................
exactly_once_writes-itest: fix TSAN data race
The accesses of ExternalDaemon::bound_rpc_addr() in the test's helper
threads raced with the call to RestartAnyCrashedTabletServers() in the main
thread; the latter resets ExternalDaemon.status_, the member from which the
RPC address is derived.
Noticed this on the flaky test dashboard.
Change-Id: Iafd901b0efbe205136eae5ea5de31b6fe6565480
---
M src/kudu/integration-tests/exactly_once_writes-itest.cc
1 file changed, 26 insertions(+), 24 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/20/12720/1
--
To view, visit http://gerrit.cloudera.org:8080/12720
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iafd901b0efbe205136eae5ea5de31b6fe6565480
Gerrit-Change-Number: 12720
Gerrit-PatchSet: 1
Gerrit-Owner: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>