Yida Wu has uploaded this change for review. ( 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 --- 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/1 -- 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: newchange Gerrit-Change-Id: Ic77dd85d20efc7066758b2ba61e2138745cbd90b Gerrit-Change-Number: 17096 Gerrit-PatchSet: 1 Gerrit-Owner: Yida Wu <[email protected]>
