NealSun96 opened a new issue #1353: URL: https://github.com/apache/helix/issues/1353
### Describe the bug Since `Rebalancer.scheduleRebalance` takes in negative delay value and schedules immediately with the negative delay, `TaskGarbageCollectionStage` will incorrectly schedule rebalances if the job purge interval is set to a negative value. ### To Reproduce Set job purge interval to a negative value. ### Expected behavior If job purge interval is a negative value, do not purge. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
