Kishen Das created HIVE-23572:
---------------------------------
Summary: Make all Metastore reads consistent
Key: HIVE-23572
URL: https://issues.apache.org/jira/browse/HIVE-23572
Project: Hive
Issue Type: Sub-task
Reporter: Kishen Das
Metastore read request will compare ValidWriteIdList parameter with the cached
one. If the cached version is fresh or newer (there’s no transaction committed
after the entry is cached) , Metastore will use cached copy. Otherwise,
Metastore will retrieve the entry from ObjectStore.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)