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

Cherrypicks for v1.8.x-aws #354

Merged
merged 3 commits into from
Feb 23, 2024
Merged

Cherrypicks for v1.8.x-aws #354

merged 3 commits into from
Feb 23, 2024

Conversation

rajachan
Copy link
Member

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

rauteric and others added 3 commits February 23, 2024 15:53
The idpool is freed when refcnt goes to zero, so it should be
initialized again when refcnt increases.

Signed-off-by: Eric Raut <[email protected]>
(cherry picked from commit 213172a)
During the 1.8.0-aws release, we realized the distribution generation
had been broken for a while. Adding quick sanity checks as a Github
Action to prevent this from happening in the future.

Runs to completion in 2 minutes.

Signed-off-by: Raghu Raja <[email protected]>
(cherry picked from commit e2f795d)
When progressing completions, we could get a completion error for a
request before NCCL gets to calling test() explicitly for that request.
Since NCCL tests for completions in order, this can lead to hangs when
there are non-recoverable failures in the network and NCCL never
receives a successful completion for the earliest request. With this
change, completion errors are always passed up the stack so NCCL can
abort the job and fail gracefully where possible.

This logic can further be enhanced based on provider-specific
information from completion error entry to distinguish between fatal
errors vs recoverable user errors, but that would not be portable.

Fixes aws#346

Signed-off-by: Raghu Raja <[email protected]>
(cherry picked from commit 5aac4dc)
@rajachan rajachan requested review from bwbarrett and a team as code owners February 23, 2024 15:55
@rajachan rajachan merged commit 59c21c4 into aws:v1.8.x-aws Feb 23, 2024
10 of 11 checks passed
@rajachan rajachan deleted the v1.8.x-aws branch February 23, 2024 17:52
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