GitHub user zwoop opened a pull request:
https://github.com/apache/trafficserver/pull/1076
TS-4929: No loading of HostDB disk file if sync_frequency=0
This has two benefit (2) is most important I think:
1) We avoid warnings on startup about not being able to load the HostDB.
2) Since in 7.0.0, turning off syncing (sync_frequency=0) completely
disables writing to HostDB, it's now possible to end up loading a potentially
stale HostDB from a previous upgrade.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zwoop/trafficserver TS-4929
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/1076.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1076
----
commit b89513b698ea72a09cb700a83ee4102413a708e8
Author: Leif Hedstrom <[email protected]>
Date: 2016-10-04T16:54:31Z
TS-4929: No loading of HostDB disk file if sync_frequency=0
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---