yihua opened a new pull request, #11013: URL: https://github.com/apache/hudi/pull/11013
### Change Logs This PR changes the default cleaner behavior to avoid multiple cleaner plans, i.e., only scheduling a new cleaner plan if there is no inflight plan, by setting the default of `hoodie.clean.allow.multiple` to false. The config is also deprecated and going to be removed after one release. This is to avoid overlapping cleaner plans when MDT is enabled, and there is no need to schedule multiple inflight cleaner plans. ### Impact Makes cleaner behavior easier to maintain and understand. ### Risk level none ### Documentation Update Config docs will be updated during the release process. ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- 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]
