GitHub user rob05c opened a pull request:
https://github.com/apache/incubator-trafficcontrol/pull/328
Add TM2 offline validator utility pkg and service
This is dependent on changesets in PR #323, don't merge before it.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rob05c/incubator-trafficcontrol tm2-tools
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafficcontrol/pull/328.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 #328
----
commit a74af136eb972924f70dd272886a181bb5340091
Author: Robert Butts <[email protected]>
Date: 2017-02-27T22:30:27Z
Add TM2 Stats endpoint cache poll 95th percentile
commit 032381bece97572697030511001017d946b9d75e
Author: Robert Butts <[email protected]>
Date: 2017-02-27T22:53:58Z
Change TM2 to poll slightly under targets
commit 746d642af6b7fd98a5122bf0c7f1da12f29257dc
Author: Robert Butts <[email protected]>
Date: 2017-02-27T23:14:37Z
Fix TM2 global variable to be a safe local
This wasn't technically a thread safety issue, because the integer was
only ever checked as a boolean. But it's a dangerous precedent, as in
most cases this design pattern would be unsafe. Changing it to a local
variable, and making the function 'pure', is generally safer, easier
to understand, and doesn't give anyone the idea that pattern is okay.
commit 3e8365fd5248ecdba13fd763395d93ca29ac9efb
Author: Robert Butts <[email protected]>
Date: 2017-02-28T17:42:37Z
Fix TM2 incorrect comment
commit 61e3d2e9a5dea6cb8ba65f8bb05d3c712954783b
Author: Robert Butts <[email protected]>
Date: 2017-03-01T18:22:07Z
Add TM2 offline validator utility pkg and service
----
---
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.
---