Yida Wu has uploaded a new patch set (#5). ( 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, 24 insertions(+), 13 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/96/17096/5 -- 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: 5 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]>
