You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Sergey Shelukhin (JIRA)" <ji...@apache.org> on 2018/03/05 23:47:00 UTC

[jira] [Updated] (HIVE-18868) fix TestReplicationScenarios* tests to use ACID txn manager

     [ https://issues.apache.org/jira/browse/HIVE-18868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sergey Shelukhin updated HIVE-18868:
------------------------------------
    Description: 
These two tests use ACID tables with dummy txn manager, which is not supposed to work. 
There was a bug in ACID check in SemanticAnalyzer that enabled these tests to run. The bug is being fixed in HIVE-18571, after which creating an ACID table starts failing.
I tried to switch them to DbTxnManager; it fixed the tests using ACID tables, but some other test cases start to hang for some reason that is not entirely obvious (metastore connection issues?).

I added another in-test flag in HIVE-18571 for now, but overall these tests should either stop using ACID tables, or set up ACID stuff properly (DbTxnManager and concurrency on).

  was:
These two tests use ACID tables with dummy txn manager, which is not supposed to work. 
There was a bug in ACID check in SemanticAnalyzer which is being fixed in HIVE-18571, after which create ACID table starts failing in these.
I tried to switch them to DbTxnManager; it fixed the tests using ACID tables, but some tests start to hang for some reason that is not entirely obvious (metastore connection issues?).

I added another in-test flag in HIVE-18571 for now, but overall these tests should either stop using ACID tables, or set up ACID stuff properly (DbTxnManager and concurrency on).


> fix TestReplicationScenarios* tests to use ACID txn manager
> -----------------------------------------------------------
>
>                 Key: HIVE-18868
>                 URL: https://issues.apache.org/jira/browse/HIVE-18868
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Sergey Shelukhin
>            Assignee: Thejas M Nair
>            Priority: Major
>
> These two tests use ACID tables with dummy txn manager, which is not supposed to work. 
> There was a bug in ACID check in SemanticAnalyzer that enabled these tests to run. The bug is being fixed in HIVE-18571, after which creating an ACID table starts failing.
> I tried to switch them to DbTxnManager; it fixed the tests using ACID tables, but some other test cases start to hang for some reason that is not entirely obvious (metastore connection issues?).
> I added another in-test flag in HIVE-18571 for now, but overall these tests should either stop using ACID tables, or set up ACID stuff properly (DbTxnManager and concurrency on).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)