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

[jira] [Created] (HUDI-4424) add new compactoin trigger stratgy: NUM_COMMITS_AFTER_REQUEST

Jian Feng created HUDI-4424:
-------------------------------

             Summary: add new compactoin trigger stratgy: NUM_COMMITS_AFTER_REQUEST
                 Key: HUDI-4424
                 URL: https://issues.apache.org/jira/browse/HUDI-4424
             Project: Apache Hudi
          Issue Type: Improvement
            Reporter: Jian Feng


For now, NUM_COMMITS or TIME_ELAPSED compaction trigger strategy will check the number or time of delta-commits after the last successful compaction. so if the offline compaction application crash for a while, there will be a lot of compaction request(one request per delta commit) in the timeline.

one customer complained about this, so I provide a new strategy not to check the last successful compaction but check the last compaction request.



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