Skip to content

fix(flowcontrol): shed sheddable requests at admission when saturated (#1934)#1968

Open
chethanuk wants to merge 3 commits into
llm-d:mainfrom
chethanuk:fix/issue-1934-shed-sheddable-at-admission
Open

fix(flowcontrol): shed sheddable requests at admission when saturated (#1934)#1968
chethanuk wants to merge 3 commits into
llm-d:mainfrom
chethanuk:fix/issue-1934-shed-sheddable-at-admission

Conversation

@chethanuk

Copy link
Copy Markdown
Contributor

Fixes #1934. Sheds sheddable requests directly at admission time when the system is saturated, matching the legacy controller.

…docstring

The saturation check the comment described moved to the flow control
dispatch cycle when scale-from-zero support landed (b951601); the
method docstring was not updated. Comment-only change.

Refs llm-d#1934

Signed-off-by: ChethanUK <chethanuk@outlook.com>
@chethanuk chethanuk requested a review from a team as a code owner July 10, 2026 22:09
@chethanuk chethanuk requested review from ahg-g and liu-cong July 10, 2026 22:09
@github-actions github-actions Bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jul 10, 2026
@github-actions github-actions Bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jul 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Flow Control] FlowControlAdmissionController does not shed sheddable requests at admission

1 participant