Surya Hebbar has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/22560


Change subject: IMPALA-13805: Fix TSAN build failures for the 
runtime-profile-test
......................................................................

IMPALA-13805: Fix TSAN build failures for the runtime-profile-test

The shared memory of a rapidjson document's value containing
event sequences was being utilized through a reference pointer,
instead of referencing by value, while generating the aggregated
event sequences.

During thread sanitization builds, such values were cleared,
resulting in test failures.

This has been fixed by correctly passing values through reference,
instead of the shared memory address.

Change-Id: Ibdea503d032d456746e9cb4f19d0057197ddb117
---
M be/src/util/runtime-profile.cc
M be/src/util/runtime-profile.h
2 files changed, 5 insertions(+), 6 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/60/22560/1
--
To view, visit http://gerrit.cloudera.org:8080/22560
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibdea503d032d456746e9cb4f19d0057197ddb117
Gerrit-Change-Number: 22560
Gerrit-PatchSet: 1
Gerrit-Owner: Surya Hebbar <[email protected]>

Reply via email to