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
54a6db82
Unverified
Commit
54a6db82
authored
Mar 13, 2026
by
Nick Hill
Committed by
GitHub
Mar 13, 2026
Browse files
[BugFix] Fix "DP Coordinator receives unexpected..." messages (#37008)
Signed-off-by:
Nick Hill
<
nickhill123@gmail.com
>
parent
9efc4db9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/v1/engine/coordinator.py
vllm/v1/engine/coordinator.py
+2
-2
No files found.
vllm/v1/engine/coordinator.py
View file @
54a6db82
...
...
@@ -248,9 +248,9 @@ class DPCoordinatorProc:
# Subscription message, on the other hand, is sent
# by each engine during initialization
publish_back
.
send
(
b
"READY"
)
el
se
:
el
if
buffer
!=
b
"
\x00
"
:
logger
.
error
(
"DP Coordinator receive
s
unexpected message from engines"
"DP Coordinator receive
d
unexpected message from engines"
)
if
publish_front
in
events
:
...
...
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