-
Notifications
You must be signed in to change notification settings - Fork 344
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
Traffic Router: Set "minimum" for SOA records to a custom value defined by a parameter #7808
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7808 +/- ##
=========================================
Coverage 31.83% 31.83%
Complexity 98 98
=========================================
Files 717 717
Lines 82720 82720
Branches 965 965
=========================================
Hits 26338 26338
Misses 54217 54217
Partials 2165 2165
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
...outer/core/src/main/java/org/apache/traffic_control/traffic_router/core/dns/ZoneManager.java
Outdated
Show resolved
Hide resolved
...outer/core/src/main/java/org/apache/traffic_control/traffic_router/core/dns/ZoneManager.java
Outdated
Show resolved
Hide resolved
...outer/core/src/main/java/org/apache/traffic_control/traffic_router/core/dns/ZoneManager.java
Show resolved
Hide resolved
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, thanks!
…ed by a parameter (apache#7808) * initial commit * set param to dns neg ttl * adding changelog * change param name * fix tests * modify changelog * fix pmd * code review
This PR is not related to any issue. It sets the SOA minimum to a custom value, when Traffic Router populates the auto-zones files.
Which Traffic Control components are affected by this PR?
What is the best way to verify this PR?
Run your local TR
Make DNS queries for valid and invalid FQDNs and ensure that the "minimum" returned in the SOA records is the custom value that you set the "dns.negative.caching.ttl" parameter in CRConfig.json to.
If this is a bugfix, which Traffic Control versions contained the bug?
PR submission checklist