Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 577
    • Issues 577
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 116
    • Merge requests 116
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • BINDBIND
  • Merge requests
  • !5608

[v9_16] Fix catalog zone reconfiguration crash

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Arаm Sаrgsyаn requested to merge 1608-catz-reconfig-crash-fix-v9_16 into v9_16 Dec 01, 2021
  • Overview 1
  • Commits 3
  • Pipelines 2
  • Changes 10

The following scenario triggers a "named" crash:

  1. Configure a catalog zone.
  2. Start "named".
  3. Comment out the "catalog-zone" clause.
  4. Run rndc reconfig.
  5. Uncomment the "catalog-zone" clause.
  6. Run rndc reconfig again.

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.

(cherry picked from commit 43ac2cd2)

Closes #1608 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 1608-catz-reconfig-crash-fix-v9_16