[ 
https://issues.apache.org/jira/browse/IMPALA-14242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dániel Gábor Vankó updated IMPALA-14242:
----------------------------------------
    Labels: broken-build  (was: )

> TestReusePartitions.test_reuse_partitions_transactional is failing
> ------------------------------------------------------------------
>
>                 Key: IMPALA-14242
>                 URL: https://issues.apache.org/jira/browse/IMPALA-14242
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: gaurav singh
>            Priority: Critical
>              Labels: broken-build
>
> h3. Error Message
> {noformat}
> /data/jenkins/workspace/impala-cdh_main-core-ozone/repos/Impala/tests/metadata/test_reuse_partitions.py:58:
>  in test_reuse_partitions_transactional
>     self.__test_reuse_partitions_helper(unique_database, transactional=True)
> /data/jenkins/workspace/impala-cdh_main-core-ozone/repos/Impala/tests/metadata/test_reuse_partitions.py:89:
>  in __test_reuse_partitions_helper
>     new_part_ids = self.__get_partition_id_set(unique_database, tbl_name)
> /data/jenkins/workspace/impala-cdh_main-core-ozone/repos/Impala/tests/metadata/test_reuse_partitions.py:49:
>  in __get_partition_id_set
>     assert "hdfs_table" in catalog_obj["table"]
> E   assert 'hdfs_table' in {'db_name': 
> 'test_reuse_partitions_transactional_aeadb6f9', 'table_type': 6, 'tbl_name': 
> 'tbl'}{noformat}
> h3. Stacktrace
> {noformat}
> SET 
> client_identifier=metadata/test_reuse_partitions.py::TestReusePartitions::()::test_reuse_partitions_transactional;
> -- connecting to: localhost:21000
> -- 2025-09-06 23:49:03,741 INFO     MainThread: Could not connect to ('::1', 
> 21000, 0, 0)
> Traceback (most recent call last):
>   File 
> "/data/jenkins/workspace/impala-cdh_main-core-ozone/Impala-Toolchain/toolchain-packages-gcc10.4.0/thrift-0.16.0-p6/python/lib/python2.7/site-packages/thrift/transport/TSocket.py",
>  line 137, in open
>     handle.connect(sockaddr)
>   File 
> "/data/jenkins/workspace/impala-cdh_main-core-ozone/Impala-Toolchain/toolchain-packages-gcc10.4.0/python-2.7.16/lib/python2.7/socket.py",
>  line 228, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> -- connecting to localhost:21050 with impyla
> -- 2025-09-06 23:49:03,742 INFO     MainThread: Could not connect to ('::1', 
> 21050, 0, 0)
> Traceback (most recent call last):
>   File 
> "/data/jenkins/workspace/impala-cdh_main-core-ozone/Impala-Toolchain/toolchain-packages-gcc10.4.0/thrift-0.16.0-p6/python/lib/python2.7/site-packages/thrift/transport/TSocket.py",
>  line 137, in open
>     handle.connect(sockaddr)
>   File 
> "/data/jenkins/workspace/impala-cdh_main-core-ozone/Impala-Toolchain/toolchain-packages-gcc10.4.0/python-2.7.16/lib/python2.7/socket.py",
>  line 228, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> -- 2025-09-06 23:49:03,756 INFO     MainThread: Closing active operation
> -- connecting to localhost:28000 with impyla
> -- 2025-09-06 23:49:03,772 INFO     MainThread: Closing active operation
> -- connecting to localhost:11050 with impyla
> -- 2025-09-06 23:49:03,773 INFO     MainThread: Could not connect to ('::1', 
> 11050, 0, 0)
> Traceback (most recent call last):
>   File 
> "/data/jenkins/workspace/impala-cdh_main-core-ozone/Impala-Toolchain/toolchain-packages-gcc10.4.0/thrift-0.16.0-p6/python/lib/python2.7/site-packages/thrift/transport/TSocket.py",
>  line 137, in open
>     handle.connect(sockaddr)
>   File 
> "/data/jenkins/workspace/impala-cdh_main-core-ozone/Impala-Toolchain/toolchain-packages-gcc10.4.0/python-2.7.16/lib/python2.7/socket.py",
>  line 228, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> -- 2025-09-06 23:49:03,773 INFO     MainThread: Could not connect to 
> ('127.0.0.1', 11050)
> Traceback (most recent call last):
>   File 
> "/data/jenkins/workspace/impala-cdh_main-core-ozone/Impala-Toolchain/toolchain-packages-gcc10.4.0/thrift-0.16.0-p6/python/lib/python2.7/site-packages/thrift/transport/TSocket.py",
>  line 137, in open
>     handle.connect(sockaddr)
>   File 
> "/data/jenkins/workspace/impala-cdh_main-core-ozone/Impala-Toolchain/toolchain-packages-gcc10.4.0/python-2.7.16/lib/python2.7/socket.py",
>  line 228, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
> -- 2025-09-06 23:49:03,773 ERROR    MainThread: Could not connect to any of 
> [('::1', 11050, 0, 0), ('127.0.0.1', 11050)]
> -- 2025-09-06 23:49:03,773 INFO     MainThread: HS2 FENG connection setup 
> failed, continuing...: Could not connect to any of [('::1', 11050, 0, 0), 
> ('127.0.0.1', 11050)]
> SET 
> client_identifier=metadata/test_reuse_partitions.py::TestReusePartitions::()::test_reuse_partitions_transactional;
> SET sync_ddl=False;
> -- executing against localhost:21000
> DROP DATABASE IF EXISTS `test_reuse_partitions_transactional_aeadb6f9` 
> CASCADE;
> -- 2025-09-06 23:49:03,784 INFO     MainThread: Started query 
> fa4f686526c02be3:085fc4d900000000
> SET 
> client_identifier=metadata/test_reuse_partitions.py::TestReusePartitions::()::test_reuse_partitions_transactional;
> SET sync_ddl=False;
> -- executing against localhost:21000
> CREATE DATABASE `test_reuse_partitions_transactional_aeadb6f9`;
> -- 2025-09-06 23:49:09,332 INFO     MainThread: Started query 
> 6e49dd2e5033f388:97eaf47800000000
> -- 2025-09-06 23:49:09,434 INFO     MainThread: Created database 
> "test_reuse_partitions_transactional_aeadb6f9" for test ID 
> "metadata/test_reuse_partitions.py::TestReusePartitions::()::test_reuse_partitions_transactional"
> -- executing against localhost:21000
> create table test_reuse_partitions_transactional_aeadb6f9.tbl (id int) 
> partitioned by (p int) stored as textfile 
> tblproperties('transactional'='true', 
> 'transactional_properties'='insert_only');
> -- 2025-09-06 23:49:09,438 INFO     MainThread: Started query 
> 5a45355bcac342d2:612e09b400000000
> -- executing against localhost:21000
> insert into test_reuse_partitions_transactional_aeadb6f9.tbl partition (p) 
> values (1, 1), (2, 2), (3, 3);
> -- 2025-09-06 23:49:13,818 INFO     MainThread: Started query 
> a34cd7ed7da150b7:a52c28b400000000
> -- executing against localhost:21000
> refresh test_reuse_partitions_transactional_aeadb6f9.tbl;
> -- 2025-09-06 23:49:14,115 INFO     MainThread: Started query 
> 26425c7f415d36d1:1c4d67a200000000
> -- executing against localhost:21000
> insert into test_reuse_partitions_transactional_aeadb6f9.tbl partition (p) 
> values (1, 1);
> -- 2025-09-06 23:49:14,210 INFO     MainThread: Started query 
> cd4a8b1d8a29838e:7d9a34ac00000000
> -- executing against localhost:21000
> insert into test_reuse_partitions_transactional_aeadb6f9.tbl partition(p) 
> values (4, 4);
> -- 2025-09-06 23:49:14,360 INFO     MainThread: Started query 
> 064c5f75bca01fd6:3e87acc900000000{noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to