Skip to content

Fix catalog zone reconfiguration crash

Arаm Sаrgsyаn requested to merge 1608-catz-reconfig-crash-fix into main

A named crash was being observed when commenting out a catalog-zone configuration option, doing rndc reconfig, then enabling back the catalog-zone option and doing another rndc reconfig.

This commit makes sure to implement the required cleanup of the in-memory catalog zone during the first rndc reconfig, so that the second rndc reconfig could find it in an expected state.

Closes #1608 (closed)

Merge request reports