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

ASF subversion and git services commented on IMPALA-14042:
----------------------------------------------------------

Commit 125df65322ad9a9c591d7614fbc2f9d5e82caa53 in impala's branch 
refs/heads/master from Riza Suminto
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=125df6532 ]

IMPALA-14042: (Addendum) limit test_rename_drop in exhaustive mode

test_rename_drop continues to be flaky in non-HDFS environment. HMS
seems to be slower to response in non-HDFS environment. There are also
possibillity of table lock contention with background TableLoader and
CatalogDelta thread that cause DROP query happen after RENAME instead of
BEFORE.

This patch limit running test_rename_drop in HDFS and exhaustive mode in
the meantime.

Change-Id: Ie55e6d6093367c454cf3e31ed8a409b6e091193d
Reviewed-on: http://gerrit.cloudera.org:8080/22933
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Michael Smith <[email protected]>


> TestConcurrentRename.test_rename_drop failure
> ---------------------------------------------
>
>                 Key: IMPALA-14042
>                 URL: https://issues.apache.org/jira/browse/IMPALA-14042
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: gaurav singh
>            Assignee: Riza Suminto
>            Priority: Major
>              Labels: broken-build
>             Fix For: Impala 5.0.0
>
>
> h3. Error Message
> ImpalaBeeswaxException: Query 1844ef491bd88a30:c835c7fd00000000 failed: 
> TableNotFoundException: Table not found: test_rename_drop_aaefe83a.tbl2
> h3. Stacktrace
> custom_cluster/test_concurrent_rename.py:48: in test_rename_drop 
> self.execute_query("invalidate metadata {}2".format(name)) 
> common/impala_test_suite.py:1134: in wrapper return function(*args, **kwargs) 
> common/impala_test_suite.py:1176: in execute_query return 
> self.__execute_query(self.client, query, query_options) 
> common/impala_test_suite.py:1312: in __execute_query return 
> impalad_client.execute(query, user=user) common/impala_connection.py:505: in 
> execute fetch_exec_summary=fetch_exec_summary) beeswax/impala_beeswax.py:195: 
> in execute handle = self.__execute_query(query_string.strip(), user=user) 
> beeswax/impala_beeswax.py:293: in __execute_query 
> self.wait_for_finished(handle) beeswax/impala_beeswax.py:319: in 
> wait_for_finished raise ImpalaBeeswaxException(error_log, None) E 
> ImpalaBeeswaxException: Query 1844ef491bd88a30:c835c7fd00000000 failed: E 
> TableNotFoundException: Table not found: test_rename_drop_aaefe83a.tbl2



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to