nsivabalan commented on issue #4892: URL: https://github.com/apache/hudi/issues/4892#issuecomment-1050306086
lets say you have configured hoodie.keep.max.commits to 10 and hoodie.keep.min.commits to 6. whenever total delta commits + compaction commits + replace commits in active timeline reaches > 10, archival will archive 4 of them. And whenever total rollback instants in active timeline reaches 10, 4 of them will be archived. So, each action is dealt separately. Let me know if you don't see that happening. -- 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]
