diff --git a/release-notes.d/unreleased/2092.md b/release-notes.d/unreleased/2092.md new file mode 100644 index 0000000000..d6843c2d73 --- /dev/null +++ b/release-notes.d/unreleased/2092.md @@ -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.