Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 2.2.4
Description
Currently, partitions are tightly integrated into the HdfsTable objects, making incremental metadata updates difficult to perform. Furthermore, the catalog transmits entire table metadata even when only few partitions change, introducing significant latencies, wasting network bandwidth and CPU cycles while updating table metadata at the receiving impalads. As a first step, we should decouple partitions from tables and add them as a separate level in the hierarchy of catalog entities (server-db-table-partition). Subsequently, the catalog should transmit only entities that have changed after DDL/DML statements.
Attachments
Issue Links
- blocks
-
IMPALA-4485 Shift metadata locking level from Table to Partition wide
- Resolved
-
IMPALA-1628 Improve synchronization protocol in the catalog
- Open
-
IMPALA-3234 Catalog should send incremental metadata changes to Impalads
- Open
- causes
-
IMPALA-10283 IllegalStateException in applying incremental partition updates
- Resolved
-
IMPALA-12831 HdfsTable.toMinimalTCatalogObject() should hold table read lock to generate incremental updates
- Resolved
-
IMPALA-13009 Potential leak of partition deletions in the catalog topic
- Resolved