You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Kishen Das (Jira)" <ji...@apache.org> on 2020/05/28 22:23:00 UTC

[jira] [Updated] (HIVE-23573) [HMS] Advance the write id for the table for both DML/DDL

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

Kishen Das updated HIVE-23573:
------------------------------
    Summary: [HMS] Advance the write id for the table for both DML/DDL  (was: Advance the write id for the table for both DML/DDL)

> [HMS] Advance the write id for the table for both DML/DDL
> ---------------------------------------------------------
>
>                 Key: HIVE-23573
>                 URL: https://issues.apache.org/jira/browse/HIVE-23573
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Kishen Das
>            Priority: Major
>
> Every write request will advance the write id for the table for both DML/DDL. The writeid will be marked committed locally in HMS client. The next read request is guaranteed to read from db until the notification log catch up to the commit message of the transaction commit, since the writeid is newer than the cache (the writeid for the transaction is committed locally, but is not committed on HMS until notification log catch up).



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