You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Zhaojing Yu (Jira)" <ji...@apache.org> on 2022/10/01 12:18:00 UTC

[jira] [Updated] (HUDI-4021) Support deferring compaction when there is an inflight delta commit

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

Zhaojing Yu updated HUDI-4021:
------------------------------
    Fix Version/s: 0.13.0
                       (was: 0.12.1)

> Support deferring compaction when there is an inflight delta commit
> -------------------------------------------------------------------
>
>                 Key: HUDI-4021
>                 URL: https://issues.apache.org/jira/browse/HUDI-4021
>             Project: Apache Hudi
>          Issue Type: Improvement
>          Components: multi-writer, writer-core
>            Reporter: sivabalan narayanan
>            Assignee: sivabalan narayanan
>            Priority: Major
>             Fix For: 0.13.0
>
>
> in multi-writer scenario, if there is an inflight delta commit by writer1 and if writer2 i looking to schedule compaction, the delta commit might eventually fail. This may not be a good experience for end user. Think about regular writes are happening via deltastreamer and a separate async process is taking care of scheduling and executing compaction. Deltastreamer continuous mode might get aborted whenever such overstepping happens. We should add a support where in, compaction scheduling is deferred when an inflight delta commit is found in the timeline. 
>  



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