Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 532
    • Issues 532
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 101
    • Merge requests 101
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • 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 Projects
  • BINDBIND
  • Merge requests
  • !6355

Merged
Created May 25, 2022 by Arаm Sаrgsyаn@aramOwner

Resolve "member zones are deleted if RRsig appears in the catalog zone"

  • Overview 12
  • Commits 1
  • Pipelines 3
  • Changes 1

When encountering an unexpected RRtype for a name during catalog zone processing, dns_catz_update_from_db() is breaking from the inner loop and isn't processing the other records in the RRset.

This issue has been fixed in main (and backported to v9.18) in !6012 (merged) by the 0b2d5490 commit, in the context of catalog zone update effort.

This MR cherry-picks only that commit from the mentioned MR.

Closes #3380 (closed)

Edited Jun 07, 2022 by Arаm Sаrgsyаn
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 3380-catz-dont-cancel-processing-when-encountering-an-unexpected-rrtype-v9_16