-
Notifications
You must be signed in to change notification settings - Fork 921
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try to improve freshness-check description #14905
base: master
Are you sure you want to change the base?
Try to improve freshness-check description #14905
Conversation
Pull Request Test Coverage Report for Build 12087511287Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, minor style suggestions, feel free to dismiss them.
randomly select one of the configured primaries. If the freshness checks fails | ||
for that primary, the zone will be checked again in the next cycle, again | ||
using randomly one of the configured primaries. Hence, even with multiple primaries | ||
make sure that always all of them are available for fast zone updates. If |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sure that always all of them are available for fast zone updates. If | |
make sure that all of them are always available for fast zone updates. If |
'master' field of the domains table. For the freshness check PowerDNS will | ||
randomly select one of the configured primaries. If the freshness checks fails | ||
for that primary, the zone will be checked again in the next cycle, again | ||
using randomly one of the configured primaries. Hence, even with multiple primaries |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
using randomly one of the configured primaries. Hence, even with multiple primaries | |
using one of the configured primaries, chosen at random. Hence, even with multiple primaries, |
Short description
Try to improve freshness-check description
Checklist
I have: