manirajv06 commented on PR #1046:
URL: https://github.com/apache/yunikorn-core/pull/1046#issuecomment-3540196416

   > In the default scheduler, there are certain node/pod events which trigger 
pods to be re-scheduled if they are in the backoff queue. Right now we don't 
have those, so a 30 second backoff is a hard deadline, ie. it won't be reset. 
In the future, I can see this as a potential improvement.
   
   Ok. I think, In this case, we can reset backoff to default `time` value in 
the next cycle itself by checking `unschedulable` against configured value - an 
simple check to conclude on this. If `unschedulable` is less than configured 
value, then are we in a good position to reset?
   
   


-- 
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]

Reply via email to