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

Fix decoupled ensemble IO shared memory leak #336

Closed
wants to merge 1 commit into from

Conversation

kthui
Copy link
Contributor

@kthui kthui commented Jan 11, 2024

Related PR: triton-inference-server/server#6784

The shm block that holds an shm address to another shm block is no longer accessed after dereference. Although the block will eventually be cleaned up on next decoupled inference request or model unload, it is still a leak for this current decoupled inference request and cause the decoupled ensemble IO test to constantly fail on shm leak detected.

@kthui
Copy link
Contributor Author

kthui commented Jan 11, 2024

Will be part of another PR.

@kthui kthui closed this Jan 11, 2024
@kthui kthui deleted the jacky-fix-decoupled-shm-leak branch October 22, 2024 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant