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

UCP/EP/FLUSH: fix error handling flow #93

Merged
merged 1 commit into from
Nov 23, 2020

Conversation

evgeny-leksikov
Copy link
Collaborator

cherry-picked from openucx#5926 / 0a83780

@alinask
Copy link

alinask commented Nov 23, 2020

@yosefe Please take a look

@@ -129,7 +132,7 @@ static void ucp_ep_flush_progress(ucp_request_t *req)
}
} else {
ucp_ep_flush_error(req, status);
break;
req->send.flush.started_lanes |= UCS_BIT(lane);
Copy link
Owner

Choose a reason for hiding this comment

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

fixes hang when uct_ep_flush() returns error from failed_ep ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yes

@yosefe yosefe merged commit ad4bedb into yosefe:integration3 Nov 23, 2020
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.

3 participants