Skip to content

[BugFix] Fix "DP Coordinator receives unexpected..." messages#37008

Merged
robertgshaw2-redhat merged 1 commit intovllm-project:mainfrom
njhill:fix-coord-logmsg
Mar 13, 2026
Merged

[BugFix] Fix "DP Coordinator receives unexpected..." messages#37008
robertgshaw2-redhat merged 1 commit intovllm-project:mainfrom
njhill:fix-coord-logmsg

Conversation

@njhill
Copy link
Member

@njhill njhill commented Mar 13, 2026

This error is sometimes logged during shutdown, it is because of pub/sub socket unsubscribe messages, which are expected:

image

Introduced by #34861

Signed-off-by: Nick Hill <nickhill123@gmail.com>
@njhill njhill added the ready ONLY add when PR is ready to merge/full CI is needed label Mar 13, 2026
@mergify mergify bot added v1 bug Something isn't working labels Mar 13, 2026
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request addresses an issue where the DP Coordinator logs an error upon receiving expected ZMQ unsubscribe messages from engines during shutdown. The change correctly modifies the condition to ignore these b"\x00" messages, thus preventing spurious error logs. The fix is correct and aligns with the expected behavior of ZMQ sockets. I have no further suggestions.

@robertgshaw2-redhat robertgshaw2-redhat enabled auto-merge (squash) March 13, 2026 22:23
@robertgshaw2-redhat robertgshaw2-redhat merged commit 54a6db8 into vllm-project:main Mar 13, 2026
48 checks passed
@njhill njhill deleted the fix-coord-logmsg branch March 13, 2026 23:51
athrael-soju pushed a commit to athrael-soju/vllm that referenced this pull request Mar 15, 2026
…roject#37008)

Signed-off-by: Nick Hill <nickhill123@gmail.com>
Signed-off-by: Athrael Soju <athrael.soju@gmail.com>
athrael-soju pushed a commit to athrael-soju/vllm that referenced this pull request Mar 16, 2026
…roject#37008)

Signed-off-by: Nick Hill <nickhill123@gmail.com>
Signed-off-by: Athrael Soju <athrael.soju@gmail.com>
Lucaskabela pushed a commit to Lucaskabela/vllm that referenced this pull request Mar 17, 2026
wendyliu235 pushed a commit to wendyliu235/vllm-public that referenced this pull request Mar 18, 2026
fxdawnn pushed a commit to fxdawnn/vllm that referenced this pull request Mar 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working ready ONLY add when PR is ready to merge/full CI is needed v1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants