You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Ethan Guo (Jira)" <ji...@apache.org> on 2022/04/19 00:17:00 UTC

[jira] [Updated] (HUDI-2736) Redundant metadata table initialization by the metadata writer

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

Ethan Guo updated HUDI-2736:
----------------------------
    Priority: Blocker  (was: Minor)

> Redundant metadata table initialization by the metadata writer
> --------------------------------------------------------------
>
>                 Key: HUDI-2736
>                 URL: https://issues.apache.org/jira/browse/HUDI-2736
>             Project: Apache Hudi
>          Issue Type: Improvement
>          Components: code-quality, metadata
>            Reporter: Manoj Govindassamy
>            Assignee: Ethan Guo
>            Priority: Blocker
>             Fix For: 0.12.0
>
>
>  
> HoodieBackedTableMetadataWriter has redundant table initialization in the following code paths.
>  # Constructor => initialize() => bootstrap  => initTableMetadata()
>  # Constructor => initTableMetadata()
>  # Flink client => preCommit => initTableMetadata()
> Apart from other refreshing of timeline happens in the init table metadata. Before removing the redundant call, need to verify if they have been added for the getting the latest timeline. 
>  
>  
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)