Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17096 )
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 Reviewed-on: http://gerrit.cloudera.org:8080/17096 Reviewed-by: Thomas Tauber-Marshall <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/runtime/io/request-ranges.h M be/src/runtime/io/scan-range.cc 2 files changed, 24 insertions(+), 13 deletions(-) Approvals: Thomas Tauber-Marshall: Looks good to me, approved Impala Public Jenkins: Verified -- 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: merged Gerrit-Change-Id: Ic77dd85d20efc7066758b2ba61e2138745cbd90b Gerrit-Change-Number: 17096 Gerrit-PatchSet: 6 Gerrit-Owner: Yida Wu <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]> Gerrit-Reviewer: Yida Wu <[email protected]>
