Michael Smith has posted comments on this change. ( http://gerrit.cloudera.org:8080/22062 )
Change subject: IMPALA-13487: Add profile counters for memory allocation in parquet scanners ...................................................................... Patch Set 25: > Patch Set 25: > > > Patch Set 25: > > > > > Patch Set 25: Verified-1 > > > > > > Build failed: https://jenkins.impala.io/job/gerrit-verify-dryrun/11763/ > > > > The failure is unrelated to this patch: > > https://jenkins.impala.io/job/ubuntu-20.04-from-scratch/5182/testReport/junit/custom_cluster.test_concurrent_ddls/TestConcurrentDdls/test_mixed_catalog_ddls_with_invalidate_metadata/ > > > > Filed IMPALA-13984 for it. > > > Due to IMPALA-13631, the ALTER TABLE RENAME might be overlap with concurrent > global INVALIDATE METADATA. > > -- 2025-04-22 06:56:54,728 INFO Thread-73: beeswax: executing async > localhost:21000 > > alter table > test_mixed_catalog_ddls_with_invalidate_metadata_8d71c4db.test_10_part rename > to test_mixed_catalog_ddls_with_invalidate_metadata_8d71c4db.test_10_part2; > > -- 2025-04-22 06:56:54,731 INFO Thread-73: Started query > b340875ef2457b84:9dc345ea00000000 > -- 2025-04-22 06:56:54,732 INFO Thread-73: > b340875ef2457b84:9dc345ea00000000: waiting for query to reach FINISHED state > -- 2025-04-22 06:56:54,733 INFO Thread-70: > 3b4888f1d9c32b8d:6fdcb20300000000: closing query for operation > -- 2025-04-22 06:56:54,733 INFO Thread-70: beeswax: executing against > localhost:21000 > > invalidate metadata; > > -- 2025-04-22 06:56:54,734 INFO Thread-71: > 5c466532f0ed8701:14eff92e00000000: closing query for operation > -- 2025-04-22 06:56:54,734 INFO Thread-71: beeswax: executing against > localhost:21000 > > invalidate metadata; > > -- 2025-04-22 06:56:54,735 INFO Thread-70: Started query > a749b1d1d026aebe:2f89e17000000000 > -- 2025-04-22 06:56:54,736 INFO Thread-71: Started query > 974058acc3ce5e8a:86850b7c00000000 > -- 2025-04-22 06:56:54,740 INFO Thread-69: > 854a830517faa34e:8909ef4f00000000: closing query for operation > -- 2025-04-22 06:56:54,741 INFO Thread-69: beeswax: executing async > localhost:21000 I think https://github.com/apache/impala/blob/master/tests/custom_cluster/test_concurrent_ddls.py#L165 is supposed to detect these, but the error message is different so we're not matching it. -- To view, visit http://gerrit.cloudera.org:8080/22062 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I982315d96e6de20a3616f3bd2a2b4866d1ff4710 Gerrit-Change-Number: 22062 Gerrit-PatchSet: 25 Gerrit-Owner: Quanlong Huang <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Kurt Deschler <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Xuebin Su <[email protected]> Gerrit-Comment-Date: Tue, 22 Apr 2025 17:31:58 +0000 Gerrit-HasComments: No
