forked from puppetlabs/puppetdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(PE-36939) query.monitor: don't restart pdb for monitor failures
If the monitor thread fails, make sure to report it as an error in the log, but don't allow it to restart pdb. This does assume that even on failures, the monitor doesn't entangle other code in ways that could break queries (or anything else critical). The current expectation is that for this particular subsystem, since it is fairly detached, it's better to allow pdb to continue in a degraded (query monitorless) state until the problem can be fixed with a new release, than to risk catastrophic reboot loops.
- Loading branch information
Showing
3 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters