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 "Qifan Chen (Jira)" <ji...@apache.org> on 2020/10/28 13:56:00 UTC

[jira] [Created] (IMPALA-10301) Improvement to test_local_catalog_ddls_with_invalidate_metadata_sync_ddl

Qifan Chen created IMPALA-10301:
-----------------------------------

             Summary: Improvement to test_local_catalog_ddls_with_invalidate_metadata_sync_ddl
                 Key: IMPALA-10301
                 URL: https://issues.apache.org/jira/browse/IMPALA-10301
             Project: IMPALA
          Issue Type: Bug
          Components: Catalog
            Reporter: Qifan Chen


In impala-cdpd-master-staging-core-s3 test, the following error was seen (insert into a partitioned table timeout). 

Error Message

{code:java}
AssertionError: Query timeout(60s): insert overwrite table test_local_catalog_ddls_with_invalidate_metadata_sync_ddl_b87f02d6.test_2_part partition(j=2) values (1), (2), (3), (4), (5) assert False
Stacktrace
{code}


{code:java}
custom_cluster/test_concurrent_ddls.py:83: in test_local_catalog_ddls_with_invalidate_metadata_sync_ddl
    self._run_ddls_with_invalidation(unique_database, sync_ddl=True)
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)):
/usr/lib64/python2.7/multiprocessing/pool.py:655: in next
    raise value
E   AssertionError: Query timeout(60s): insert overwrite table test_local_catalog_ddls_with_invalidate_metadata_sync_ddl_b87f02d6.test_2_part partition(j=2) values (1), (2), (3), (4), (5)
E   assert False
{code}




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