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

Reset allowed-no-matching-node-period timeout on new nodes in cluster #14256

Merged
merged 1 commit into from Sep 24, 2022

Commits on Sep 22, 2022

  1. Reset allowed-no-matching-node-period timeout on new nodes in cluster

    We allow for situation when there are no nodes in the cluster which
    match task requirement for timeout governed by
    node-scheduler.allowed-no-matching-node-period config variable.
    Previously if new node appeared in the cluster, but could not be used
    because it did not have enough free resources at given moment timeout
    counter was not reset.
    This commit changes the behaviour. If new node appears and then
    disappears again, the no-nodes timeout will be recounted again from
    zero.
    losipiuk committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    1e51671 View commit details
    Browse the repository at this point in the history