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

Sourabh Goyal updated IMPALA-10648:
-----------------------------------
    Description: 
IMPALA-10613 introduced changes to expose table/partition metadata stored in 
catalog cache over HMS APIs. 

In this task, we invalidate the non transactional table from cache if HMS DDL 
apis like create/alter/drop table/partition are accessed from catalogd's 
metastore server. Any subsequent get table request fetches the table from HMS 
and also loads it in cache. This ensures that any get_table/get_partition 
requests after ddl operations on the same table return the most updated table

cc - [~vihangk1]

  was:
For non transactional tables, invalidate the table from cache if HMS DDL apis 
are accessed from catalogd's metastore server. Any subsequent get table request 
fetches the table from HMS and loads it in cache. This ensures that any 
get_table/get_partition requests after ddl operations on the same table return 
updated table

cc - [~vihangk1]


> Invalidate catalogd cache for non transactional tables when create/alter/drop 
> HMS apis are accessed
> ---------------------------------------------------------------------------------------------------
>
>                 Key: IMPALA-10648
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10648
>             Project: IMPALA
>          Issue Type: Sub-task
>          Components: Catalog
>            Reporter: Sourabh Goyal
>            Priority: Major
>
> IMPALA-10613 introduced changes to expose table/partition metadata stored in 
> catalog cache over HMS APIs. 
> In this task, we invalidate the non transactional table from cache if HMS DDL 
> apis like create/alter/drop table/partition are accessed from catalogd's 
> metastore server. Any subsequent get table request fetches the table from HMS 
> and also loads it in cache. This ensures that any get_table/get_partition 
> requests after ddl operations on the same table return the most updated table
> cc - [~vihangk1]



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to