[
https://issues.apache.org/jira/browse/IMPALA-13777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17928741#comment-17928741
]
Pranav Yogi Lodha commented on IMPALA-13777:
--------------------------------------------
Hi [~rizaon] , please feel free to reassign.
> AssertionError in test_scan_range_skew
> --------------------------------------
>
> Key: IMPALA-13777
> URL: https://issues.apache.org/jira/browse/IMPALA-13777
> Project: IMPALA
> Issue Type: Bug
> Reporter: Pranav Yogi Lodha
> Assignee: Riza Suminto
> Priority: Major
> Labels: broken-build
>
> h2. Error Message
> {noformat}
> query_test/test_scanners.py:1381: in test_scan_range_skew
> self.__assert_counter_equals(r'NumRowGroups: (\d+)', 1,
> result.runtime_profile) query_test/test_scanners.py:1397: in
> __assert_counter_equals for num_row_groups in num_row_groups_counters: assert
> int(num_row_groups) == value E assert 2 == 1 E + where 2 = int('2'){noformat}
> h2. Stacktrace
> {noformat}
> query_test/test_scanners.py:1381: in test_scan_range_skew
> self.__assert_counter_equals(r'NumRowGroups: (\d+)', 1,
> result.runtime_profile) query_test/test_scanners.py:1397: in
> __assert_counter_equals for num_row_groups in num_row_groups_counters: assert
> int(num_row_groups) == value E assert 2 == 1 E + where 2 = int('2'){noformat}
> h2. Standard Error
> {noformat}
> SET
> client_identifier=query_test/test_scanners.py::TestParquetScanRangeAssigment::()::test_scan_range_skew[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;
> -- connecting to: localhost:21000 -- 2025-02-14 17:08:22,298 INFO
> MainThread: Could not connect to ('::1', 21000, 0, 0) Traceback (most recent
> call last): File
> "/data/jenkins/workspace/impala-cdh-7.3.1.x-core-s3-arm-data-cache/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-7.3.1.x-core-s3-arm-data-cache/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-02-14
> 17:08:22,299 INFO MainThread: Could not connect to ('::1', 21050, 0, 0)
> Traceback (most recent call last): File
> "/data/jenkins/workspace/impala-cdh-7.3.1.x-core-s3-arm-data-cache/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-7.3.1.x-core-s3-arm-data-cache/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-02-14 17:08:22,311 INFO MainThread: Closing active
> operation -- connecting to localhost:28000 with impyla -- 2025-02-14
> 17:08:22,326 INFO MainThread: Closing active operation -- connecting to
> localhost:11050 with impyla -- 2025-02-14 17:08:22,327 INFO MainThread: Could
> not connect to ('::1', 11050, 0, 0) Traceback (most recent call last): File
> "/data/jenkins/workspace/impala-cdh-7.3.1.x-core-s3-arm-data-cache/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-7.3.1.x-core-s3-arm-data-cache/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-02-14 17:08:22,328 INFO MainThread: Could not
> connect to ('127.0.0.1', 11050) Traceback (most recent call last): File
> "/data/jenkins/workspace/impala-cdh-7.3.1.x-core-s3-arm-data-cache/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-7.3.1.x-core-s3-arm-data-cache/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-02-14 17:08:22,328 ERROR MainThread: Could not
> connect to any of [('::1', 11050, 0, 0), ('127.0.0.1', 11050)] -- 2025-02-14
> 17:08:22,328 INFO MainThread: HS2 FENG connection setup failed,
> continuing...: Could not connect to any of [('::1', 11050, 0, 0),
> ('127.0.0.1', 11050)] -- executing against localhost:21000 select
> sum(l_extendedprice * l_discount) as revenue from tpch_parquet.lineitem where
> l_shipdate >= '1994-01-01' and l_shipdate < '1995-01-01' and l_discount
> between 0.05 and 0.07 and l_quantity < 24; -- 2025-02-14 17:08:22,342 INFO
> MainThread: Started query 734ef1014bb8cd1f:4fcc162100000000{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]