You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2020/03/02 19:02:00 UTC

[jira] [Assigned] (IMPALA-9446) query_test.test_compressed_formats.TestReadZtsdLibCompressedFile fails on S3

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

Joe McDonnell reassigned IMPALA-9446:
-------------------------------------

    Assignee: Xiaomeng Zhang

> query_test.test_compressed_formats.TestReadZtsdLibCompressedFile fails on S3
> ----------------------------------------------------------------------------
>
>                 Key: IMPALA-9446
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9446
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 3.4.0
>            Reporter: Joe McDonnell
>            Assignee: Xiaomeng Zhang
>            Priority: Blocker
>              Labels: broken-build
>
> On the S3 configuration, query_test.test_compressed_formats.TestReadZtsdLibCompressedFile is encountering the following error:
>  
> {noformat}
> query_test/test_compressed_formats.py:325: in test_query_large_file
>     result = self.client.execute("select count(*) from %s" % self.COMPRESSED_TABLE_NAME)
> common/impala_connection.py:205: in execute
>     return self.__beeswax_client.execute(sql_stmt, user=user)
> beeswax/impala_beeswax.py:187: in execute
>     handle = self.__execute_query(query_string.strip(), user=user)
> beeswax/impala_beeswax.py:365: in __execute_query
>     self.wait_for_finished(handle)
> beeswax/impala_beeswax.py:386: in wait_for_finished
>     raise ImpalaBeeswaxException("Query aborted:" + error_log, None)
> E   ImpalaBeeswaxException: ImpalaBeeswaxException:
> E    Query aborted:Rejected query from pool default-pool: Error during scheduling: Invalid file descriptor compression code: 10{noformat}
> The error comes from here:
>  
> [https://github.com/apache/impala/blob/master/be/src/util/flat_buffer.cc#L63]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org