Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17100 )
Change subject: IMPALA-10527: Fix DiskIoMgrTest.WriteToRemotePartialFileSuccess failed in tsan build ...................................................................... IMPALA-10527: Fix DiskIoMgrTest.WriteToRemotePartialFileSuccess failed in tsan build Fixed a data race issue when running testcase DiskIoMgrTest.WriteToRemotePartialFileSuccess in the tsan build. The cause is the TmpFileBufferPool is not released gracefully while destruction. Tests: Reran all testcases of DiskIoMgrTest with tsan and asan build. Change-Id: I6b0435bf0ee580acb5553527c0ed4f3aa806707f Reviewed-on: http://gerrit.cloudera.org:8080/17100 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/runtime/tmp-file-mgr-internal.h M be/src/runtime/tmp-file-mgr.cc 2 files changed, 19 insertions(+), 7 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/17100 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I6b0435bf0ee580acb5553527c0ed4f3aa806707f Gerrit-Change-Number: 17100 Gerrit-PatchSet: 8 Gerrit-Owner: Yida Wu <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]> Gerrit-Reviewer: Yida Wu <[email protected]>
