You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Gopal Vijayaraghavan (Jira)" <ji...@apache.org> on 2021/04/13 19:30:00 UTC

[jira] [Updated] (HIVE-25011) Concurrency: Do not acquire locks for EXPLAIN

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

Gopal Vijayaraghavan updated HIVE-25011:
----------------------------------------
    Description: 
{code}
EXPLAIN UPDATE ...
{code}

should not be in conflict with another active ongoing UPDATE operation.

  was:
{code}
EXPLAIN UPDATE ...
{code}

should be in conflict with another active ongoing UPDATE operation.


> Concurrency: Do not acquire locks for EXPLAIN
> ---------------------------------------------
>
>                 Key: HIVE-25011
>                 URL: https://issues.apache.org/jira/browse/HIVE-25011
>             Project: Hive
>          Issue Type: Improvement
>          Components: Locking, Transactions
>    Affects Versions: 4.0.0
>            Reporter: Gopal Vijayaraghavan
>            Priority: Major
>
> {code}
> EXPLAIN UPDATE ...
> {code}
> should not be in conflict with another active ongoing UPDATE operation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)