You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Denys Kuzmenko (Jira)" <ji...@apache.org> on 2022/10/19 08:58:00 UTC

[jira] [Updated] (HIVE-23293) Locks: Implement zero-wait readers

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

Denys Kuzmenko updated HIVE-23293:
----------------------------------
    Fix Version/s: 4.0.0-alpha-1

> Locks: Implement zero-wait readers 
> -----------------------------------
>
>                 Key: HIVE-23293
>                 URL: https://issues.apache.org/jira/browse/HIVE-23293
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Denys Kuzmenko
>            Assignee: Denys Kuzmenko
>            Priority: Major
>             Fix For: 4.0.0-alpha-1
>
>         Attachments: HIVE-23293.1.patch, HIVE-23293.2.patch, HIVE-23293.3.patch
>
>
> With a new lock type (EXCL_WRITE) for INSERT_OVERWRITE, SHARED_READ does not have to wait for any lock - it can fails fast for a pending EXCLUSIVE, because even if there is an EXCL_WRITE or SHARED_WRITE pending, there's no semantic reason to wait for them.



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