[
https://issues.apache.org/jira/browse/HIVE-23573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17147992#comment-17147992
]
Vihang Karajgaonkar commented on HIVE-23573:
--------------------------------------------
Patch was reviewed on https://github.com/apache/hive/pull/1095. I just merged
it in master branch. Thanks [~kishendas] for your contribution.
> [HMS] Advance the write id for the table for DDL
> ------------------------------------------------
>
> Key: HIVE-23573
> URL: https://issues.apache.org/jira/browse/HIVE-23573
> Project: Hive
> Issue Type: Sub-task
> Reporter: Kishen Das
> Assignee: Kishen Das
> Priority: Major
> Attachments: HIVE-23573.1.patch
>
>
> Every write request will advance the write id for the table for 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)