Skip to content

Conversation

@njhill
Copy link
Member

@njhill njhill commented Nov 25, 2025

Using duplicate ids back-to-back causes a problem with async scheduling, equivalent to the one described here #29355.

Signed-off-by: Nick Hill <nhill@redhat.com>
@njhill njhill requested a review from aarnphm as a code owner November 25, 2025 04:45
@njhill njhill added the bug Something isn't working label Nov 25, 2025
@mergify mergify bot added the frontend label Nov 25, 2025
@njhill njhill mentioned this pull request Nov 25, 2025
19 tasks
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 a bug where multiple transcription prompts, potentially generated from chunking a single audio file, were assigned the same request ID. This could lead to issues with asynchronous request scheduling. The fix introduces unique request IDs for each prompt by appending an index, which is a correct and standard approach within this codebase. The change is straightforward and effectively resolves the issue.

@njhill njhill added the ready ONLY add when PR is ready to merge/full CI is needed label Nov 25, 2025
@DarkLight1337 DarkLight1337 enabled auto-merge (squash) November 25, 2025 04:50
@DarkLight1337 DarkLight1337 merged commit 7992324 into vllm-project:main Nov 25, 2025
51 of 53 checks passed
bringlein pushed a commit to bringlein/vllm that referenced this pull request Nov 26, 2025
devpatelio pushed a commit to SumanthRH/vllm that referenced this pull request Nov 29, 2025
kitaekatt pushed a commit to kitaekatt/vllm that referenced this pull request Dec 1, 2025
charlotte12l pushed a commit to charlotte12l/vllm that referenced this pull request Dec 5, 2025
…ject#29372)

Signed-off-by: Nick Hill <nhill@redhat.com>
Signed-off-by: Xingyu Liu <charlotteliu12x@gmail.com>
Zhathw pushed a commit to Zhathw/vllm that referenced this pull request Dec 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants