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

Fix canceling inflight messages for which requests are closed #803

Merged
merged 2 commits into from
Oct 28, 2021

Conversation

pentschev
Copy link
Member

The assertion in _cancel_inflight_msgs is unsafe in certain situations, because requests may already have been closed. Therefore, we must not cancel those and skip them instead.

Also fix UCXWorker.cancel_inflight_messages name and description, which I totally confused myself with in #792 .

@pentschev pentschev requested a review from a team as a code owner October 28, 2021 14:32
@pentschev
Copy link
Member Author

rerun tests

1 similar comment
@pentschev
Copy link
Member Author

rerun tests

Copy link
Member

@madsbk madsbk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pentschev
Copy link
Member Author

rerun tests

1 similar comment
@pentschev
Copy link
Member Author

rerun tests

@pentschev pentschev merged commit 5cf86fc into rapidsai:branch-0.23 Oct 28, 2021
@pentschev pentschev deleted the fix-cancel-inflight-msgs branch November 2, 2021 09:27
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.

2 participants