Tim Armstrong has uploaded a new patch set (#2). Change subject: IMPALA-5902: add ThreadSanitizer build ......................................................................
IMPALA-5902: add ThreadSanitizer build This is sufficient to get Impala to come up and run queries with thread sanitizer enabled. I have not triaged or fixed the data races that are reported, that is left for follow-on work. Change-Id: I22f8faeefa5e157279c5973fe28bc573b7606d50 --- M CMakeLists.txt M be/CMakeLists.txt M be/src/common/init.cc M be/src/gutil/atomicops-internals-tsan.h M be/src/runtime/bufferpool/system-allocator.cc M be/src/runtime/exec-env.cc M be/src/runtime/query-exec-mgr.cc M be/src/util/default-path-handlers.cc M be/src/util/memory-metrics.cc M be/src/util/memory-metrics.h M be/src/util/metrics-test.cc M be/src/util/pprof-path-handlers.cc M bin/make_impala.sh M bin/run-backend-tests.sh M bin/start-catalogd.sh M bin/start-impalad.sh M bin/start-statestored.sh M buildall.sh M common/thrift/metrics.json M tests/common/environ.py 20 files changed, 105 insertions(+), 52 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/77/7977/2 -- To view, visit http://gerrit.cloudera.org:8080/7977 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I22f8faeefa5e157279c5973fe28bc573b7606d50 Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Tim Armstrong <[email protected]> Gerrit-Reviewer: Jim Apple <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
