Re: [PROPOSAL] Deprecate (and later remove) the collapsed_connection plugin

2017-12-04 Thread Bryan Call
+1 - I approved the PR. -Bryan > On Dec 1, 2017, at 9:31 AM, Leif Hedstrom wrote: > > Hi all, > > we have two plugins doing basically the same thing > > collapsed_forward > collapsed_connection > > > This is confusing at best. I’d like to deprecate the collapsed_connection >

Re: [VOTE] Release Apache Traffic Server 7.1.2 (RC4)

2018-01-10 Thread Bryan Call
+1 - Tested on Fedora 27 at home and RHEL 6.7 in production. -Bryan > On Jan 5, 2018, at 9:42 PM, Leif Hedstrom wrote: > > I've prepared a release for 7.1.2 (RC4), which is a bug fix release on the > previous v7.1.1 release. The release notes for 7.1.2 is available at: > > https://githu

Re: [ANNOUNCE] Apache Traffic Server v7.1.2 is Released!

2018-01-19 Thread Bryan Call
proxy.config.http.normalize_ae_gzip is still used for 7.1.2. The name will change in the 8.0.0 release. -Bryan > On Jan 18, 2018, at 7:09 PM, Leif Hedstrom wrote: > > I’ll have to check, but pretty sure it is not in 7.1.x > > — Leif > >> On Jan 19, 2018, at 05:43, Miles Libbey wrote: >>

Re: Understanding ATS memory usage

2018-01-26 Thread Bryan Call
I came across this command and it has helped track down some latency issues caused by other processes (ss -s). Can you run it during the time you are seeing latency issues and post the results here? dstat -c --top-cpu -d --top-bio --top-latency -n -Bryan > On Jan 26, 2018, at 5:48 AM, Veiko K

GitHub PR cleanup

2018-02-05 Thread Bryan Call
To keep the GitHub pull requests cleaned up I have been closing old PRs that haven’t been updated for awhile. There are 9 GitbHub pull requests that haven’t been updated for 2 months and I will close them by the end of the day if they haven’t been updated: https://github.com/apache/trafficserv

Re: Understanding RAM cache size and limits

2018-02-16 Thread Bryan Call
Are you see this on more than one host? Have you tried restarting it and see if it goes over the maximum again? Here are are the stats I am seeing from a 7.1.2 server in production: [bcall@e10 ~]$ traffic_ctl metric match ram proxy.process.cache.ram_cache.total_bytes 317 proxy.process.c

Re: very long cache_open_read_end - timeout

2018-02-23 Thread Bryan Call
Veiko, How many volumes did you create? -Bryan > On Feb 23, 2018, at 3:14 AM, Veiko Kukk wrote: > > Hi, Mateusz > > I wonder if you might experience same issue as me. > https://github.com/apache/trafficserver/issues/3057 > > > For me, so

Re: very long cache_open_read_end - timeout

2018-02-26 Thread Bryan Call
to set > using 25%. > > Veiko > > > 2018-02-23 21:21 GMT+02:00 Bryan Call <mailto:bc...@apache.org>>: > Veiko, > > How many volumes did you create? > > -Bryan > > >> On Feb 23, 2018, at 3:14 AM, Veiko Kukk > <mailto:veiko.k...@gmail.com>

[ANNOUNCE] Apache Traffic Server host header and line folding - CVE-2017-5660

2018-02-27 Thread Bryan Call
CVE-2017-5660: Apache Traffic Server host header and line folding Vendor: The Apache Software Foundation Version Affected: ATS 6.2.0 and prior ATS 7.0.0 and prior Description: There is a vulnerability in ATS with the Host header and line folding. This can have issues when interacting with upst

[ANNOUNCE] Apache Traffic Server vulnerability with TLS handshake - CVE-2017-7671

2018-02-27 Thread Bryan Call
CVE-2017-7671: Apache Traffic Server vulnerability with TLS handshake Vendor: The Apache Software Foundation Version Affected: ATS 5.2.0 to 5.3.2 ATS 6.0.0 to 6.2.0 ATS 7.0.0 Description: There is a DOS attack vulnerability in ATS with the TLS handshake. This issue can cause the server to core

[ANNOUNCE] ATS Spring Summit Schedule

2018-04-13 Thread Bryan Call
We have finalized the schedule for the Spring Summit in Cork Ireland. If you are planning on going and haven’t signed up, please signup. We need to know how many people will attend. We are also looking at have remote access for those that can’t make it. Link to summit details and schedule: ht

Re: [VOTE] Release Apache Traffic Server 7.1.3 (RC0)

2018-04-15 Thread Bryan Call
+1 - Hash, signature, and tests passed. Running in production for 2 days on RHEL7.1 without any problems. -Bryan > On Apr 9, 2018, at 2:34 PM, Leif Hedstrom wrote: > > I've prepared a release for 7.1.3 (RC0), which is a bug fix release on the > previous v7.1.2 release. The release notes for

Re: [PROPOSAL] Eliminate most of the proxy.node metrics

2018-05-03 Thread Bryan Call
+1 - All of these are calculated and stat tracking tools can do it themselves -Bryan > On May 3, 2018, at 1:53 PM, Leif Hedstrom wrote: > > In an effort to clean things up, I’d like to remove a lot of the metrics that > are calculated via metrics.config. There are three categories that I’m >

Re: [PROPOSAL] Remove the tools/traffic_shell.pl script

2018-05-04 Thread Bryan Call
+1 - I don’t use it and it looks like it is broken on master -Bryan > On May 3, 2018, at 8:38 AM, Leif Hedstrom wrote: > > I don’t think this script has a purpose any more, and it’s not maintained. > Does anyone have any objections to nuking it for ATS v8.0.0 ? Fwiw, this > script was intende

[PROPOSAL] C++17, gcc 7, and clang 5 for ATS 8.0.0

2018-05-07 Thread Bryan Call
I would like to propose that we move to C++17 for ATS 8.0.0. This would require us to move to gcc 7, clang 5, and icc 18 as minimum versions for C++17 support. -Bryan

Re: [PROPOSAL] Kill metrics.config

2018-05-08 Thread Bryan Call
+1 -Bryan > On May 7, 2018, at 12:44 PM, Leif Hedstrom wrote: > > Hi, > > I’d like to propose that we kill the remnants of metrics.config entirely. > This is a rarely used feature of ATS, to produce some synthetic metrics. In > general, these things are better done in external monitoring too

Re: [PROPOSAL] Replace LuaJIT configurations with YAML

2018-05-08 Thread Bryan Call
+1 -Bryan > On May 7, 2018, at 12:47 PM, Leif Hedstrom wrote: > > Hi, > > I’d like to propose that we eliminate the existing LuaJIT configurations with > a simple YAML format. This would be the first step towards a unified > configuration format, and I think we have to admit defeat on Lua,

Re: [PROPOSAL] C++17, gcc 7, and clang 5 for ATS 8.0.0

2018-05-08 Thread Bryan Call
Devtoolset 7 for RHEL6 has gcc 7. -Bryan > On May 7, 2018, at 4:10 PM, Phil Sorber wrote: > > On Mon, May 7, 2018 at 9:07 AM Bryan Call <mailto:bc...@apache.org>> wrote: > I would like to propose that we move to C++17 for ATS 8.0.0. This would > require us to move to

ATS Spring Summit 2018 Summary

2018-05-12 Thread Bryan Call
Thank you to everyone that came and participated in the Summit. I had a great time and really enjoyed Ireland. Below are some summary notes about the summit: 18 people attended Companies: Oath (Verizon), Apple, Comcast, GoDaddy, We-Amp, Clearswift 17 talks from 13 speakers 4 workshops on clang

Re: cwiki write access

2018-05-18 Thread Bryan Call
You should have access to edit pages. -Bryan > On May 18, 2018, at 11:45 AM, Aaron Canary wrote: > > Requesting permission to edit the Cwiki to upload my slides and add NextHop > documentation. > > I am not a commiter. > > -- > Aaron Canary > ATS - Senior Software Engineer > Oath: Yahoo

Re: EMERGENCY

2018-06-03 Thread Bryan Call
I unsubscribed the user and sent them an email. Thank you for notifying me. The emails were flagged as spam and I never saw them. -Bryan > On May 29, 2018, at 6:56 AM, Jered Floyd wrote: > > > Could whomever administrates these lists please add this sender to the > blocklist? This spam

[ANNOUNCE] Apache Traffic Server Summit Fall 2018

2018-06-22 Thread Bryan Call
Mark the calendar! We’re having our next ATS Summit in the Silicon Valley. We are working on the details for what company will be hosting the summit. Please RSVP on the Summit page. The dates are as follow: Tuesday 10/2 to Wednesday 10/3 2018 Summit page is available at: ht

Re: Need for Trafficserver rpm 7.1.2

2018-06-27 Thread Bryan Call
Here is a link to the RPMs: https://ci.trafficserver.apache.org/RPMS/ -Bryan > On Jun 27, 2018, at 6:39 AM, Vasanth Mathivanan > wrote: > > Hi, > > Anyone have Trafficserver rpm 7.1.2 can you send pls ? > > thanks & Regards > Vasanth

Re: [VOTE] Release Apache Traffic Server 7.1.4 (RC1)

2018-07-31 Thread Bryan Call
+1 - Built and ran regression tests on Fedora 28. Running in production on 1 host on RHEL 7.1. -Bryan > On Jul 25, 2018, at 3:51 PM, Leif Hedstrom wrote: > > I've prepared a new release for 7.1.4 (RC1), which is a bug fix release on > the previous v7.1.3 release. In particular, this versio

Re: ci.trafficserver.apache.org/RPMS/CentOS7/

2018-08-21 Thread Bryan Call
Back from vacation… I fixed the permissions on the files. Thank you for letting us know. -Bryan > On Aug 16, 2018, at 4:29 PM, John Garvin wrote: > > Hi All, > > I've found this page referenced in the thread subject via 'Package Resources' > on ci.trafficserver.apache.org

Re: [ANNOUNCE] Apache Traffic Server Summit Fall 2018

2018-08-23 Thread Bryan Call
> On Jun 22, 2018, at 1:36 PM, Bryan Call wrote: > > Mark the calendar! We’re having our next ATS Summit in the Silicon Valley. > We are working on the details for what company will be hosting the summit. > Please RSVP on the Summit page. > > The dates are as follow:

[ANNOUNCE] Apache Traffic Server vulnerability with an invalid TLS handshake - CVE-2018-8022

2018-08-28 Thread Bryan Call
CVE-2018-8022: Apache Traffic Server vulnerability with an invalid TLS handshake Reported By: Shigeki Otsu Vendor: The Apache Software Foundation Version Affected: ATS 6.2.2 Description: An carefully crafted invalid TLS handshake can cause ATS to segfault. Mitigation: 6.x users should upgrade

[ANNOUNCE] Apache Traffic Server vulnerability with multiple HTTP smuggling and cache poisoning attacks - CVE-2018-8004

2018-08-28 Thread Bryan Call
CVE-2018-8004: Apache Traffic Server vulnerability with multiple HTTP smuggling and cache poisoning attacks Reported By: Régis Leroy Vendor: The Apache Software Foundation Version Affected: ATS 6.0.0 to 6.2.2 ATS 7.0.0 to 7.1.3 Description: There are multiple HTTP smuggling and cache poisoning

[ANNOUNCE] Apache Traffic Server vulnerability with method ACLs - CVE-2018-1318

2018-08-28 Thread Bryan Call
CVE-2018-1318: Apache Traffic Server vulnerability with method ACLs Reported By: Leif Hedstrom Vendor: The Apache Software Foundation Version Affected: ATS 6.0.0 to 6.2.2 ATS 7.0.0 to 7.1.3 Description: Adding method ACLs in remap.config can cause a segfault when the user makes a carefully cra

[ANNOUNCE] Apache Traffic Server vulnerability with header variable access in the ESI plugin - CVE-2018-8040

2018-08-28 Thread Bryan Call
CVE-2018-8040: Apache Traffic Server vulnerability with header variable access in the ESI plugin Reported By: Louis Dion-Marcil Vendor: The Apache Software Foundation Version Affected: ATS 6.0.0 to 6.2.2 ATS 7.0.0 to 7.1.2 Description: Pages that are rendered using the ESI plugin can have acce

[ANNOUNCE] Apache Traffic Server vulnerability with multi-range requests - CVE-2018-8005

2018-08-28 Thread Bryan Call
CVE-2018-8005: Apache Traffic Server vulnerability with multi-range requests Vendor: The Apache Software Foundation Version Affected: ATS 6.0.0 to 6.2.2 ATS 7.0.0 to 7.1.3 Description: When the there are multiple ranges in a range request ATS will read the entire object from cache. This can ca

Re: [ANNOUNCE] Apache Traffic Server vulnerability with header variable access in the ESI plugin - CVE-2018-8040

2018-08-28 Thread Bryan Call
There was an error in the Version Affected section. This also effects version 7.1.3 and users running 7.x should upgrade to 7.1.4 or later versions. Thank you, -Bryan > On Aug 28, 2018, at 3:39 PM, Bryan Call wrote: > > CVE-2018-8040: Apache Traffic Server vulnerability wi

[VOTE] Release Apache Traffic Server 8.0.0 (RC0)

2018-09-05 Thread Bryan Call
I've prepared a release for 8.0.0 (RC0). The release notes for 8.0.0 are available at: https://github.com/apache/trafficserver/pulls?utf8=%E2%9C%93&q=is%3Aclosed+is%3Apr+milestone%3A8.0.0+

Help requested for documentation on the 8.0.0 release

2018-09-06 Thread Bryan Call
There have been 1,224 PRs for the 8.0.0 release, making it one of the releases with the greatest number of changes from the Apache Traffic Server Community! This is a time to highlight the work you have done by adding to "New Features" or adding your plugin you have written to the "New Plugins".

Re: [VOTE] Release Apache Traffic Server 8.0.0 (RC0)

2018-09-12 Thread Bryan Call
later today. Thank you, -Bryan > On Sep 5, 2018, at 5:26 PM, Bryan Call wrote: > > I've prepared a release for 8.0.0 (RC0). The release notes for 8.0.0 are > available at: > > > https://github.com/apache/trafficserver/pulls?utf8=%E2%9C%93&q=i

[ANNOUNCE] Apache Traffic Server Summit Fall 2018

2018-09-12 Thread Bryan Call
This is a reminder that ATS Fall Summit is less than a month away. The number of talks is looking very thin right now and we need more participation from more companies. We would really like to diversify our speakers. We are still willing to accept talk. Please send your proposal to the su

[VOTE] Release Apache Traffic Server 8.0.0 (RC1)

2018-09-13 Thread Bryan Call
I've prepared a release for 8.0.0 (RC1). There was an issue with HTTP/2 that was causing the server to crash and this release has a fix for it (PR 4225). I am going to extend the vote until next Tuesday 9/18. The release notes for 8.0.0 are available at: https://github.com/apache/tr

Re: [VOTE] Release Apache Traffic Server 8.0.0 (RC1)

2018-09-14 Thread Bryan Call
I will try to reproduce the issue today. I am in a meeting right now and will look at it in a bit. -Bryan > On Sep 14, 2018, at 5:17 AM, Emanuele Rocca wrote: > > On 13/09 06:42, Bryan Call wrote: >> I've prepared a release for 8.0.0 (RC1). There was an issue with >&g

[VOTE] Release Apache Traffic Server 8.0.0 (RC2)

2018-09-17 Thread Bryan Call
I've prepared a release for 8.0.0 (RC2). There was a problem with building the webp_transform plugin (PR 4248) I am going to extend the vote until Wednesday 9/19. The release notes for 8.0.0 are available at: https://github.com/apache/trafficserver/pulls?utf8=%E2%9C%93&q=is%3Aclosed+i

[ANNOUNCE] Apache Traffic Server Summit Fall 2018 Schedule and Location

2018-09-18 Thread Bryan Call
The summit is going to be held at two different locations on Tuesday and Wednesday. Some people showed up at the wrong location last time we did this, so hopefully it can be averted this time. Please look at the summit page for details. The schedule has been created and is up on the summit pa

Re: [VOTE] Release Apache Traffic Server 8.0.0 (RC2)

2018-09-18 Thread Bryan Call
nal PR: https://github.com/apache/trafficserver/pull/4145 <https://github.com/apache/trafficserver/pull/4145> -Bryan > On Sep 17, 2018, at 11:19 AM, Bryan Call wrote: > > I've prepared a release for 8.0.0 (RC2). There was a problem with building > the webp_transform pl

[VOTE] Release Apache Traffic Server 8.0.0 (RC3)

2018-09-18 Thread Bryan Call
I've prepared a release for 8.0.0 (RC3). There was a problem with PR 4145 and I reverted it. I am going to extend the vote until Friday 9/21. The release notes for 8.0.0 are available at: https://github.com/apache/trafficserver/pulls?utf8=%E2%9C%93&q=is%3Aclosed+is%3Apr+milestone%3A8.

Re: [VOTE] Release Apache Traffic Server 8.0.0 (RC3)

2018-09-20 Thread Bryan Call
o > checking for HMAC in -lcrypto... yes > > Not sure it deserve a -1 though, core ATS and stable plugins are OK. > Might be specific to Debian. > > Cheers, > Jean Baptiste > > On 9/19/18 10:42 PM, Leif Hedstrom wrote: >> >> >>> On Sep 18, 2018, at 6:38

[VOTE] Release Apache Traffic Server 8.0.0 (RC4)

2018-09-20 Thread Bryan Call
I've prepared a release for 8.0.0 (RC4). There was a problem log rotation not using the enabled value from records.config (PR 4276). The vote still ends on Friday 9/21. The release notes for 8.0.0 are available at: https://github.com/apache/trafficserver/pulls?utf8=%E2%9C%93&q=is%3Ac

Re: [VOTE] Release Apache Traffic Server 8.0.0 (RC4)

2018-09-21 Thread Bryan Call
018, at 11:46 AM, Bryan Call wrote: > > I've prepared a release for 8.0.0 (RC4). There was a problem log rotation not > using the enabled value from records.config (PR 4276). The vote still ends > on Friday 9/21. The release notes for 8.0.0 are available at: > >

Re: [VOTE] Release Apache Traffic Server 8.0.0 (RC4)

2018-09-24 Thread Bryan Call
I’m calling this vote, with 4 +1’s (3 binding, 1 non-binding), no -0, and no -1’s. Thanks for testing and voting. I will push to the release to the dist servers and make the announcement. -Bryan > On Sep 20, 2018, at 11:46 AM, Bryan Call wrote: > > I've prepared a release

Re: [VOTE] Release Apache Traffic Server 8.0.0 (RC3)

2018-09-24 Thread Bryan Call
27;s already compiled with -fPIC [1] >> >> Don't know what happens exactly, will try to have a deeper look at it. >> >> Cheers, >> Jean Baptiste >> >> [1]: >> https://buildd.debian.org/status/fetch.php?pkg=jansson&arch=amd64&ver=2.11-1&st

[ANNOUNCE] Apache Traffic Server v8.0.0 is Released!

2018-09-26 Thread Bryan Call
Apache Traffic Server v8.0.0 Released The Apache Software Foundation and the Apache Traffic Server (ATS) project are pleased to announce the release of Apache Traffic Server v8.0.0! ATS is a high performance, scalable HTTP Intermediary and proxy cache. It is used by several large internet servi

Re: [ANNOUNCE] Apache Traffic Server Summit Fall 2018 Schedule and Location

2018-10-01 Thread Bryan Call
If anyone needs access to the building tomorrow, you can call me at 408-460-4547. The first day we are meeting at: 605 W Maude Ave, Sunnyvale -Bryan > On Sep 18, 2018, at 11:05 AM, Bryan Call wrote: > > The summit is going to be held at two different locations on Tuesday and &g

Re: [PROPOSAL] HTTP Metrics Overhaul

2018-10-16 Thread Bryan Call
The proxy.process.https stats (only 2 stats) should also be considered when overhauling the stats. They are really TLS or non-TLS stats and not tied to the scheme. I recommend breaking up TLS and non-TLS metric and calling them proxy.process.ssl. and proxy.process.non-ssl. Another option to b

Re: [PROPOSAL] HTTP Metrics Overhaul

2018-10-17 Thread Bryan Call
uests` > > To follow above changes, I suggest > > ``` > proxy.process.http.incoming_requests > proxy.process.http.incoming_requests.tls > ``` > > Thanks, > Masaori > > 2018年10月17日(水) 6:25 Susan Hinrichs : > >> I completely agree with the stats re-

[ANNOUNCE] Survey for the ATS Fall 2018 Summit

2018-10-23 Thread Bryan Call
For those that attended (in person or remote) the ATS Fall Summit please take a minute and fill out the survey. We would like to hear how we can make the summits even better! https://www.surveymonkey.com/r/9FHXHWB Thank you, -Bryan

Re: [VOTE] Release Apache Traffic Server 7.1.5 (RC0)

2018-11-10 Thread Bryan Call
+1 - Verified checksums/signature, built, and ran unit tests and regression tests. Unable to run in production because of incompatibilities with the 7.1.x version (cherry picks from master) we run in production. -Bryan > On Nov 8, 2018, at 2:17 PM, Leif Hedstrom wrote: > > I've prepared a re

Re: [VOTE] Release Apache Traffic Server 7.1.5 (RC1)

2018-11-20 Thread Bryan Call
+1 - Verified checksums/signature, built, and ran unit tests and regression tests. Unable to run in production because of incompatibilities with the 7.1.x version (cherry picks from master) we run in production. -Bryan > On Nov 17, 2018, at 11:51 PM, Leif Hedstrom wrote: > > > >> On Nov 18

[VOTE] Release Apache Traffic Server 8.0.1 (RC0)

2018-11-20 Thread Bryan Call
I've prepared a release for 8.0.1 (RC0). The release notes for 8.0.1 are available at: https://github.com/apache/trafficserver/pulls?utf8=%E2%9C%93&q=is%3Aclosed+is%3Apr+milestone%3A8.0.1 or for a brief ChangeLog: https://github.com/apache/trafficserver/blob/8.0.x/CHANGELOG-8.

Re: [VOTE] Release Apache Traffic Server 8.0.1 (RC0)

2018-11-27 Thread Bryan Call
+1 - Running in production on RHEL 7.1. -Bryan > On Nov 20, 2018, at 4:00 PM, Bryan Call wrote: > > I've prepared a release for 8.0.1 (RC0). The release notes for 8.0.1 are > available at: > > > https://github.com/apache/trafficserver/pulls?utf8=%E2%9

[ANNOUNCE] Apache Traffic Server v8.0.1 is Released!

2018-11-29 Thread Bryan Call
Apache Traffic Server v8.0.1 Released The Apache Software Foundation and the Apache Traffic Server (ATS) project are pleased to announce the release of Apache Traffic Server v8.0.1! ATS is a high performance, scalable HTTP Intermediary and proxy cache. It is used by several large internet servi

[VOTE] Release Apache Traffic Server 8.0.2 (RC0)

2019-01-22 Thread Bryan Call
I've prepared a release for 8.0.2 (RC0). The release notes for 8.0.2 are available at: https://github.com/apache/trafficserver/pulls?utf8=%E2%9C%93&q=is%3Aclosed+is%3Apr+milestone%3A8.0.2

Re: [VOTE] Release Apache Traffic Server 7.1.6 (RC1)

2019-01-28 Thread Bryan Call
+1 - Build and ran tests on Fedora 29. -Bryan > On Jan 22, 2019, at 1:12 PM, Leif Hedstrom wrote: > > I've prepared a release for 7.1.6 (RC1), which is a bug fix release on the > previous v7.1.5 release. The release notes for 7.1.6 is available at: > > https://github.com/apache/traffi

Re: [VOTE] Release Apache Traffic Server 8.0.2 (RC0)

2019-01-29 Thread Bryan Call
+1 for me The vote passes with 4 +1 binding votes and no -1 votes. -Bryan > On Jan 22, 2019, at 12:48 PM, Bryan Call wrote: > > I've prepared a release for 8.0.2 (RC0). The release notes for 8.0.2 are > available at: > > > https://github.com/apache/traff

[ANNOUNCE] Apache Traffic Server v8.0.2 is Released!

2019-01-30 Thread Bryan Call
Apache Traffic Server v8.0.2 Released The Apache Software Foundation and the Apache Traffic Server (ATS) project are pleased to announce the release of Apache Traffic Server v8.0.2! ATS is a high performance, scalable HTTP Intermediary and proxy cache. It is used by several large internet servi

ATS Spring Summit 2019

2019-01-31 Thread Bryan Call
We are looking at having the ATS Spring Summit in Beijing China this year. I would like to take a poll to see who will attend and what dates would work out best. If you can’t make those dates, still fill out the Doodle and make a comment. https://doodle.com/poll/wxawavbccw7siwdt

[ANNOUNCE] Apache Traffic Server vulnerability with sslheader plugin

2019-02-12 Thread Bryan Call
CVE-2018-11783: Apache Traffic Server vulnerability with sslheader plugin Reported By: Nikhil Marathe Vendor: The Apache Software Foundation Version Affected: ATS 6.0.0 to 6.2.3 ATS 7.0.0 to 7.1.5 ATS 8.0.0 to 8.0.1 Description: sslheaders plugin extracts information from the client certificate

[ANNOUNCE] Apache Traffic Server Spring 2019 Summit

2019-02-25 Thread Bryan Call
Mark the calendar! We’re having our next ATS Summit in Beijing China. SkyGuard has graceously offered to host the event at their office. The dates are as follow: Monday 4/22 - Wednesday 4/24 2019 - Traffic Server Summit Thurday 4/25 - Hackaton Friday 4/26 - Social Event and our Summit

Re: traffic.out continuously throw Htto transaction logs

2019-03-11 Thread Bryan Call
Looks like you have debug enabled on those servers. You can verify these setting by running this command: 08:57:22 homer:~$ sudo /usr/local/bin/traffic_ctl config match diags.debug proxy.config.diags.debug.enabled: 0 proxy.config.diags.debug.tags: http|dns -Bryan > On Mar 10, 2019, at 10:48

Re: How do I see miss ratio?

2019-03-11 Thread Bryan Call
It depends on what you mean as a miss. If you mean that it has to go to the origin no matter what (even revalidating the cache entry) then it should be 100 - fresh. Also, if you hit "a" you can get the stats from since the server started and you can get the number of incoming requests and requ

[VOTE] Release Apache Traffic Server 8.0.3 (RC0)

2019-03-11 Thread Bryan Call
I've prepared a release for 8.0.3 (RC0). The release notes for 8.0.3 are available at: https://github.com/apache/trafficserver/pulls?utf8=%E2%9C%93&q=is%3Aclosed+is%3Apr+milestone%3A8.0.3 or for a brief ChangeLog: https://github.com/apache/trafficserver/blob/8.0.x/CHANGELOG-8

Re: How do I see miss ratio?

2019-03-12 Thread Bryan Call
> serving), but I am seeing a value of 400k, I don’t think each lookup takes > 400k ms. > > > Thank you! > Jason > > >> On Mar 11, 2019, at 12:07, Bryan Call > <mailto:bc...@apache.org>> wrote: >> >> It depends on what you mean as a

Re: traffic.out continuously throw Http transaction logs

2019-03-12 Thread Bryan Call
> > sudo /opt/trafficserver/bin/traffic_ctl config match diags.debug > > proxy.config.diags.debug.enabled: 1 > proxy.config.diags.debug.tags: http.*|dns.* > > Thanks > __Vasanth M > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10 > &

Re: [PROPOSAL] YAML migration for 9.0.0

2019-03-18 Thread Bryan Call
+ 1 -Bryan > On Mar 14, 2019, at 11:26 AM, Leif Hedstrom wrote: > > Hi all, > > As we’re making more progress migrating towards YAML configurations, I’d like > to make two proposals for v9.0.0: > > > 1) As we migrate a configuration to the new YAML format, we only support > YAML. I.e. no

Re: [VOTE] Release Apache Traffic Server 8.0.3 (RC0)

2019-03-18 Thread Bryan Call
+1 from me passed regression tests on Fedora 29. -Bryan > On Mar 11, 2019, at 11:15 AM, Bryan Call wrote: > > I've prepared a release for 8.0.3 (RC0). The release notes for 8.0.3 are > available at: > > > https://github.com/apache/trafficserver/pulls?utf8=

Re: How do I see miss ratio?

2019-03-19 Thread Bryan Call
> >> On Mar 11, 2019, at 12:07, Bryan Call > <mailto:bc...@apache.org>> wrote: >> >> It depends on what you mean as a miss. If you mean that it has to go to the >> origin no matter what (even revalidating the cache entry) then it should be >> 100 -

Re: [VOTE] Release Apache Traffic Server 8.0.3 (RC0)

2019-03-20 Thread Bryan Call
The vote passes with 7 +1 votes (5 +1 binding votes) and no -1 votes. -Bryan > On Mar 20, 2019, at 8:21 AM, Steven R. Feltner wrote: > > +1 > > Compiled with gcc (GCC) 7.3.1. All regression tests PASS. > > Thanks, > Steven > > On 3/11/19, 2:15 PM, &qu

Re: How do I see miss ratio?

2019-03-20 Thread Bryan Call
affic_top/stats.h", line 281” > sometimes the error disappears if I rerun traffic_top, but sometimes it will > always give this error. > Any thoughts why? > > > > Best, > Jason > > >> On Mar 19, 2019, at 12:42, Bryan Call > <mailto:bc.

[ANNOUNCE] Apache Traffic Server v8.0.3 is Released!

2019-03-21 Thread Bryan Call
Apache Traffic Server v8.0.3 Released The Apache Software Foundation and the Apache Traffic Server (ATS) project are pleased to announce the release of Apache Traffic Server v8.0.3! ATS is a high performance, scalable HTTP Intermediary and proxy cache. It is used by several large internet servi

Re: How to disable resolv.conf in ATS

2019-03-25 Thread Bryan Call
You need to specify a name server for ATS to use. You can choose an alternative file if you don’t want to use /etc/resolv.conf. Here is the documentation on it: https://docs.trafficserver.apache.org/en/8.0.x/admin-guide/files/records.config.en.html#proxy-config-dns-resolv-conf

Re: check whether it will be a hit on trafficserver

2019-03-27 Thread Bryan Call
In most cases, unless you are overriding if a response can be cached, you will have to go to the origin. The headers in the response from the origin tells the proxy server if it can be cached or not. -Bryan > On Mar 27, 2019, at 11:49 AM, Jason Yang wrote: > > Hi community, >Is there

Re: trafficserver sometimes not cache objects

2019-04-04 Thread Bryan Call
The disk writes are written sequentially and don’t have to seek like reads. The write rate should be very fast. What do you mean by cannot catch up? If a write is happening while a read comes in you cane able read while write in ATS and ATS will read the cache entry while it is being written.

Re: How to expose ATS container IP to host IP

2019-04-04 Thread Bryan Call
Sounds like you might have problem with your ip_allow.config. What does it look like? Also, what does your remap.config file look like? -Bryan > On Apr 3, 2019, at 9:30 AM, Vasanth Mathivanan > wrote: > > Hi all, > > Problem was can’t able to connect the external world(i.e host network

Re: [ANNOUNCE] Apache Traffic Server Spring 2019 Summit

2019-04-08 Thread Bryan Call
lay/TS/Spring+2019+Summit <https://cwiki.apache.org/confluence/display/TS/Spring+2019+Summit> -Bryan > On Feb 25, 2019, at 3:01 PM, Bryan Call wrote: > > Mark the calendar! We’re having our next ATS Summit in Beijing China. > SkyGuard has graceously offered to host t

Re: [ANNOUNCE] Apache Traffic Server Spring 2019 Summit

2019-04-09 Thread Bryan Call
#Spring2019Summit-Schedule <https://cwiki.apache.org/confluence/display/TS/Spring+2019+Summit#Spring2019Summit-Schedule> Thank you, -Bryan > On Apr 8, 2019, at 10:43 AM, Bryan Call wrote: > > > This is a reminder that ATS Spring Summit is two weeks away. The schedule > wil

Re: How to skip test when building TS

2019-04-18 Thread Bryan Call
The tests shouldn’t run by default when you do a make or make all. They only run if you run make test or make check. trafficserver is a startup/shutdown script that will start the binary traffic_manger which then starts up the binary traffic_server. traffic_manager is required if you would

Re: How to skip test when building TS

2019-04-18 Thread Bryan Call
appeared for me mysteriously after that. So I guess > there might be something triggering this? > > > Jason > > >> On Apr 18, 2019, at 12:47, Leif Hedstrom wrote: >> >> >> >>> On Apr 18, 2019, at 10:35 AM, Bryan Call wrote: >>> &g

[DISCUSS] ATS Fall Summit 2019

2019-05-03 Thread Bryan Call
At the Spring Summit we discussed when to have the next summit in the Bay Area. Most people wanted to have the summit in October and I would like to figure out the best week to have it. Please fill out the survey and pick the weeks that you would be able to attend, there are 5 optional weeks.

[DISCUSS] ATS Fall Summit 2019

2019-05-06 Thread Bryan Call
At the Spring Summit we discussed when to have the next summit in the Bay Area.  Most people wanted to have the summit in October and I would like to figure out the best week to have it.  Please fill out the survey and pick the weeks that you would be able to attend, there are 5 optional weeks.http

Re: TS on the private network without internet connection?

2019-05-07 Thread Bryan Call
You can add the header "Cache-Control: only-if-cached" to the client request using header_rewrite. The client would receive a 504 by default and you should be able to modify this to a 404 using the header_rewrite plugin again. Here is an example of a non cacheable response: 09:07:36 homer:~$ cu

Re: [PROPOSAL] Remove proxy.config.http.server_tcp_init_cwnd

2019-05-10 Thread Bryan Call
+1 - I approved the PR -Bryan > On May 10, 2019, at 1:08 PM, Leif Hedstrom wrote: > > This configuration option only has meaning on Solaris, a platform that we > currently don’t support. As such, it’s actually confusing that it’s there to > begin with, since it doesn’t do anything on any of

[PROPOSAL] Move from the IRC to Slack

2019-05-10 Thread Bryan Call
I would like to propose that we move from the IRC to Slack for IM communication by June 1st. This is in response to ASF moving to Slack for Infra and other channels and spamming that has happened on the IRC over the last year. This would require that people without an apache.org email address t

Re: [PROPOSAL] Remove proxy.config.cache.http.compatibility.4-2-0-fixup and code

2019-05-15 Thread Bryan Call
+1 -Bryan > On May 13, 2019, at 8:50 AM, Leif Hedstrom wrote: > > This is an old feature, to make some migrations of way older versions and > incompatible caches possible. I assume / hope that no one is running with > this of an old cache any more? And, I believe even if you did, it would hav

Re: [PROPOSAL] Remove proxy.config.cache.http.compatibility.4-2-0-fixup and code

2019-05-15 Thread Bryan Call
+1 -Bryan > On May 13, 2019, at 8:50 AM, Leif Hedstrom wrote: > > This is an old feature, to make some migrations of way older versions and > incompatible caches possible. I assume / hope that no one is running with > this of an old cache any more? And, I believe even if you did, it would ha

[PROPOSAL] Remove Solaris support in ATS

2019-05-21 Thread Bryan Call
At the ATS Spring Summit we talked about removing Solaris support in ATS for the 9.0.0 release. Anyone running ATS on Solaris and would like to maintain it? Here is the issue associated with this task: https://github.com/apache/trafficserver/issues/new -Bryan

Re: [PROPOSAL] Remove Solaris support in ATS

2019-05-21 Thread Bryan Call
Here is the correct link to the issue: https://github.com/apache/trafficserver/issues/5553 <https://github.com/apache/trafficserver/issues/5553> -Bryan > On May 21, 2019, at 8:58 AM, Bryan Call wrote: > > At the ATS Spring Summit we talked about removing Solaris support in

[VOTE] Release Apache Traffic Server 8.0.4 (RC0)

2019-06-03 Thread Bryan Call
I've prepared a release for 8.0.4 (RC0). The release notes for 8.0.4 are available at: https://github.com/apache/trafficserver/pulls?utf8=✓&q=is%3Aclosed+is%3Apr+milestone%3A8.0.4 or for

Re: [PROPOSAL] Remove SSL v3 code and configs

2019-06-07 Thread Bryan Call
+1 -Bryan > On Jun 6, 2019, at 5:32 PM, Leif Hedstrom wrote: > > This code is disabled and does not build by default. I think it’s time to > remove this code path completely, it’s an insecure protocol, and I don’t > think any of us enables this ? > > — Leif >

Re: [PROPOSAL] Remove / Deprecation of plugins

2019-07-08 Thread Bryan Call
+1 -Bryan > On Jul 2, 2019, at 2:24 PM, Leif Hedstrom wrote: > > Hi all, > > From the spring summit, we’d like to propose that this plugin gets marked > deprecated for v9.0.0, and removed for v10.0.0: > > mysql_remap > buffer_upload > memcached_remap > > > In addition, w

Re: [PROPOSAL] Plugins to promote to stable

2019-07-08 Thread Bryan Call
+1 -Bryan > On Jul 2, 2019, at 2:28 PM, Leif Hedstrom wrote: > > Hi all, > > from the spring summit, here’s the list of proposed plugins to get promoted > to stable: > > • cache_promote > • cache_range_requests (need docs) > • multiplexer > • prefetch > •

[ANNOUNCE] Apache Traffic Server Fall 2019 Summit

2019-07-22 Thread Bryan Call
Mark the calendar! We’re having our next ATS Summit in Sunnyvale CA. Verizon Media has graciously offered to host the event at their office. The dates are as follow: Tuesday 10/8 - Wednesday 10/9 2019 - Traffic Server Summit Thursday 10/10 2019 - Traffic Server Hackaton and our Summit page i

[VOTE] Release Apache Traffic Server 8.0.4

2019-08-13 Thread Bryan Call
I've prepared a release for 8.0.4. The release notes for 8.0.4 are available at: https://github.com/apache/trafficserver/pulls?utf8=✓&q=is%3Aclosed+is%3Apr+milestone%3A8.0.4 or for a brie

Re: [VOTE] Release Apache Traffic Server 7.1.7

2019-08-13 Thread Bryan Call
+1 -Bryan > On Aug 13, 2019, at 11:54 AM, Leif Hedstrom wrote: > > I've prepared a release for 7.1.7, which is a bug fix release on the previous > v7.1.6 release. The release notes for 7.1.7 is available at: > > https://github.com/apache/trafficserver/milestone/26?closed=1 > > > or f

Re: [VOTE] Release Apache Traffic Server 8.0.4

2019-08-13 Thread Bryan Call
I am calling the vote with 3 +1 binding votes. Thank you for voting! -Bryan > On Aug 13, 2019, at 11:51 AM, Bryan Call wrote: > > I've prepared a release for 8.0.4. The release notes for 8.0.4 are available > at: > > > https://github.com/apache/traff

  1   2   3   4   5   >