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 PRs land, startup must prove that retained prefixes and routing relationships are safe before listeners or controllers can serve them. This is also the right final point to audit every writer that can expand routing visibility and close any remaining concurrency gap without introducing another monolith.
Scope
Compose the prefix, route policy, and retained Instance checks 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²) comparison of every address pair.
After the three writer PRs land, startup must prove that retained prefixes and routing relationships are safe before listeners or controllers can serve them. This is also the right final point to audit every writer that can expand routing visibility and close any remaining 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.