xichen01 opened a new pull request, #9185: URL: https://github.com/apache/ozone/pull/9185
## What changes were proposed in this pull request? ### Context For detailed: https://issues.apache.org/jira/browse/HDDS-13817 ### Changes 1. Introduce SchedulingMode enum (`FIXED_RATE` (default, Consistent with the original code behavior), `FIXED_DELAY`) in BackgroundService 2. Add configuration key 'hdds.scm.block.deleting.service.scheduling.mode' in ScmConfig 3. Update SCMBlockDeletingService to use the configured scheduling mode ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-13817 ## How was this patch tested? https://github.com/xichen01/ozone/actions/runs/18675992516 unit test -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
