Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh Timestamp when pod is not present in the three sub-queues #97302

Merged
merged 2 commits into from
Dec 22, 2020

Commits on Dec 14, 2020

  1. Refresh Timestamp when pod is not present in the three sub-queues

    The pInfo.Timestamp is refreshed but the sort in activeQ or podBackoffQ is not be updated when pod  is already present in the backoff or active queue.
    AddUnschedulableIfNotPresent() return error if pod is already present in the backoff or active queue, and there is no re-add.
    So  refresh  pInfo.Timestamp when  the pod is not present in the three sub-queues, otherwise need to update the order of the pod in the active or backoff queue, for example p.activeQ.Update(pInfo)
    jindezgm committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    5e61778 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. fix gofmt bug

    jindezgm committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    17b0849 View commit details
    Browse the repository at this point in the history