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

Disable reuse endpoints with UCX >= 1.11 #620

Merged

Conversation

pentschev
Copy link
Member

The UCX-Py endpoint reuse is not anymore necessary, so we also disable that for UCX 1.11+. The primary reason it was introduced was to circumvent an issue with CUDA IPC that was resolved by openucx/ucx#6360. Using the endpoint reuse class has also proven to be very slow, taking a long time to initialize for clusters with just a few dozen workers and pretty much unusable for a cluster in the order of 100 workers.

@pentschev pentschev requested a review from a team as a code owner May 21, 2021 12:47
@github-actions github-actions bot added the python python code needed label May 21, 2021
@pentschev pentschev added 3 - Ready for Review Ready for review by team feature request New feature or request non-breaking Non-breaking change labels May 21, 2021
@quasiben
Copy link
Member

@gpucibot merge

@rapids-bot rapids-bot bot merged commit ab1d35c into rapidsai:branch-21.06 May 21, 2021
@pentschev
Copy link
Member Author

Thanks @quasiben !

@pentschev pentschev deleted the configure-reuse-endpoints branch June 29, 2021 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team feature request New feature or request non-breaking Non-breaking change python python code needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants