Tim Armstrong has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/16748


Change subject: IMPALA-9121: try to avoid ASAN error in hdfs-util-test
......................................................................

IMPALA-9121: try to avoid ASAN error in hdfs-util-test

I couldn't discern the likely root cause of the ASAN error,
but have a hunch that it's a background thread accessing
some data structure that is being torn down as the
process exits.

The tests in this file are simple so there shouldn't really
be that much that can go wrong, except for the stuff
started by ExecEnv::Init().

I modified the test to only initialize the necessary configs
in ExecEnv, not start up the whole thing. Hopefully that
make the problem go away.

Testing:
Looped the test locally with ASAN.

Change-Id: Ic7b42be0f8b5d6c6a31095f9d1a278fd82bd500c
---
M be/src/runtime/exec-env.cc
M be/src/runtime/exec-env.h
M be/src/util/hdfs-util-test.cc
3 files changed, 18 insertions(+), 15 deletions(-)



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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic7b42be0f8b5d6c6a31095f9d1a278fd82bd500c
Gerrit-Change-Number: 16748
Gerrit-PatchSet: 1
Gerrit-Owner: Tim Armstrong <[email protected]>

Reply via email to