Support for multiple log compaction trigger strategy
- Dominant language
- Java
- Stars
- 6.2k
- Forks
- 2.5k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 111
Description
we only have num_delta_commits based triggering strategy in the log compaction implementation for now. Ideally we would like to have a pluggable strategy with implementations for size based.
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-4939
- Type: Improvement
- Epic: https://issues.apache.org/jira/browse/HUDI-3580
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the log compaction implementation and the existing num_delta_commits-based trigger. Define the pluggable strategy boundary and verify that both the existing commit-count behavior and a size-based strategy are supported, with tests covering each trigger.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- data-engineering
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100