You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Eugene Koifman (JIRA)" <ji...@apache.org> on 2018/06/21 21:07:00 UTC

[jira] [Updated] (HIVE-19965) Make HiveEndPoint use IMetaStoreClient.add_partition

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

Eugene Koifman updated HIVE-19965:
----------------------------------
    Description: 
it currently uses "alter table add partition if exists..."

which since HIVE-18814 requires X lock on the table which blocks other streaming writers from making progress.  

HIVE-19961 to investigate if X lock can be relaxed, etc.

  was:
it currently uses "alter table add partition if exists..."

which since HIVE-18814 requires X lock on the table which blocks other streaming writers from making progress.  


> Make HiveEndPoint use IMetaStoreClient.add_partition
> ----------------------------------------------------
>
>                 Key: HIVE-19965
>                 URL: https://issues.apache.org/jira/browse/HIVE-19965
>             Project: Hive
>          Issue Type: Bug
>          Components: Transactions
>    Affects Versions: 3.0.0
>            Reporter: Eugene Koifman
>            Assignee: Eugene Koifman
>            Priority: Blocker
>
> it currently uses "alter table add partition if exists..."
> which since HIVE-18814 requires X lock on the table which blocks other streaming writers from making progress.  
> HIVE-19961 to investigate if X lock can be relaxed, etc.



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