Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Cannot Reproduce
-
Impala 3.1.0
-
None
-
ghx-label-1
Description
https://jenkins.impala.io/job/gerrit-verify-dryrun/2757
20:09:25 ] =================================== FAILURES =================================== 20:09:25 ] TestMtDop.test_compute_stats[mt_dop: 2 | exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 'abort_on_error': 1, 'debug_action': None, 'exec_single_node_rows_threshold': 0} | table_format: kudu/none] 20:09:25 ] [gw3] linux2 -- Python 2.7.12 /home/ubuntu/Impala/bin/../infra/python/env/bin/python 20:09:25 ] query_test/test_mt_dop.py:76: in test_compute_stats 20:09:25 ] vector.get_value('exec_option')) 20:09:25 ] common/impala_test_suite.py:528: in wrapper 20:09:25 ] return function(*args, **kwargs) 20:09:25 ] common/impala_test_suite.py:553: in execute_query 20:09:25 ] return self.__execute_query(self.client, query, query_options) 20:09:25 ] common/impala_test_suite.py:620: in __execute_query 20:09:25 ] return impalad_client.execute(query, user=user) 20:09:25 ] common/impala_connection.py:160: in execute 20:09:25 ] return self.__beeswax_client.execute(sql_stmt, user=user) 20:09:25 ] beeswax/impala_beeswax.py:173: in execute 20:09:25 ] handle = self.__execute_query(query_string.strip(), user=user) 20:09:25 ] beeswax/impala_beeswax.py:345: in __execute_query 20:09:25 ] self.wait_for_completion(handle) 20:09:25 ] beeswax/impala_beeswax.py:365: in wait_for_completion 20:09:25 ] raise ImpalaBeeswaxException("Query aborted:" + error_log, None) 20:09:25 ] E ImpalaBeeswaxException: ImpalaBeeswaxException: 20:09:25 ] E Query aborted:Unable to open Kudu table: Network error: Recv() got EOF from remote (error 108) 20:09:25 ] ---------------------------- Captured stderr setup ----------------------------- 20:09:25 ] SET sync_ddl=False; 20:09:25 ] -- executing against localhost:21000 20:09:25 ] DROP DATABASE IF EXISTS `test_compute_stats_fcf53685` CASCADE; 20:09:25 ] 20:09:25 ] SET sync_ddl=False; 20:09:25 ] -- executing against localhost:21000 20:09:25 ] CREATE DATABASE `test_compute_stats_fcf53685`; 20:09:25 ] 20:09:25 ] MainThread: Created database "test_compute_stats_fcf53685" for test ID "query_test/test_mt_dop.py::TestMtDop::()::test_compute_stats[mt_dop: 2 | exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 0, 'disable_codegen': False, 'abort_on_error': 1, 'debug_action': None, 'exec_single_node_rows_threshold': 0} | table_format: kudu/none]" 20:09:25 ] ----------------------------- Captured stderr call ----------------------------- 20:09:25 ] -- executing against localhost:21000 20:09:25 ] create external table test_compute_stats_fcf53685.mt_dop stored as kudu tblproperties('kudu.table_name'='impala::functional_kudu.alltypes'); 20:09:25 ] 20:09:25 ] SET mt_dop=2; 20:09:25 ] SET batch_size=0; 20:09:25 ] SET num_nodes=0; 20:09:25 ] SET disable_codegen_rows_threshold=0; 20:09:25 ] SET disable_codegen=False; 20:09:25 ] SET abort_on_error=1; 20:09:25 ] SET exec_single_node_rows_threshold=0; 20:09:25 ] -- executing against localhost:21000 20:09:25 ] compute stats test_compute_stats_fcf53685.mt_dop; 20:09:25 ] 20:09:25 ] = 1 failed, 1954 passed, 63 skipped, 44 xfailed, 1 xpassed in 2294.44 seconds ==