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 "Norbert Luksa (Jira)" <ji...@apache.org> on 2020/03/17 15:04:00 UTC

[jira] [Commented] (IMPALA-9463) TestInsertQueries.test_insert failed on S3

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

Norbert Luksa commented on IMPALA-9463:
---------------------------------------

In a recent build, query_test.test_mt_dop.TestMtDopParquet.test_mt_dop_insert also failed with a similar exception:
{code:java}
ImpalaBeeswaxException: ImpalaBeeswaxException: 
Query aborted:InternalException: Error adding partitions 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: 0S5CT4S81MJ7HFQL60P9021D4VVV4KQNSO5AEMVJF66Q9ASUAAJG)
{code}

Stacktrace:

{code:java}
query_test/test_mt_dop.py:122: in test_mt_dop_insert
    self.run_test_case('QueryTest/insert', vector)
/data/jenkins/workspace/impala-asf-master-core-s3/repos/Impala/tests/common/impala_test_suite.py:659: in run_test_case
    result = exec_fn(query, user=test_section.get('USER', '').strip() or None)
/data/jenkins/workspace/impala-asf-master-core-s3/repos/Impala/tests/common/impala_test_suite.py:594: in __exec_in_impala
    result = self.__execute_query(target_impalad_client, query, user=user)
/data/jenkins/workspace/impala-asf-master-core-s3/repos/Impala/tests/common/impala_test_suite.py:934: in __execute_query
    return impalad_client.execute(query, user=user)
/data/jenkins/workspace/impala-asf-master-core-s3/repos/Impala/tests/common/impala_connection.py:205: in execute
    return self.__beeswax_client.execute(sql_stmt, user=user)
/data/jenkins/workspace/impala-asf-master-core-s3/repos/Impala/tests/beeswax/impala_beeswax.py:187: in execute
    handle = self.__execute_query(query_string.strip(), user=user)
/data/jenkins/workspace/impala-asf-master-core-s3/repos/Impala/tests/beeswax/impala_beeswax.py:365: in __execute_query
    self.wait_for_finished(handle)
/data/jenkins/workspace/impala-asf-master-core-s3/repos/Impala/tests/beeswax/impala_beeswax.py:386: in wait_for_finished
    raise ImpalaBeeswaxException("Query aborted:" + error_log, None)
E   ImpalaBeeswaxException: ImpalaBeeswaxException:
E    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: 0S5CT4S81MJ7HFQL60P9021D4VVV4KQNSO5AEMVJF66Q9ASUAAJG)
{code}


> TestInsertQueries.test_insert failed on S3
> ------------------------------------------
>
>                 Key: IMPALA-9463
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9463
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Zoltán Borók-Nagy
>            Priority: Major
>              Labels: broken-build
>
> query_test.test_insert.TestInsertQueries.test_insert failed on S3 with the following error:
> {noformat}
> ImpalaBeeswaxException: ImpalaBeeswaxException:
> Query aborted:InternalException: Error adding partitions 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: 3NHON9GO4LOH94UN11B7KJ81KBVV4KQNSO5AEMVJF66Q9ASUAAJG){noformat}
> Stack trace of the test was:
> {noformat}
> query_test/test_insert.py:138: in test_insert
>     multiple_impalad=vector.get_value('exec_option')['sync_ddl'] == 1)
> /data/jenkins/workspace/impala-asf-master-core-s3/repos/Impala/tests/common/impala_test_suite.py:659: in run_test_case
>     result = exec_fn(query, user=test_section.get('USER', '').strip() or None)
> /data/jenkins/workspace/impala-asf-master-core-s3/repos/Impala/tests/common/impala_test_suite.py:594: in __exec_in_impala
>     result = self.__execute_query(target_impalad_client, query, user=user)
> /data/jenkins/workspace/impala-asf-master-core-s3/repos/Impala/tests/common/impala_test_suite.py:934: in __execute_query
>     return impalad_client.execute(query, user=user)
> /data/jenkins/workspace/impala-asf-master-core-s3/repos/Impala/tests/common/impala_connection.py:205: in execute
>     return self.__beeswax_client.execute(sql_stmt, user=user)
> /data/jenkins/workspace/impala-asf-master-core-s3/repos/Impala/tests/beeswax/impala_beeswax.py:187: in execute
>     handle = self.__execute_query(query_string.strip(), user=user)
> /data/jenkins/workspace/impala-asf-master-core-s3/repos/Impala/tests/beeswax/impala_beeswax.py:365: in __execute_query
>     self.wait_for_finished(handle)
> /data/jenkins/workspace/impala-asf-master-core-s3/repos/Impala/tests/beeswax/impala_beeswax.py:386: in wait_for_finished
>     raise ImpalaBeeswaxException("Query aborted:" + error_log, None)
> E   ImpalaBeeswaxException: ImpalaBeeswaxException:
> E    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: 3NHON9GO4LOH94UN11B7KJ81KBVV4KQNSO5AEMVJF66Q9ASUAAJG){noformat}



--
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