Skip to content

OSC/UCX: Fix deadlock with atomic lock #6687

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

Merged
merged 1 commit into from
May 20, 2019

Conversation

yosefe
Copy link
Contributor

@yosefe yosefe commented May 19, 2019

Note: With this fix, the test in #6656 passes the iterations stage, but hangs in osc_ucx worker pool destroy (which is another issue)

Atomic lock must progress local worker while obtaining the remote lock,
otherwise an active message which actually releases the lock might not
be processed while polling on local memory location.

Signed-off-by: Yossi Itigin <[email protected]>
@yosefe yosefe merged commit 0c1da0f into open-mpi:master May 20, 2019
@yosefe yosefe deleted the topic/osc-ucx-fix-ud-self-deadlock branch May 20, 2019 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants