Closed pratikmeher44 closed 5 years ago
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale
/close
@pratikmeher44: Closing this issue.
AddTaskInfo should send pod information from Poseidon to Firmament only for pods scheduled by default scheduler. But AddTaskInfo is also sending pod information for pods scheduled by Poseidon. This results in duplicate addition of pod information in Firmament.
Suggestion is to filter out Poseidon scheduled running pods and send only pod information for pods scheduled by default scheduler to Firmament by AddTaskInfo call.