You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Sankar Hariappan (Jira)" <ji...@apache.org> on 2020/01/03 03:46:00 UTC

[jira] [Assigned] (HIVE-18752) HiveEndPoint, HiveStreamingConnection: Optimise metastore calls to open transactions batch and allocate write Ids.

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

Sankar Hariappan reassigned HIVE-18752:
---------------------------------------

    Assignee: Sushil Ks  (was: Sankar Hariappan)

> HiveEndPoint, HiveStreamingConnection: Optimise metastore calls to open transactions batch and allocate write Ids.
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-18752
>                 URL: https://issues.apache.org/jira/browse/HIVE-18752
>             Project: Hive
>          Issue Type: Bug
>          Components: HiveServer2, Metastore
>    Affects Versions: 3.0.0
>            Reporter: Sankar Hariappan
>            Assignee: Sushil Ks
>            Priority: Major
>              Labels: ACID, Metastore, Streaming
>             Fix For: 3.2.0
>
>
> Per table write ID implementation (HIVE-18192) have introduced write ID and maps it against the txn.
> Now, for streaming ingest, we need to open txns batch and then allocate write id for each txn in the batch which is 2 metastore calls.
> This can be optimised to use only one metastore api.



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