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
feat(security): add clear_and_install_from for in-place registry repair
All in-memory security and event registries (permissions, roles, API keys,
blacklist, credentials, RLS policies, change streams, consumer groups,
scheduler, streaming MVs, alerts, triggers, retention policies) gain a
clear_and_install_from method used by the catalog recovery sanity checker.
When the checker detects divergence between the in-memory registry and the
redb system catalog, it loads a fresh store from redb and calls
clear_and_install_from to repair in place, keeping all existing Arc
references stable so listeners need not be restarted.
0 commit comments