Qifan Chen created IMPALA-10289:
-----------------------------------
Summary: Resource not found during
custom_cluster.test_concurrent_ddls.TestConcurrentDdls.test_ddls_with_invalidate_metadata
Key: IMPALA-10289
URL: https://issues.apache.org/jira/browse/IMPALA-10289
Project: IMPALA
Issue Type: Bug
Components: Catalog
Reporter: Qifan Chen
The following error was reported during regression test for
impala-asf-master-core-s3-data-cache build.
AssertionError: ImpalaBeeswaxException: INNER EXCEPTION: <class
'beeswaxd.ttypes.BeeswaxException'> MESSAGE: ImpalaRuntimeException: Error
making 'add_partitions' RPC to Hive Metastore: 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:
3SE4KMKBGEDKHMFKBAD2QJCSPJVV4KQNSO5AEMVJF66Q9ASUAAJG) assert <bound method
type.is_acceptable_error of <class
'test_concurrent_ddls.TestConcurrentDdls'>>("ImpalaBeeswaxException:\n INNER
EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>\n MESSAGE:
ImpalaRuntimeExcepti... Code: 400; Error Code: ResourceNotFoundException;
Request ID: 3SE4KMKBGEDKHMFKBAD2QJCSPJVV4KQNSO5AEMVJF66Q9ASUAAJG)\n", False) +
where <bound method type.is_acceptable_error of <class
'test_concurrent_ddls.TestConcurrentDdls'>> =
TestConcurrentDdls.is_acceptable_error + and "ImpalaBeeswaxException:\n
INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>\n MESSAGE:
ImpalaRuntimeExcepti... Code: 400; Error Code: ResourceNotFoundException;
Request ID: 3SE4KMKBGEDKHMFKBAD2QJCSPJVV4KQNSO5AEMVJF66Q9ASUAAJG)\n" =
str(ImpalaBeeswaxException())
custom_cluster/test_concurrent_ddls.py:43: in test_ddls_with_invalidate_metadata
self._run_ddls_with_invalidation(unique_database, sync_ddl=False)
custom_cluster/test_concurrent_ddls.py:146: in _run_ddls_with_invalidation
for i in pool.imap_unordered(run_ddls, xrange(1, NUM_ITERS + 1)):
/data/jenkins/workspace/impala-asf-master-core-s3-data-cache/Impala-Toolchain/toolchain-packages-gcc7.5.0/python-2.7.16/lib/python2.7/multiprocessing/pool.py:673:
in next
raise value
E AssertionError: ImpalaBeeswaxException:
E INNER EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>
E MESSAGE: ImpalaRuntimeException: Error making 'add_partitions' 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:
3SE4KMKBGEDKHMFKBAD2QJCSPJVV4KQNSO5AEMVJF66Q9ASUAAJG)
E
E assert <bound method type.is_acceptable_error of <class
'test_concurrent_ddls.TestConcurrentDdls'>>("ImpalaBeeswaxException:\n INNER
EXCEPTION: <class 'beeswaxd.ttypes.BeeswaxException'>\n MESSAGE:
ImpalaRuntimeExcepti... Code: 400; Error Code: ResourceNotFoundException;
Request ID: 3SE4KMKBGEDKHMFKBAD2QJCSPJVV4KQNSO5AEMVJF66Q9ASUAAJG)\n", False)
E + where <bound method type.is_acceptable_error of <class
'test_concurrent_ddls.TestConcurrentDdls'>> =
TestConcurrentDdls.is_acceptable_error
E + and "ImpalaBeeswaxException:\n INNER EXCEPTION: <class
'beeswaxd.ttypes.BeeswaxException'>\n MESSAGE: ImpalaRuntimeExcepti... Code:
400; Error Code: ResourceNotFoundException; Request ID:
3SE4KMKBGEDKHMFKBAD2QJCSPJVV4KQNSO5AEMVJF66Q9ASUAAJG)\n" =
str(ImpalaBeeswaxException())
It may have something to do with fix to IMPALA IMPALA-10256: Skip
test_disable_incremental_metadata_updates on S3 tests.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)