Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
5323672b
Unverified
Commit
5323672b
authored
Feb 28, 2026
by
youkaichao
Committed by
GitHub
Feb 28, 2026
Browse files
[misc] cleanup one level of error stack when nixl fails to initialize (#35517)
Signed-off-by:
youkaichao
<
youkaichao@gmail.com
>
parent
a201ad72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
vllm/distributed/kv_transfer/kv_connector/v1/nixl_connector.py
...distributed/kv_transfer/kv_connector/v1/nixl_connector.py
+3
-0
No files found.
vllm/distributed/kv_transfer/kv_connector/v1/nixl_connector.py
View file @
5323672b
...
...
@@ -2506,6 +2506,9 @@ class NixlConnectorWorker:
def
shutdown
(
self
):
"""Shutdown the connector worker."""
if
not
hasattr
(
self
,
"_handshake_initiation_executor"
):
# error happens during init, no need to shutdown
return
self
.
_handshake_initiation_executor
.
shutdown
(
wait
=
False
)
for
handles
in
self
.
_recving_transfers
.
values
():
for
handle
in
handles
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment