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

ucx_backend: free canceled requests #17

Merged
merged 1 commit into from
Mar 12, 2025
Merged

Conversation

tstamler
Copy link
Contributor

Small fix to properly free request handles for in progress requests.

@artpol84
Copy link
Contributor

@tstamler we need sign-off ?
and description - say why we need to do it referencing UCX docs?

Fix to properly free canceled UCX requests. UCX documentation specifies
that requests must still be explicitly freed after calling cancel:

https://openucx.readthedocs.io/en/master/api.html#_CPPv418ucp_request_cancel12ucp_worker_hPv

Signed-off-by: Timothy Stamler <[email protected]>
@tstamler
Copy link
Contributor Author

@tstamler we need sign-off ? and description - say why we need to do it referencing UCX docs?

The initial PR message didn't update, but I've update the commit message with these

@mkhazraee mkhazraee merged commit 48ec92f into main Mar 12, 2025
6 checks passed
@mkhazraee mkhazraee deleted the tstamler/ucx_cancel_fix branch March 12, 2025 20:31
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