xichen01 commented on PR #9185: URL: https://github.com/apache/ozone/pull/9185#issuecomment-3558799528
> @xichen01 Yes, its not working as expected. https://issues.apache.org/jira/browse/HDDS-6696 is created for same earlier in backlog as can see this history. //... > This will resolve the related bug and problem of no-wait for next schedule. IMO, we need not support 2 different mechanism of FIXED_RATE, And Fixed_Delay, can follow only Fixed_Delay with the fix. @sumitagrawl Yes, this is a easy way to fix this issue, but this will directly change the behavior of all current `BackgroundService` subclasses (even though their behavior was previously buggy). My main purpose in adding these two modes was to make the changes more controllable. However, this introduces complexity. This is a matter of trade offs, How do you think? -- 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]
