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
02e5f211
Commit
02e5f211
authored
May 09, 2026
by
xuxz
Browse files
[PD][Bugfix] 修复影响其他connector的bug
parent
5379fc16
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
vllm/v1/core/sched/scheduler.py
vllm/v1/core/sched/scheduler.py
+3
-3
No files found.
vllm/v1/core/sched/scheduler.py
View file @
02e5f211
...
...
@@ -556,9 +556,9 @@ class Scheduler(SchedulerInterface):
+
len
(
scheduled_running_reqs
)
>=
max_batch_running
):
break
request
=
self
.
waiting
.
peek_request
()
if
self
.
connector
and
not
self
.
connector
.
is_producer
and
\
request
.
request_i
d
not
in
self
.
finished_recving_kv_req_ids
and
\
envs
.
VLLM_USE_DP_CONNECTOR
:
if
envs
.
VLLM_USE_DP_CONNECTOR
and
\
self
.
connector
an
d
not
self
.
connector
.
is_producer
and
\
request
.
request_id
not
in
self
.
finished_recving_kv_req_ids
:
self
.
waiting
.
pop_request
()
skipped_waiting_requests
.
prepend_request
(
request
)
continue
...
...
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