[ https://issues.apache.org/jira/browse/IMPALA-14244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dániel Gábor Vankó updated IMPALA-14244: ---------------------------------------- Description: h3. Error Message {noformat} custom_cluster/test_local_catalog.py:600: in test_full_acid_scans self.run_test_case('QueryTest/full-acid-scans', vector, use_db=unique_database) common/impala_test_suite.py:787: in run_test_case user=test_section.get('USER', '').strip() or None) common/impala_test_suite.py:706: in __exec_in_impala result = self.__execute_query(target_impalad_client, query, user=user) common/impala_test_suite.py:1073: in __execute_query return impalad_client.execute(query, user=user) common/impala_connection.py:218: in execute return self.__beeswax_client.execute(sql_stmt, user=user) beeswax/impala_beeswax.py:191: in execute handle = self.__execute_query(query_string.strip(), user=user) beeswax/impala_beeswax.py:369: in __execute_query self.wait_for_finished(handle) beeswax/impala_beeswax.py:390: in wait_for_finished raise ImpalaBeeswaxException("Query aborted:" + error_log, None) E ImpalaBeeswaxException: ImpalaBeeswaxException: E Query aborted:CatalogException: Table 'test_full_acid_scans_fd6079af.acid' was modified while operation was in progress, aborting execution.{noformat} h3. Stacktrace {noformat} -- 2025-09-10 02:17:11,893 INFO MainThread: Starting cluster with command: /data/jenkins/workspace/impala-cdh_main-core/repos/Impala/bin/start-impala-cluster.py '--state_store_args=--statestore_update_frequency_ms=50 --statestore_priority_update_frequency_ms=50 --statestore_heartbeat_frequency_ms=50' --cluster_size=3 --num_coordinators=3 --log_dir=/data/jenkins/workspace/impala-cdh_main-core/repos/Impala/logs/custom_cluster_tests --log_level=1 --impalad_args=--default_query_options= 02:17:12 MainThread: Found 0 impalad/0 statestored/0 catalogd process(es) 02:17:12 MainThread: Starting State Store logging to /data/jenkins/workspace/impala-cdh_main-core/repos/Impala/logs/custom_cluster_tests/statestored.INFO 02:17:12 MainThread: Starting Catalog Service logging to /data/jenkins/workspace/impala-cdh_main-core/repos/Impala/logs/custom_cluster_tests/catalogd.INFO 02:17:12 MainThread: Starting Impala Daemon logging to /data/jenkins/workspace/impala-cdh_main-core/repos/Impala/logs/custom_cluster_tests/impalad.INFO 02:17:12 MainThread: Starting Impala Daemon logging to /data/jenkins/workspace/impala-cdh_main-core/repos/Impala/logs/custom_cluster_tests/impalad_node1.INFO 02:17:12 MainThread: Starting Impala Daemon logging to /data/jenkins/workspace/impala-cdh_main-core/repos/Impala/logs/custom_cluster_tests/impalad_node2.INFO 02:17:15 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es) 02:17:15 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es) 02:17:15 MainThread: Getting num_known_live_backends from impala-ec2-redhat86-m6i-4xlarge-ondemand-0522.vpc.cloudera.com:25000 02:17:15 MainThread: Waiting for num_known_live_backends=3. Current value: 0 02:17:16 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es) 02:17:16 MainThread: Getting num_known_live_backends from impala-ec2-redhat86-m6i-4xlarge-ondemand-0522.vpc.cloudera.com:25000 02:17:16 MainThread: Waiting for num_known_live_backends=3. Current value: 0 02:17:17 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es) 02:17:17 MainThread: Getting num_known_live_backends from impala-ec2-redhat86-m6i-4xlarge-ondemand-0522.vpc.cloudera.com:25000 02:17:17 MainThread: num_known_live_backends has reached value: 3 02:17:18 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es) 02:17:18 MainThread: Getting num_known_live_backends from impala-ec2-redhat86-m6i-4xlarge-ondemand-0522.vpc.cloudera.com:25001 02:17:18 MainThread: num_known_live_backends has reached value: 3 02:17:18 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es) 02:17:18 MainThread: Getting num_known_live_backends from impala-ec2-redhat86-m6i-4xlarge-ondemand-0522.vpc.cloudera.com:25002 02:17:18 MainThread: num_known_live_backends has reached value: 3 02:17:19 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors). -- 2025-09-10 02:17:19,216 DEBUG MainThread: Found 3 impalad/1 statestored/1 catalogd process(es) -- 2025-09-10 02:17:19,216 INFO MainThread: Getting metric: statestore.live-backends from impala-ec2-redhat86-m6i-4xlarge-ondemand-0522.vpc.cloudera.com:25010 -- 2025-09-10 02:17:19,219 INFO MainThread: Metric 'statestore.live-backends' has reached desired value: 4 -- 2025-09-10 02:17:19,219 DEBUG MainThread: Getting num_known_live_backends from impala-ec2-redhat86-m6i-4xlarge-ondemand-0522.vpc.cloudera.com:25000 -- 2025-09-10 02:17:19,220 INFO MainThread: num_known_live_backends has reached value: 3 -- 2025-09-10 02:17:19,220 DEBUG MainThread: Getting num_known_live_backends from impala-ec2-redhat86-m6i-4xlarge-ondemand-0522.vpc.cloudera.com:25001 -- 2025-09-10 02:17:19,222 INFO MainThread: num_known_live_backends has reached value: 3 -- 2025-09-10 02:17:19,222 DEBUG MainThread: Getting num_known_live_backends from impala-ec2-redhat86-m6i-4xlarge-ondemand-0522.vpc.cloudera.com:25002 -- 2025-09-10 02:17:19,224 INFO MainThread: num_known_live_backends has reached value: 3 SET client_identifier=custom_cluster/test_local_catalog.py::TestFullAcid::()::test_full_acid_scans[protocol:beeswax|exec_option:{'test_replan':1;'batch_size':0;'num_nodes':0;'disable_codegen_rows_threshold':0;'disable_codegen':False;'abort_on_error':1;'exec_single_node_rows_th; -- connecting to: localhost:21000 -- 2025-09-10 02:17:19,224 INFO MainThread: Could not connect to ('::1', 21000, 0, 0) Traceback (most recent call last): File "/data/jenkins/workspace/impala-cdh_main-core/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/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-10 02:17:19,224 INFO MainThread: Could not connect to ('::1', 21050, 0, 0) Traceback (most recent call last): File "/data/jenkins/workspace/impala-cdh_main-core/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/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-10 02:17:19,372 INFO MainThread: Closing active operation -- connecting to localhost:28000 with impyla -- 2025-09-10 02:17:19,390 INFO MainThread: Closing active operation -- connecting to localhost:11050 with impyla SET client_identifier=custom_cluster/test_local_catalog.py::TestFullAcid::()::test_full_acid_scans[protocol:beeswax|exec_option:{'test_replan':1;'batch_size':0;'num_nodes':0;'disable_codegen_rows_threshold':0;'disable_codegen':False;'abort_on_error':1;'exec_single_node_rows_th; SET sync_ddl=False; -- executing against localhost:21000 DROP DATABASE IF EXISTS `test_full_acid_scans_fd6079af` CASCADE; -- 2025-09-10 02:17:19,447 INFO MainThread: Started query 294a2d4a12ec6a20:60907b5100000000 SET client_identifier=custom_cluster/test_local_catalog.py::TestFullAcid::()::test_full_acid_scans[protocol:beeswax|exec_option:{'test_replan':1;'batch_size':0;'num_nodes':0;'disable_codegen_rows_threshold':0;'disable_codegen':False;'abort_on_error':1;'exec_single_node_rows_th; SET sync_ddl=False; -- executing against localhost:21000 CREATE DATABASE `test_full_acid_scans_fd6079af`; -- 2025-09-10 02:17:19,567 INFO MainThread: Started query 7946f630cc80d344:8d7c8bf500000000 -- 2025-09-10 02:17:19,718 INFO MainThread: Created database "test_full_acid_scans_fd6079af" for test ID "custom_cluster/test_local_catalog.py::TestFullAcid::()::test_full_acid_scans[protocol: beeswax | exec_option: {'test_replan': 1, 'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: text/none]" SET client_identifier=custom_cluster/test_local_catalog.py::TestFullAcid::()::test_full_acid_scans[protocol:beeswax|exec_option:{'test_replan':1;'batch_size':0;'num_nodes':0;'disable_codegen_rows_threshold':0;'disable_codegen':False;'abort_on_error':1;'exec_single_node_rows_th; -- executing against localhost:21000 use test_full_acid_scans_fd6079af; -- 2025-09-10 02:17:19,723 INFO MainThread: Started query 6c478d64a1367a30:2841539100000000 SET client_identifier=custom_cluster/test_local_catalog.py::TestFullAcid::()::test_full_acid_scans[protocol:beeswax|exec_option:{'test_replan':1;'batch_size':0;'num_nodes':0;'disable_codegen_rows_threshold':0;'disable_codegen':False;'abort_on_error':1;'exec_single_node_rows_th; SET test_replan=1; SET batch_size=0; SET num_nodes=0; SET disable_codegen_rows_threshold=0; SET disable_codegen=False; SET abort_on_error=1; SET exec_single_node_rows_threshold=0; -- 2025-09-10 02:17:19,724 INFO MainThread: Loading query test file: /data/jenkins/workspace/impala-cdh_main-core/repos/Impala/testdata/workloads/functional-query/queries/QueryTest/full-acid-scans.test -- executing against localhost:21000 create table acid (i int) stored as orc tblproperties('transactional'='true'); -- 2025-09-10 02:17:21,376 INFO MainThread: Started query d6416702b8716d3f:980ac4eb00000000 -- connecting to localhost:11050 with impyla -- Executing use test_full_acid_scans_fd6079af -- closing query for operation handle: <tests.common.impala_connection.OperationHandle object at 0x7fa76e5e6910> -- 2025-09-10 02:17:21,493 INFO MainThread: Closing active operation -- Executing insert into acid values (1), (2), (3) -- closing query for operation handle: <tests.common.impala_connection.OperationHandle object at 0x7fa76e6baa90> -- 2025-09-10 02:17:29,556 INFO MainThread: Closing active operation -- Executing delete from acid where i = 2 -- closing query for operation handle: <tests.common.impala_connection.OperationHandle object at 0x7fa76e5d1210> -- 2025-09-10 02:17:31,008 INFO MainThread: Closing active operation -- closing connection to: localhost:11050 -- executing against localhost:21000 refresh acid; -- 2025-09-10 02:17:31,027 INFO MainThread: Started query 114deac0d9d5ad23:a7f1c2e400000000{noformat} was: h3. Error Message query_test/test_acid.py:89: in test_full_acid_scans self.run_test_case('QueryTest/full-acid-scans', vector, use_db=unique_database) common/impala_test_suite.py:787: in run_test_case user=test_section.get('USER', '').strip() or None) common/impala_test_suite.py:706: in _{_}exec_in_impala result = self.{_}{_}execute_query(target_impalad_client, query, user=user) common/impala_test_suite.py:1073: in __execute_query return impalad_client.execute(query, user=user) common/impala_connection.py:218: in execute return self.{_}{_}beeswax_client.execute(sql_stmt, user=user) beeswax/impala_beeswax.py:191: in execute handle = self.{_}_execute_query(query_string.strip(), user=user) beeswax/impala_beeswax.py:369: in __execute_query self.wait_for_finished(handle) beeswax/impala_beeswax.py:390: in wait_for_finished raise ImpalaBeeswaxException("Query aborted:" + error_log, None) E ImpalaBeeswaxException: ImpalaBeeswaxException: E Query aborted:CatalogException: Table 'test_full_acid_scans_48293b00.acid' was modified while operation was in progress, aborting execution. h3. Stacktrace query_test/test_acid.py:89: in test_full_acid_scans self.run_test_case('QueryTest/full-acid-scans', vector, use_db=unique_database) common/impala_test_suite.py:787: in run_test_case user=test_section.get('USER', '').strip() or None) common/impala_test_suite.py:706: in _{_}exec_in_impala result = self.{_}{_}execute_query(target_impalad_client, query, user=user) common/impala_test_suite.py:1073: in __execute_query return impalad_client.execute(query, user=user) common/impala_connection.py:218: in execute return self.{_}{_}beeswax_client.execute(sql_stmt, user=user) beeswax/impala_beeswax.py:191: in execute handle = self.{_}_execute_query(query_string.strip(), user=user) beeswax/impala_beeswax.py:369: in __execute_query self.wait_for_finished(handle) beeswax/impala_beeswax.py:390: in wait_for_finished raise ImpalaBeeswaxException("Query aborted:" + error_log, None) E ImpalaBeeswaxException: ImpalaBeeswaxException: E Query aborted:CatalogException: Table 'test_full_acid_scans_48293b00.acid' was modified while operation was in progress, aborting execution. > TestAcid.test_full_acid_scans is failing > ---------------------------------------- > > Key: IMPALA-14244 > URL: https://issues.apache.org/jira/browse/IMPALA-14244 > Project: IMPALA > Issue Type: Bug > Components: Catalog > Reporter: gaurav singh > Priority: Critical > Labels: broken-build > > h3. Error Message > {noformat} > custom_cluster/test_local_catalog.py:600: in test_full_acid_scans > self.run_test_case('QueryTest/full-acid-scans', vector, > use_db=unique_database) > common/impala_test_suite.py:787: in run_test_case > user=test_section.get('USER', '').strip() or None) > common/impala_test_suite.py:706: in __exec_in_impala > result = self.__execute_query(target_impalad_client, query, user=user) > common/impala_test_suite.py:1073: in __execute_query > return impalad_client.execute(query, user=user) > common/impala_connection.py:218: in execute > return self.__beeswax_client.execute(sql_stmt, user=user) > beeswax/impala_beeswax.py:191: in execute > handle = self.__execute_query(query_string.strip(), user=user) > beeswax/impala_beeswax.py:369: in __execute_query > self.wait_for_finished(handle) > beeswax/impala_beeswax.py:390: in wait_for_finished > raise ImpalaBeeswaxException("Query aborted:" + error_log, None) > E ImpalaBeeswaxException: ImpalaBeeswaxException: > E Query aborted:CatalogException: Table > 'test_full_acid_scans_fd6079af.acid' was modified while operation was in > progress, aborting execution.{noformat} > h3. Stacktrace > {noformat} > -- 2025-09-10 02:17:11,893 INFO MainThread: Starting cluster with > command: > /data/jenkins/workspace/impala-cdh_main-core/repos/Impala/bin/start-impala-cluster.py > '--state_store_args=--statestore_update_frequency_ms=50 > --statestore_priority_update_frequency_ms=50 > --statestore_heartbeat_frequency_ms=50' --cluster_size=3 --num_coordinators=3 > --log_dir=/data/jenkins/workspace/impala-cdh_main-core/repos/Impala/logs/custom_cluster_tests > --log_level=1 --impalad_args=--default_query_options= > 02:17:12 MainThread: Found 0 impalad/0 statestored/0 catalogd process(es) > 02:17:12 MainThread: Starting State Store logging to > /data/jenkins/workspace/impala-cdh_main-core/repos/Impala/logs/custom_cluster_tests/statestored.INFO > 02:17:12 MainThread: Starting Catalog Service logging to > /data/jenkins/workspace/impala-cdh_main-core/repos/Impala/logs/custom_cluster_tests/catalogd.INFO > 02:17:12 MainThread: Starting Impala Daemon logging to > /data/jenkins/workspace/impala-cdh_main-core/repos/Impala/logs/custom_cluster_tests/impalad.INFO > 02:17:12 MainThread: Starting Impala Daemon logging to > /data/jenkins/workspace/impala-cdh_main-core/repos/Impala/logs/custom_cluster_tests/impalad_node1.INFO > 02:17:12 MainThread: Starting Impala Daemon logging to > /data/jenkins/workspace/impala-cdh_main-core/repos/Impala/logs/custom_cluster_tests/impalad_node2.INFO > 02:17:15 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es) > 02:17:15 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es) > 02:17:15 MainThread: Getting num_known_live_backends from > impala-ec2-redhat86-m6i-4xlarge-ondemand-0522.vpc.cloudera.com:25000 > 02:17:15 MainThread: Waiting for num_known_live_backends=3. Current value: 0 > 02:17:16 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es) > 02:17:16 MainThread: Getting num_known_live_backends from > impala-ec2-redhat86-m6i-4xlarge-ondemand-0522.vpc.cloudera.com:25000 > 02:17:16 MainThread: Waiting for num_known_live_backends=3. Current value: 0 > 02:17:17 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es) > 02:17:17 MainThread: Getting num_known_live_backends from > impala-ec2-redhat86-m6i-4xlarge-ondemand-0522.vpc.cloudera.com:25000 > 02:17:17 MainThread: num_known_live_backends has reached value: 3 > 02:17:18 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es) > 02:17:18 MainThread: Getting num_known_live_backends from > impala-ec2-redhat86-m6i-4xlarge-ondemand-0522.vpc.cloudera.com:25001 > 02:17:18 MainThread: num_known_live_backends has reached value: 3 > 02:17:18 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es) > 02:17:18 MainThread: Getting num_known_live_backends from > impala-ec2-redhat86-m6i-4xlarge-ondemand-0522.vpc.cloudera.com:25002 > 02:17:18 MainThread: num_known_live_backends has reached value: 3 > 02:17:19 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 > executors). > -- 2025-09-10 02:17:19,216 DEBUG MainThread: Found 3 impalad/1 > statestored/1 catalogd process(es) > -- 2025-09-10 02:17:19,216 INFO MainThread: Getting metric: > statestore.live-backends from > impala-ec2-redhat86-m6i-4xlarge-ondemand-0522.vpc.cloudera.com:25010 > -- 2025-09-10 02:17:19,219 INFO MainThread: Metric > 'statestore.live-backends' has reached desired value: 4 > -- 2025-09-10 02:17:19,219 DEBUG MainThread: Getting > num_known_live_backends from > impala-ec2-redhat86-m6i-4xlarge-ondemand-0522.vpc.cloudera.com:25000 > -- 2025-09-10 02:17:19,220 INFO MainThread: num_known_live_backends has > reached value: 3 > -- 2025-09-10 02:17:19,220 DEBUG MainThread: Getting > num_known_live_backends from > impala-ec2-redhat86-m6i-4xlarge-ondemand-0522.vpc.cloudera.com:25001 > -- 2025-09-10 02:17:19,222 INFO MainThread: num_known_live_backends has > reached value: 3 > -- 2025-09-10 02:17:19,222 DEBUG MainThread: Getting > num_known_live_backends from > impala-ec2-redhat86-m6i-4xlarge-ondemand-0522.vpc.cloudera.com:25002 > -- 2025-09-10 02:17:19,224 INFO MainThread: num_known_live_backends has > reached value: 3 > SET > client_identifier=custom_cluster/test_local_catalog.py::TestFullAcid::()::test_full_acid_scans[protocol:beeswax|exec_option:{'test_replan':1;'batch_size':0;'num_nodes':0;'disable_codegen_rows_threshold':0;'disable_codegen':False;'abort_on_error':1;'exec_single_node_rows_th; > -- connecting to: localhost:21000 > -- 2025-09-10 02:17:19,224 INFO MainThread: Could not connect to ('::1', > 21000, 0, 0) > Traceback (most recent call last): > File > "/data/jenkins/workspace/impala-cdh_main-core/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/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-10 02:17:19,224 INFO MainThread: Could not connect to ('::1', > 21050, 0, 0) > Traceback (most recent call last): > File > "/data/jenkins/workspace/impala-cdh_main-core/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/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-10 02:17:19,372 INFO MainThread: Closing active operation > -- connecting to localhost:28000 with impyla > -- 2025-09-10 02:17:19,390 INFO MainThread: Closing active operation > -- connecting to localhost:11050 with impyla > SET > client_identifier=custom_cluster/test_local_catalog.py::TestFullAcid::()::test_full_acid_scans[protocol:beeswax|exec_option:{'test_replan':1;'batch_size':0;'num_nodes':0;'disable_codegen_rows_threshold':0;'disable_codegen':False;'abort_on_error':1;'exec_single_node_rows_th; > SET sync_ddl=False; > -- executing against localhost:21000 > DROP DATABASE IF EXISTS `test_full_acid_scans_fd6079af` CASCADE; > -- 2025-09-10 02:17:19,447 INFO MainThread: Started query > 294a2d4a12ec6a20:60907b5100000000 > SET > client_identifier=custom_cluster/test_local_catalog.py::TestFullAcid::()::test_full_acid_scans[protocol:beeswax|exec_option:{'test_replan':1;'batch_size':0;'num_nodes':0;'disable_codegen_rows_threshold':0;'disable_codegen':False;'abort_on_error':1;'exec_single_node_rows_th; > SET sync_ddl=False; > -- executing against localhost:21000 > CREATE DATABASE `test_full_acid_scans_fd6079af`; > -- 2025-09-10 02:17:19,567 INFO MainThread: Started query > 7946f630cc80d344:8d7c8bf500000000 > -- 2025-09-10 02:17:19,718 INFO MainThread: Created database > "test_full_acid_scans_fd6079af" for test ID > "custom_cluster/test_local_catalog.py::TestFullAcid::()::test_full_acid_scans[protocol: > beeswax | exec_option: {'test_replan': 1, 'batch_size': 0, 'num_nodes': 0, > 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, > 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: > text/none]" > SET > client_identifier=custom_cluster/test_local_catalog.py::TestFullAcid::()::test_full_acid_scans[protocol:beeswax|exec_option:{'test_replan':1;'batch_size':0;'num_nodes':0;'disable_codegen_rows_threshold':0;'disable_codegen':False;'abort_on_error':1;'exec_single_node_rows_th; > -- executing against localhost:21000 > use test_full_acid_scans_fd6079af; > -- 2025-09-10 02:17:19,723 INFO MainThread: Started query > 6c478d64a1367a30:2841539100000000 > SET > client_identifier=custom_cluster/test_local_catalog.py::TestFullAcid::()::test_full_acid_scans[protocol:beeswax|exec_option:{'test_replan':1;'batch_size':0;'num_nodes':0;'disable_codegen_rows_threshold':0;'disable_codegen':False;'abort_on_error':1;'exec_single_node_rows_th; > SET test_replan=1; > SET batch_size=0; > SET num_nodes=0; > SET disable_codegen_rows_threshold=0; > SET disable_codegen=False; > SET abort_on_error=1; > SET exec_single_node_rows_threshold=0; > -- 2025-09-10 02:17:19,724 INFO MainThread: Loading query test file: > /data/jenkins/workspace/impala-cdh_main-core/repos/Impala/testdata/workloads/functional-query/queries/QueryTest/full-acid-scans.test > -- executing against localhost:21000 > create table acid (i int) stored as orc tblproperties('transactional'='true'); > -- 2025-09-10 02:17:21,376 INFO MainThread: Started query > d6416702b8716d3f:980ac4eb00000000 > -- connecting to localhost:11050 with impyla > -- Executing use test_full_acid_scans_fd6079af > -- closing query for operation handle: > <tests.common.impala_connection.OperationHandle object at 0x7fa76e5e6910> > -- 2025-09-10 02:17:21,493 INFO MainThread: Closing active operation > -- Executing > insert into acid values (1), (2), (3) > -- closing query for operation handle: > <tests.common.impala_connection.OperationHandle object at 0x7fa76e6baa90> > -- 2025-09-10 02:17:29,556 INFO MainThread: Closing active operation > -- Executing > delete from acid where i = 2 > -- closing query for operation handle: > <tests.common.impala_connection.OperationHandle object at 0x7fa76e5d1210> > -- 2025-09-10 02:17:31,008 INFO MainThread: Closing active operation > -- closing connection to: localhost:11050 > -- executing against localhost:21000 > refresh acid; > -- 2025-09-10 02:17:31,027 INFO MainThread: Started query > 114deac0d9d5ad23:a7f1c2e400000000{noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org For additional commands, e-mail: issues-all-h...@impala.apache.org