Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions release-notes.d/unreleased/2092.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
pr: 2092
url: https://github.com/llm-d/llm-d-router/pull/2092
author: LukeAVanDrie
date: 2026-07-21
---
Fixed a race where an endpoint added while its previous registration was still being deleted could be silently dropped from the EPP datastore, leaving the endpoint unroutable and pinning flow_control_pool_saturation at 1.0 until the next pod event. Dropped registrations are now retried.
Loading