Hello Thomas Tauber-Marshall, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/17096
to look at the new patch set (#4).
Change subject: IMPALA-10526: Fix BufferPoolTest.Multi8RandomSpillToRemoteMix
failed in sanitizer builds
......................................................................
IMPALA-10526: Fix BufferPoolTest.Multi8RandomSpillToRemoteMix failed in
sanitizer builds
Fixed a data race issue when running testcase
BufferPoolTest.Multi8RandomSpillToRemoteMix in the tsan build. The
solution is to access ScanRange::use_local_buffer_ under
ScanRange::lock_.
Tests:
Rerun testcase BufferPoolTest.Multi8RandomSpillToRemoteMix.
Change-Id: Ic77dd85d20efc7066758b2ba61e2138745cbd90b
---
M be/src/runtime/io/request-ranges.h
M be/src/runtime/io/scan-range.cc
2 files changed, 26 insertions(+), 13 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/96/17096/4
--
To view, visit http://gerrit.cloudera.org:8080/17096
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ic77dd85d20efc7066758b2ba61e2138745cbd90b
Gerrit-Change-Number: 17096
Gerrit-PatchSet: 4
Gerrit-Owner: Yida Wu <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]>