Riza Suminto has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/23507 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Riza Suminto <[email protected]> --- M bin/impala-config.sh 1 file changed, 3 insertions(+), 1 deletion(-) Approvals: Impala Public Jenkins: Looks good to me, approved Riza Suminto: Verified -- 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: merged Gerrit-Change-Id: I511ab625d18c6007567083557fcdf98980a6ac6f Gerrit-Change-Number: 23507 Gerrit-PatchSet: 3 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Laszlo Gaal <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
