Bug 13974 - Knot Resolver: Avoid blocking when reloading configuration
Summary: Knot Resolver: Avoid blocking when reloading configuration
Status: CLOSED NOTABUG
Alias: None
Product: IPFire
Classification: Unclassified
Component: --- (show other bugs)
Version: 2
Hardware: unspecified Unspecified
: - Unknown - - Unknown -
Assignee: Michael Tremer
QA Contact: Stefan Schantl
URL:
Keywords:
Depends on:
Blocks: KRESD
  Show dependency treegraph
 
Reported: 2026-05-15 09:41 UTC by Michael Tremer
Modified: 2026-05-21 18:47 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Tremer 2026-05-15 09:41:18 UTC
Mainly when the resolver is loading its RPZ files, it is not longer able to respond to any queries. This shuts down DNS for the entire network behind IPFire and we need to find a solution for this problem.
Comment 1 Michael Tremer 2026-05-21 18:47:19 UTC
This problem has now disappeared by using the supervisor process and policy loader which will be triggered whenever there have been any changes. It will then re-read, validate the configuration and write it to an LMDB database so that it can be read by any worker processes.

There is nothing else we would have to do any more.