Files
kubernetes/test
Samarth Verma dc47d8840d scheduler: fix inFlightPods leak when pod is recreated during scheduling failure
handleSchedulingFailure can refresh podInfo from the informer before AddUnschedulableIfNotPresent. A delete and recreate with the same name may change the Pod UID while inFlightPods still tracks the UID from Pop, so Done and queueing-hint lookups must use that in-flight UID.

Add an explicit in-flight UID parameter, thread it through queueing-hint lookups, cover the same-name recreation case with a regression test, and check the returned error in updated test call sites.
2026-04-12 12:28:52 -04:00
..
2026-04-04 20:19:57 +05:30
2026-04-04 12:53:30 +05:30
2026-04-01 14:06:34 +05:30