Riza Suminto has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23507
Change subject: IMPALA-14476: Workaround TSAN issue in KuduClient ...................................................................... IMPALA-14476: Workaround TSAN issue in KuduClient Since the toolchain was bumped to pick up Kudu's array column feature (KUDU-1261), Impala's TSAN builds on the master branch consistently break during dataload with a data race detected by TSAN. The source of data race lies within libkudu_client.so and only trigger if Impala build machine has both ipv4 and ipv6 associated with localhost. Until the exact root cause is found and fixed, this patch workaround the TSAN issue by fixing KUDU_MASTER_HOSTS env var to 127.0.0.1. Testing: Run TSAN build and confirm no data race error is emmitted. Change-Id: I511ab625d18c6007567083557fcdf98980a6ac6f --- M bin/impala-config.sh 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/07/23507/1 -- To view, visit http://gerrit.cloudera.org:8080/23507 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I511ab625d18c6007567083557fcdf98980a6ac6f Gerrit-Change-Number: 23507 Gerrit-PatchSet: 1 Gerrit-Owner: Riza Suminto <[email protected]>
