Skip to content

Use soft halt instead of hard halt for zone parsing errors#280

Merged
tertsdiepraam merged 1 commit intomainfrom
sort-halt-on-zone-error
Oct 29, 2025
Merged

Use soft halt instead of hard halt for zone parsing errors#280
tertsdiepraam merged 1 commit intomainfrom
sort-halt-on-zone-error

Conversation

@tertsdiepraam
Copy link
Contributor

@tertsdiepraam tertsdiepraam commented Oct 28, 2025

Closes #269.

This includes 2 main changes:

  1. Don't terminate the zone loader (crashing cascade) on a zone reload error.
  2. Only soft halt the zone after an error so it's easy to recover with a reload.

@tertsdiepraam tertsdiepraam force-pushed the sort-halt-on-zone-error branch from 6fcbda2 to ed3d7a8 Compare October 28, 2025 11:01
@tertsdiepraam tertsdiepraam marked this pull request as ready for review October 28, 2025 11:03
Copy link
Contributor

@bal-e bal-e left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet!

@tertsdiepraam tertsdiepraam merged commit 9d5372d into main Oct 29, 2025
27 checks passed
@bal-e bal-e deleted the sort-halt-on-zone-error branch November 21, 2025 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Not all zone issues should hard halt the zone (e.g. unknown RRtype hard halts zone)

2 participants