Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Duplicate
-
Impala 4.5.0
-
ghx-label-8
Description
ASAN jobs have been intermittently hitting a failure in custom_cluster.test_runtime_filter_aggregation.TestLateQueryStateInit.test_late_query_state_init():
custom_cluster/test_runtime_filter_aggregation.py:129: in test_late_query_state_init self.assert_log_contains('impalad_node1', 'INFO', log_pattern, expected) common/impala_test_suite.py:1383: in assert_log_contains ", but found none." % (log_file_path, line_regex) E AssertionError: Expected at least one line in file /data0/jenkins/workspace/impala-cdwh-2024.0.18.0-core-asan-arm/repos/Impala/logs/custom_cluster_tests/impalad.impala-ec2-rhel88-m7g-4xlarge-ondemand-077e.vpc.cloudera.com.jenkins.log.INFO.20240603-025918.3562162 matching regex 'UpdateFilterFromRemote RPC called with remaining wait time', but found none.
Seen on an ARM job and an x86_64 job, so it is probably not an architecture specific thing.
Attachments
Issue Links
- duplicates
-
IMPALA-13040 SIGSEGV in QueryState::UpdateFilterFromRemote
- Resolved