Skip to content

Conversation

@markmc
Copy link
Member

@markmc markmc commented Sep 25, 2025

These changes were useful when debugging an issue recently:

  1. Include request ID in request_finished() log
  2. Log when delay_free_blocks=True
@mergify mergify bot added the kv-connector label Sep 25, 2025
@markmc markmc removed the request for review from ApostaC September 25, 2025 10:21
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 enhances the debug logging within the NixlConnectorScheduler's request_finished method. Specifically, it adds the request ID to an existing debug log for better traceability and introduces a new debug log to signal when block freeing is delayed for asynchronous transfer. These changes are beneficial for debugging and do not alter the core logic. The implementation is correct and follows existing patterns. I have reviewed the changes and found no issues that meet the high or critical severity threshold.

@markmc markmc requested a review from ApostaC September 25, 2025 10:21
These changes were useful when debugging an issue recently: 1) Include request ID in request_finished() log 2) Log when delay_free_blocks=True Signed-off-by: Mark McLoughlin <markmc@redhat.com>
@markmc markmc force-pushed the nixl-request-finished-debug branch from 6ec5d6b to 06aae43 Compare October 7, 2025 15:37
@markmc markmc added the ready ONLY add when PR is ready to merge/full CI is needed label Oct 7, 2025
@NickLucche NickLucche merged commit 4a510ab into vllm-project:main Oct 16, 2025
50 of 51 checks passed
albertoperdomo2 pushed a commit to albertoperdomo2/vllm that referenced this pull request Oct 16, 2025
Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Alberto Perdomo <aperdomo@redhat.com>
Zhuul pushed a commit to Zhuul/vllm that referenced this pull request Oct 17, 2025
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
BoyuanFeng pushed a commit to BoyuanFeng/vllm that referenced this pull request Oct 17, 2025
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
lywa1998 pushed a commit to lywa1998/vllm that referenced this pull request Oct 20, 2025
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
alhridoy pushed a commit to alhridoy/vllm that referenced this pull request Oct 24, 2025
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
xuebwang-amd pushed a commit to xuebwang-amd/vllm that referenced this pull request Oct 24, 2025
Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
xuebwang-amd pushed a commit to xuebwang-amd/vllm that referenced this pull request Oct 24, 2025
Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
0xrushi pushed a commit to 0xrushi/vllm that referenced this pull request Oct 26, 2025
Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: 0xrushi <6279035+0xrushi@users.noreply.github.com>
0xrushi pushed a commit to 0xrushi/vllm that referenced this pull request Oct 26, 2025
Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: 0xrushi <6279035+0xrushi@users.noreply.github.com>
rtourgeman pushed a commit to rtourgeman/vllm that referenced this pull request Nov 10, 2025
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Zhathw pushed a commit to Zhathw/vllm that referenced this pull request Nov 12, 2025
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kv-connector ready ONLY add when PR is ready to merge/full CI is needed

2 participants