alirezazamani opened a new issue #1164: URL: https://github.com/apache/helix/issues/1164
It has been observed that quota calculation in mainly done based on context, however, later on for the throttling, Helix controller throttles the tasks based on currentState. This can cause serious issues, specifically if running workflows get deleted but the tasks get stuck on the participant (context is gone but current state still existed). This causes the controller to sort the participants using the quota calculated based on context and then throttles its assignment based on current state. This avoid tasks to be scheduled at all. ---------------------------------------------------------------- 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]
