Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
ghx-label-5
Description
After IMPALA-3127, catalogd is able to send incremental metadata updates in partition level. Ideally, legacy coordinators should receive incremental updates in DDL responses. E.g. when adding one partition, only get back the metadata of this partition and some table level updates, not including metadata of other unchanged partitions.
However, catalogd still sends full table objects in DDL responses because catalogd is not aware of the table metadata cached in coordinator's cache. Catalogd can't compare them to send incremental updates. To support this, the Catalogd RPC requests should include the partition id list of the target table, catalogd uses it to generate incremental metadata updates in responses.
Attachments
Issue Links
- is related to
-
IMPALA-13385 The response of ddl exceeds VM limit when serializing the catalog
- Open
- relates to
-
IMPALA-9936 Only send invalidations in DDL responses to LocalCatalog coordinators
- Resolved