Tim Armstrong has uploaded a new change for review. http://gerrit.cloudera.org:8080/7492
Change subject: IMPALA-5715: (potential mitigation) don't destroy MemTracker during Close() ...................................................................... IMPALA-5715: (potential mitigation) don't destroy MemTracker during Close() One potential candidate for the bad MemTracker IMPALA-5715 is one owned by a join build sink. I haven't found a clear root cause, but we can reduce the probability of bugs like this by deferring teardown of the MemTrackers. Testing: Ran a private core test run. Change-Id: I205abb0076d1ffd08cb93c0f1671c8b81e7fba0f --- M be/src/exec/data-sink.cc M be/src/runtime/mem-tracker.cc 2 files changed, 3 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/92/7492/1 -- To view, visit http://gerrit.cloudera.org:8080/7492 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I205abb0076d1ffd08cb93c0f1671c8b81e7fba0f Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Tim Armstrong <[email protected]>
