Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 633
    • Issues 633
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 89
    • Merge requests 89
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • 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
  • !5210

Fix possible deadlock when locking key files

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Matthijs Mekking requested to merge 2786-keyfile-locking-race-condition-deadlock into main Jun 22, 2021
  • Overview 2
  • Commits 1
  • Pipelines 6
  • Changes 2

Replace per zone structure mutex with a single mutex per zone name that locks key files for the zone in all views (instead of having a separate lock for each zone per view).

The fix was merged as part of #1126 (closed) in commit 28c51799, this MR now only deals with the CHANGES and Release Notes.

Closes #2786 (closed)

Edited Jul 01, 2021 by Matthijs Mekking
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 2786-keyfile-locking-race-condition-deadlock