-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
[Bugfix][ROCm] Resolve MoRI connector hangs at high concurrency #40344
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
Merged
tjtanaa
merged 45 commits into
vllm-project:main
from
simondanielsson:fix/moriio-hangs-high-concurrency
May 28, 2026
+270
−32
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
16a7115
Initial commit
simondanielsson 4beb0f2
fix: remove mori notifications and fix hang issues and indefinite waits
simondanielsson 300893e
fix: collect all errors in waiting_for_transfer_complete before raising
simondanielsson ebde8ca
fix: send_notify using transfer id instead of request id
simondanielsson 38eb617
chore: pre-commit
simondanielsson 69d4beb
fix: add transfer_id to _recving_transfers_callback_addr
simondanielsson 6d9687d
chore: remove unused variable
simondanielsson 1be8723
fix: revert while-true loop to retain correctness
simondanielsson 562d8e9
fix: raise on failed transfers after all requests have been waited on
simondanielsson adadc15
fix: properly map from transfer_id to req_id
simondanielsson bd6ef0a
fix: add 1ms sleeps to yield main thread control to engine core
simondanielsson 75a7a89
fix: add reaping of leaked kv blocks
simondanielsson 48498dd
Merge remote-tracking branch 'upstream/main' into fix/moriio-hangs-hi…
simondanielsson 3da2cf4
Merge remote-tracking branch 'upstream/main' into fix/moriio-hangs-hi…
simondanielsson b5a6fee
refactor: improve reaper impl
simondanielsson f50078c
fix: add transfer_id to done_req_ids (misnomer)
simondanielsson 21ac6f9
fix: add xfer id to done_req_ids (misnomer)
simondanielsson e7f87bd
Merge remote-tracking branch 'upstream/main' into fix/moriio-hangs-hi…
simondanielsson 98d1b9a
Merge remote-tracking branch 'upstream/main' into fix/moriio-hangs-hi…
simondanielsson f56157b
fix: set is_producer=False ccorrectly for decode path
simondanielsson 9bb3abe
Merge remote-tracking branch 'upstream/main' into fix/moriio-hangs-hi…
simondanielsson 17a852d
fix: fix WRITE mode race condition
simondanielsson f5a7c4c
chore: pre-commit
simondanielsson a436497
fix: cache envvars in moriio engine and connector
simondanielsson d30969a
Merge remote-tracking branch 'upstream/main' into fix/moriio-hangs-hi…
simondanielsson 28eb79f
fix: append to done_req_ids transfer_id rather than request_id
simondanielsson 455e5cc
chore: rename raw_done_sending to finished_transfer_ids
simondanielsson cafd5d6
Merge remote-tracking branch 'upstream/main' into fix/moriio-hangs-hi…
simondanielsson abb8cbb
Merge remote-tracking branch 'upstream/main' into fix/moriio-hangs-hi…
simondanielsson 77e8fff
fix: move kv reaper logic to connector through update_connector_output
simondanielsson 1195f44
Merge branch 'main' into fix/moriio-hangs-high-concurrency
simondanielsson 2b99494
Merge branch 'main' into fix/moriio-hangs-high-concurrency
simondanielsson 7e603e8
Merge branch 'main' into fix/moriio-hangs-high-concurrency
simondanielsson 973f2cb
fix: keep producer transfer_id mapping alive until finished_sending fire
simondanielsson 66228fd
fix: convert new envvars to config arguments
simondanielsson 6d0aab5
Merge remote-tracking branch 'upstream/main' into fix/moriio-hangs-hi…
simondanielsson e0c2971
revert: last scheduler changes
simondanielsson 09059d1
fix: don't report done_recving for READ mode transfers in MoRI
simondanielsson cbf1f8b
Merge remote-tracking branch 'upstream/main' into fix/moriio-hangs-hi…
simondanielsson 0a192c3
Merge branch 'main' into fix/moriio-hangs-high-concurrency
simondanielsson cfa3666
Merge remote-tracking branch 'upstream/main' into fix/moriio-hangs-hi…
simondanielsson f537a56
Merge branch 'main' into fix/moriio-hangs-high-concurrency
tjtanaa 2625c12
Merge branch 'main' into fix/moriio-hangs-high-concurrency
simondanielsson d7a5f7a
Merge branch 'main' into fix/moriio-hangs-high-concurrency
tjtanaa 73683e6
Merge branch 'main' into fix/moriio-hangs-high-concurrency
tjtanaa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.