[ 
https://issues.apache.org/jira/browse/IMPALA-9058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16953967#comment-16953967
 ] 

Alice Fan commented on IMPALA-9058:
-----------------------------------

Saw this at recent broken build impala-cdpd-master-core-s3

{code:java}
Error Message
query_test/test_mt_dop.py:75: in test_compute_stats     
self.execute_query("alter table %s recover partitions" % fq_table_name) 
common/impala_test_suite.py:790: in wrapper     return function(*args, 
**kwargs) common/impala_test_suite.py:822: in execute_query     return 
self.__execute_query(self.client, query, query_options) 
common/impala_test_suite.py:893: in __execute_query     return 
impalad_client.execute(query, user=user) 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:362: in __execute_query     handle = 
self.execute_query_async(query_string, user=user) 
beeswax/impala_beeswax.py:356: in execute_query_async     handle = 
self.__do_rpc(lambda: self.imp_service.query(query,)) 
beeswax/impala_beeswax.py:519: in __do_rpc     raise 
ImpalaBeeswaxException(self.__build_error_message(b), b) E   
ImpalaBeeswaxException: ImpalaBeeswaxException: E    INNER EXCEPTION: <class 
'beeswaxd.ttypes.BeeswaxException'> E    MESSAGE: ImpalaRuntimeException: Error 
making 'add_partition' RPC to Hive Metastore:  E   CAUSED BY: MetaException: 
java.io.IOException: Got exception: java.io.FileNotFoundException 
getVersionMarkerItem on ../VERSION: 
com.amazonaws.services.dynamodbv2.model.ResourceNotFoundException: Requested 
resource not found (Service: AmazonDynamoDBv2; Status Code: 400; Error Code: 
ResourceNotFoundException; Request ID: 
H65LDOQQ8I847QGDN8SQUC86N3VV4KQNSO5AEMVJF66Q9ASUAAJG)
Stacktrace
query_test/test_mt_dop.py:75: in test_compute_stats
    self.execute_query("alter table %s recover partitions" % fq_table_name)
common/impala_test_suite.py:790: in wrapper
    return function(*args, **kwargs)
common/impala_test_suite.py:822: in execute_query
    return self.__execute_query(self.client, query, query_options)
common/impala_test_suite.py:893: in __execute_query
    return impalad_client.execute(query, user=user)
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:362: in __execute_query
    handle = self.execute_query_async(query_string, user=user)
beeswax/impala_beeswax.py:356: in execute_query_async
    handle = self.__do_rpc(lambda: self.imp_service.query(query,))
beeswax/impala_beeswax.py:519: in __do_rpc
    raise ImpalaBeeswaxException(self.__build_error_message(b), b)
E   ImpalaBeeswaxException: ImpalaBeeswaxException:
E    INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>
E    MESSAGE: ImpalaRuntimeException: Error making 'add_partition' RPC to Hive 
Metastore: 
E   CAUSED BY: MetaException: java.io.IOException: Got exception: 
java.io.FileNotFoundException getVersionMarkerItem on ../VERSION: 
com.amazonaws.services.dynamodbv2.model.ResourceNotFoundException: Requested 
resource not found (Service: AmazonDynamoDBv2; Status Code: 400; Error Code: 
ResourceNotFoundException; Request ID: 
H65LDOQQ8I847QGDN8SQUC86N3VV4KQNSO5AEMVJF66Q9ASUAAJG)
{code}


> S3 tests failing with FileNotFoundException getVersionMarkerItem on ../VERSION
> ------------------------------------------------------------------------------
>
>                 Key: IMPALA-9058
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9058
>             Project: IMPALA
>          Issue Type: Test
>            Reporter: Sahil Takiar
>            Assignee: Sahil Takiar
>            Priority: Major
>
> I've seen this happen several times now, S3 tests intermittently fail with an 
> error such as:
> {code:java}
> Query aborted:InternalException: Error adding partitions E   CAUSED BY: 
> MetaException: java.io.IOException: Got exception: 
> java.io.FileNotFoundException getVersionMarkerItem on ../VERSION: 
> com.amazonaws.services.dynamodbv2.model.ResourceNotFoundException: Requested 
> resource not found (Service: AmazonDynamoDBv2; Status Code: 400; Error Code: 
> ResourceNotFoundException; Request ID: 
> 8T9IS939MDI7ASOB0IJCC34J3NVV4KQNSO5AEMVJF66Q9ASUAAJG) {code}



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

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

Reply via email to