Wenzhe Zhou has uploaded this change for review. (
http://gerrit.cloudera.org:8080/16191
Change subject: WIP: IMPALA-9889: Fixed flaky test_runtime_filters on Kudu table
......................................................................
WIP: IMPALA-9889: Fixed flaky test_runtime_filters on Kudu table
Test cases in test_runtime_filters failed occasionally in ASAN
builds due to runtime filters not arriving scan nodes in time.
Query profiles showed that codegen took 2 to 4 minutes for one
fragment when this issue happened. This caused hash join nodes
waiting long time to generate and publish runtime filters, hence
arrival delay on scan nodes. To avoid the delay, turn on
ASYNC_CODEGEN for test_runtime_filters agaiest Kudu table when
test runs for ASAN build.
Testing:
- Passed core test for regular debug.
TODO: pass ASAN build with core test.
There are some unrelated issues which cause lots of failures
for the ASAN build on Jenkins. The daily ASAN builds have
same issue.
Change-Id: I94a08e272f0870c04c96563fa614e3416fb5379b
---
M tests/query_test/test_runtime_filters.py
1 file changed, 19 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/91/16191/2
--
To view, visit http://gerrit.cloudera.org:8080/16191
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I94a08e272f0870c04c96563fa614e3416fb5379b
Gerrit-Change-Number: 16191
Gerrit-PatchSet: 2
Gerrit-Owner: Wenzhe Zhou <[email protected]>
Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]>