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

Change Statement unevict method to call UpdateTask #581

Merged
merged 1 commit into from
Dec 3, 2019

Commits on Dec 2, 2019

  1. Change statement.go unevict method to call UpdateTask instead of AddT…

    …ask. This is needed in order to 'undo' the changes that were created during the call to 'evict' method (currently the node.Releasing value is wrong and will have the value as if the job was evicted, even if 'unevict' was called). When AddTask is called an error is returned because the task already exists in this node, and the Releasing value isn't set to the right value as if the job was never evicted.
    yodarshafrir1 committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    61c31eb View commit details
    Browse the repository at this point in the history