Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/1983
to look at the new patch set (#2).
Change subject: WIP: remove libstdcxx race annotations
......................................................................
WIP: remove libstdcxx race annotations
Now that we run with a TSAN-instrumented libstdcxx, in theory
we don't need these annotations. Just submitting to gerrit to
see the damage.
This requires a patch from upstream libstdcxx[1] to fix a
data race in std::string that TSAN was flagging.
[1] https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=227403
Change-Id: Iada66d777c1a1aa348759b5697706e6bcd335945
---
M build-support/tsan-suppressions.txt
M thirdparty/download-thirdparty.sh
A thirdparty/patches/libstdcxx-fix-string-dtor.patch
3 files changed, 62 insertions(+), 10 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/83/1983/2
--
To view, visit http://gerrit.cloudera.org:8080/1983
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Iada66d777c1a1aa348759b5697706e6bcd335945
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Kudu Jenkins