You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Sagar Sumit (Jira)" <ji...@apache.org> on 2022/07/29 06:53:00 UTC

[jira] [Updated] (HUDI-3715) Make sure Hoodie Max File Configs are respected for all Formats

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

Sagar Sumit updated HUDI-3715:
------------------------------
    Fix Version/s: 0.13.0
                       (was: 0.12.0)

> Make sure Hoodie Max File Configs are respected for all Formats
> ---------------------------------------------------------------
>
>                 Key: HUDI-3715
>                 URL: https://issues.apache.org/jira/browse/HUDI-3715
>             Project: Apache Hudi
>          Issue Type: Bug
>            Reporter: Alexey Kudinkin
>            Assignee: Alexey Kudinkin
>            Priority: Blocker
>             Fix For: 0.13.0
>
>
> This is an extension of HUDI-3709.
> We need to revisit way we track the file sizes and avoid relying on HoodieWrapperFileSystem, since this method
>  * Is not reliable: file might be written lazily, therefore at FS level we won't know how much Writer has accumulated until it's closed (which is what was causing HUDI-3709)
>  * Since this method is quite low-level it has performance implications given that we're no intercepting low-level writes to increment the counters (stored globally on FS level)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)