awkwardd commented on PR #6512:
URL: https://github.com/apache/hudi/pull/6512#issuecomment-1231452574

   When we use the multi plan compaction,we may need the plan to commit in 
order,so I try to figure that by create a set to store the instant that are not 
ready,and I transform the compactionPlans(List of 
Pair<String(instant),compactionPlan>) to the sinkFunction.When a commit is 
ready,I remove the instant from the noReadyCache,and I will check that if it 
the earliest compaction need to commit, if that commit the compaction instant 
and check if the next one is ready and commit.if it's not the earliest one, 
just remove its instant from the noReadyCache.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to