Re: Invalidate Content Error

2017-02-01 Thread Steve Malenfant
gt; > > > >>> > > > > > > Anyhow, it's important to remember that when initiating an > >>> > > > "invalidate > >>> > > > > > > content" request for delivery service X, the important > thin

Re: Invalidate Content Error

2017-01-31 Thread Steve Malenfant
Please look at the release notes of 1.3.0, might solve your problem. https://github.com/Comcast/traffic_control/releases/tag/RELEASE-1.3.0 The revalidation feature doesn't work out of the box. The entry id=1 in the job_agent table MUST exist as well as name=PURGE must be present in the

Re: Issues with using Traffic-Vault

2017-01-19 Thread Steve Malenfant
Have you tried to simply restart Traffic Ops? We've seen ours (1.6) not being able to create Certificates after a while. On Wed, Jan 18, 2017 at 11:10 PM, Nir Sopher wrote: > ERROR result for http://ops.nirs-tc1.tc-dev.qwilt.com/api/1.2/cdns/name/ > nirs-tc1-cdn/sslkeys.json is:

Re: EDGE client of the MID

2016-10-27 Thread Steve Malenfant
Which version of Traffic Control are you using? I believe it's important you use 1.7.0 because earlier version didn't support different origin port than 80 in the past. On Thu, Oct 27, 2016 at 7:53 AM, Muhammed Olgun wrote: > Hey, > > I'm trying to build a simple PoC of

Re: EDGE client of the MID

2016-10-27 Thread Steve Malenfant
using TC 1.7.0. > > Thank you! > Muhammed > > 27 Eki 2016 Per, saat 15:18 tarihinde Steve Malenfant < > smalenf...@gmail.com> > şunu yazdı: > > Which version of Traffic Control are you using? I believe it's important > you use 1.7.0 because earlier version didn't

Re: regex_revalidate.config

2016-12-12 Thread Steve Malenfant
I'm OK with this. I think most of the revalidate functionality is not well understood here... I guess I need to look into the API since we are using the UI to issue revalidate today. On Mon, Dec 12, 2016 at 5:43 PM, Jeremy Mitchell wrote: > I've created an issue to

New Committer: Derek Gelinas

2017-08-10 Thread Steve Malenfant
The Project Management Committee (PMC) for Apache Traffic Control has invited Derek Gelinas to become a committer and we are pleased to announce that he has accepted. Derek has made a lot of good contribution related to Traffic Ops and making ATS configuration better and more efficient. Derek has

Re: Traffic Logs Code Release to Open Source

2017-08-14 Thread Steve Malenfant
I'd be interested to know as well. Something we need to work here as well. On Wed, Aug 9, 2017 at 9:58 AM, Durfey, Ryan wrote: > Guys, any idea when traffic analytics (traffic logs) base code might be > released to open source? > > Ryan Durfey > Sr. Product Manager -

Re: traffic_router tomcat init script (shutdown) problems

2017-07-12 Thread Steve Malenfant
Does Traffic Monitor (Java version) have the same problem? If it does, can the fix be applied? On Wed, Jul 12, 2017 at 12:43 PM, Jason Tucker wrote: > Thanks, Jeff. > > And just to clarify - this will *try* to do a graceful shutdown first, wait > for the timeout period

Re: Traffic Ops Golang Migration Proposal

2017-07-20 Thread Steve Malenfant
+1 to move to Golang. Few questions. Configuration seems like a none issue for us since we are using Ansible, we would prefer less postinstall interaction as possible as long as the configuration is documented. As for the name, do we plan to keep "traffic_ops_golang" in the future? Have we

Re: [VOTE] Move Traffic Control to full GitHub

2017-05-18 Thread Steve Malenfant
+1

Re: Getting CZF data from BGP?

2017-05-31 Thread Steve Malenfant
+1 on this. Although no experience with BGP. I've been looking into OpenBMP lately which seems to support BGP-LS. On Tue, May 30, 2017 at 1:48 PM, Jan van Doorn wrote: > Definitely the first, the second maybe as a stretch goal. > > On Tue, May 30, 2017 at 11:23 AM Eric

Re: Update on RFC7871 - Client Subnet in DNS Support

2017-06-05 Thread Steve Malenfant
+1. We have a hard time convincing our DNS team to enable EDNS0 in our caching DNS (because of the caching implications). I do see great benefits to localize DNS DS. On Sun, Jun 4, 2017 at 5:29 AM, Ori Finkelman wrote: > +1 > This will also work nicely with the effort to have a

Re: Update on RFC7871 - Client Subnet in DNS Support

2017-06-06 Thread Steve Malenfant
; > > > Feedback: > > We found that EDNS0 Client Subnet, as currently standardized and > implemented, doesn't work well with our distribution/scale. Could actually > increase the number of upstream queries and memory required to store > responses by 1000x. > > > > Ry

Re: Building Traffic-Router - Failed to bring jdnssec-tools

2017-10-06 Thread Steve Malenfant
Nir, Try to add "network_mode: bridge" under your services inside of the docker-compose file. I know I had to do this to build under Linux, but works fine under OSX Docker Engine. We do have the problem here since we don't allow docker to manage iptables. This problem is limited to

Re: Configuration Management - Generic Configuration for Caches and Components

2017-09-06 Thread Steve Malenfant
Ryan, I'm just going through what it takes to upgrade Traffic Server from 5.3.2 to 7.1 right now. There is a few things that changed in the configuration which are easy to take care of, some others are not. The easy one which I'm already taking care of : - logs_xmls.config changed to

Re: [VOTE] Bugtracking in Github Issues

2017-08-28 Thread Steve Malenfant
+1 On Mon, Aug 28, 2017 at 1:02 PM, Dewayne Richardson wrote: > +1 > > On Mon, Aug 28, 2017 at 10:44 AM, Dave Neuman wrote: > > > I thought we already had a vote on this? Maybe I am thinking of the > "move > > to github" vote which I assumed to be

Re: Global parameters and seeds.sql

2017-08-24 Thread Steve Malenfant
Jeremy, I observed the same thing when I upgraded my instance of Traffic Ops. It had duplicated "tm.toolname" as a key. +1 on the proposal. Steve On Thu, Aug 24, 2017 at 12:04 PM, Jeremy Mitchell wrote: > IMO there seems to be an inherent flaw with global parameters

Re: [VOTE] Release Apache Traffic Control (incubating) 2.1.0-RC1

2017-10-24 Thread Steve Malenfant
Is there any Release Notes associated with this release? 1,337 changes and the link above will only display 250 of them. Steve On Mon, Oct 23, 2017 at 4:01 PM, Hank Beatty wrote: > Hello All, > > I've prepared a release for v2.1.0-RC1 > > The vote is open for at least 72

[VOTE] CHANGELOG.md file (second try)

2017-12-13 Thread Steve Malenfant
Hey All, There has been a vote on not maintaining a CHANGELOG file in the past and seems like we leaned toward an automated process. I believe none of them had happened (please correct me if not). I have been upgrading Traffic Control from 2.1 to 2.2 this week and found numerous gotchas. Some

Re: [VOTE] Release Apache Traffic Control (incubating) 2.1.0-RC2

2017-11-15 Thread Steve Malenfant
+1 here as well. On Tue, Nov 14, 2017 at 4:09 PM, Dave Neuman wrote: > Hey Hank, > It looks like you have the votes you need to pass, but can you leave it > open a little longer for those of us that haven't gotten a chance to test > yet? > > Thanks, > Dave > > On Tue, Nov 14,

Re: Courtesy notice: per-Delivery-Service Routing Names

2017-12-07 Thread Steve Malenfant
Rawlin, All my "edge." are gone after an upgrade. Is there a different parameter to used for the DNS delivery services migration? Thanks, Steve On Fri, Sep 15, 2017 at 5:19 PM, Rawlin Peters wrote: > Hey folks, > > A new feature for Delivery Services has been merged

Re: [VOTE] Release Apache Traffic Control (incubating) 2.2.0-RC5

2018-05-10 Thread Steve Malenfant
-1 ORT has backward compatibility issues with previous 2.2 versions. On Wed, May 9, 2018 at 10:12 AM, David Neuman wrote: > +1 > Checked hashes > Ran `pkg` to build the RPMs > Installed Traffic Ops > Ran postinstall > > On Tue, May 1, 2018 at 1:13 PM, Robert Butts

Re: [VOTE] Release Apache Traffic Control (incubating) 2.2.0-RC6

2018-05-15 Thread Steve Malenfant
+1 based on the ORT changes. On Fri, May 11, 2018 at 2:22 PM, Robert Butts wrote: > Hello All, > > I've prepared a release for v2.2.0-RC6 > > The vote is open for at least 72 hours and passes if a majority of at least > 3 +1 PPMC votes are cast. > > [ ] +1 Approve the release >

Re: TLS Client Authentication in Traffic Control

2018-04-30 Thread Steve Malenfant
Eric, Maybe I'm wrong here, but in the new API to generate config files, you can have a single line separated with __RETURN__ instead of having to provision a bunch line entries. Steve On Mon, Apr 30, 2018 at 2:49 PM, Eric Friedrich (efriedri) < efrie...@cisco.com> wrote: > Someone else may

Re: TO jobs_* Table Cleanup

2018-05-03 Thread Steve Malenfant
We haven't touched those tables @Cox. We use the built-in content invalidation. On Tue, May 1, 2018 at 6:05 PM, Hongfei Zhang (hongfezh) wrote: > @Dew - we did not touch job_result table. Thanks, -Hongfei > > On 5/1/18, 5:03 PM, "Dewayne Richardson"

Re: Connection leaks traffic stats -> influxdb

2018-02-13 Thread Steve Malenfant
Nir, We have observed this in the past as well. We are still running traffic_stats 2.1.0 and using this cronjob as workaround for now. $ cat /etc/cron.d/traffic_stats_restart #Ansible: Restart Traffic Stats 0 8 * * * root /etc/init.d/traffic_stats restart >/dev/null 2>&1 Steve On Mon, Feb

Re: [VOTE] Release Apache Traffic Control (incubating) 2.2.0-RC1

2018-02-22 Thread Steve Malenfant
gt; Hi Steve, for the upgrade did you go from 2.1 -> 2.2? > > On Wed, Feb 21, 2018 at 10:15 AM, Steve Malenfant <smalenf...@gmail.com> > wrote: > > > +1 > > > > Upgraded the following succesfully to RC1: > > Traffic Ops > > Traffic Portal > >

Re: [VOTE] Traffic Control graduation to TLP

2018-03-01 Thread Steve Malenfant
+1 On Thu, Mar 1, 2018 at 12:14 PM, Phil Sorber wrote: > +1 > > On Thu, Mar 1, 2018 at 1:12 PM Hank Beatty wrote: > > > +1 > > > > On 03/01/2018 10:41 AM, Dave Neuman wrote: > > > Hey All, > > > > > > After a great discussion amongst the Apache Traffic