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

Move connection logic in accept and connect calls #128

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tvegas1
Copy link
Collaborator

@tvegas1 tvegas1 commented Oct 20, 2023

Why

When changing worker vs ep allocation scheme, the connection step can remain stuck indefinitely, as the loop on ucp_worker_progress() does not allow unrelated request progress anymore.

What

Move from blocking to non-blocking for connection establishment.

How

Move connection steps from isend()/irecv() to connect()/accept() and use similar state machine management steps from other plugins.

@tvegas1
Copy link
Collaborator Author

tvegas1 commented Oct 20, 2023

pls look @brminich

@tvegas1
Copy link
Collaborator Author

tvegas1 commented Oct 24, 2023

on hold, conflicts with NET_SHARED_COMMS=1

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