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

V1.1.x SCHEDULE: fixes race on n_deps_satisfied #618

Merged
merged 1 commit into from
Sep 5, 2022

Conversation

vspetrov
Copy link
Collaborator

@vspetrov vspetrov commented Sep 2, 2022

V1.1.x of #616

    A task can depend on 2 other tasks (e.g. from another frag of of
    schedule and prev task in a given frag). In that case when those 2
    frags a progressed by mutliple threads ucc_dependency_handler may
    be called concurrently which results in a race on n_deps_satisfied.

(cherry picked from commit b8c78d8)
@vspetrov
Copy link
Collaborator Author

vspetrov commented Sep 5, 2022

bot:retest

@vspetrov vspetrov merged commit 9f22d78 into openucx:v1.1.x Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant