You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the three writer-adoption PRs land, startup must prove that the retained routing graph is safe before listeners or controllers can serve it. This is also the right final point to audit every expansion writer and close any cross-writer concurrency gap without introducing another monolith.
Scope
Compose the prefix, route-policy, and retained-instance admission contracts after seeding and Admin-VPC reconciliation and before listeners/controllers start, including listen_only.
Add a focused retained-state audit using targeted SQL/DAO queries rather than an O(n²) all-address pair scan.
Run the retained-state audit under the same routing-admission lock used by writers.
After the three writer-adoption PRs land, startup must prove that the retained routing graph is safe before listeners or controllers can serve it. This is also the right final point to audit every expansion writer and close any cross-writer concurrency gap without introducing another monolith.
Scope
listen_only.Acceptance criteria
Out of scope
Dependencies
Reference implementation and test corpus: #4940. Part of #3890 and #3883.