Re: Proposal: Add configuration support & retry variance for existing exponential backoff on traffic manager

2020-02-18 Thread Gancho Tenev
+1 > On Feb 14, 2020, at 2:35 AM, Damian Meden > wrote: > > Context > > If there is any problem with traffic server which causes the server not to > start, traffic manager will retry using an exponential sleep time till it > hits the max sleep time which is currently hardcoded at 60 seconds,

Re: [API Proposal] Global Arg slots

2020-02-28 Thread Gancho Tenev
> On Feb 27, 2020, at 8:02 PM, Sudheer Vinukonda > wrote: > > definitely very useful to share global data in a consistent (and supported) > manner than having to rely on something undocumented (like we do for sharing > global data between global and remap plugins) which as it’s proven now is

Re: Question on CacheURL plugin

2016-04-15 Thread Gancho Tenev
+CC: dev@trafficserver.apache.org > On Apr 15, 2016, at 11:30 AM, Gancho Tenev wrote: > > Hi Muhammad, > > One way to check the value of the cache key would be to add > etc/trafficserver/plugin.config > > xdebug.so > > and them adding -H 'X-Debug: X-

Re: Unit testing for plugin

2016-04-22 Thread Gancho Tenev
Karthik, If interested in regression / integration testing (trafficserver+plugin) using TSQA you could take a look at cachekey plugin regression tests: https://github.com/apache/trafficserver/blob/master/plugins/experimental/cachekey/tests/test_cachekey.py TSQA link: https://github.com/

Re: Unit Test Framework

2017-05-23 Thread Gancho Tenev
One framework and justice for all (or to rule them all) :) > One framework :) I think most of us already agree that we should have: 1 unit test framework and 1 integration test framework and have all the tests run as part of our build / verification stage. How to get to that point is where I t

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

2017-12-20 Thread Gancho Tenev
+1, worked with Leif on validating the new release. > On Dec 19, 2017, at 10:04 PM, Leif Hedstrom wrote: > > +1 from me, tested on 10 prod boxes with no issues. > > — Leif > >> On Dec 19, 2017, at 10:03 PM, Leif Hedstrom wrote: >> >> I've prepared a release for 7.1.2 (RC1), which is a bug

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

2017-12-20 Thread Gancho Tenev
+1, worked with Leif on validating the new release. > On Dec 19, 2017, at 9:03 PM, Leif Hedstrom wrote: > > I've prepared a release for 7.1.2 (RC1), which is a bug fix release on the > previous v7.1.1. The release notes for 7.1.2 is available at: > > https://github.com/apache/trafficser

Re: [DISCUSS] Managing new features in our new release process

2018-02-09 Thread Gancho Tenev
+1 for 2) Having in mind the pain our dev and ops teams felt while stabilizing the software enough times in the past, definitely #2 —Gancho > On Feb 7, 2018, at 11:52 AM, Leif Hedstrom wrote: > > > >> On Feb 7, 2018, at 11:47 AM, Leif Hedstrom wrote: >> >> Hi all, >> >> discussed this

Re: [PROPOSAL] Plugin promotions to stable

2018-05-08 Thread Gancho Tenev
+1 > On May 7, 2018, at 12:49 PM, Leif Hedstrom wrote: > > Hi all, > > as discussed today, we’d like to propose the following plugins to be promoted > from experimental to stable: > > cache_promote > cachekey > ts_lua (and rename to lua) > escalate > > In addition, we’d like to remove the

Re: [API Change] Upgrade TSfread/TSfwrite to ssize_t

2018-05-16 Thread Gancho Tenev
+1 > On May 16, 2018, at 6:51 AM, Steven R. Feltner wrote: > > +1 > > On 5/16/18, 9:46 AM, "Alan Carroll" wrote: > >+1 > >On Sat, May 12, 2018 at 10:19 AM, Masakazu Kitajo > wrote: > >> +1 >> >> On Sat, May 12, 2018 at 9:05 PM, Leif Hedstrom wrote: >> >>> +1 >>> >>> — Leif >>

Re: [PROPOSAL] Adding another callback to remap plugins

2018-05-16 Thread Gancho Tenev
+1 > On May 16, 2018, at 6:50 AM, Steven R. Feltner wrote: > > +1 > > On 5/16/18, 9:45 AM, "Alan Carroll" wrote: > >+1 > >On Tue, May 15, 2018 at 2:27 PM, Otto van der Schaaf >wrote: > >> +1 >> >> On Tue, May 15, 2018 at 6:29 PM Leif Hedstrom wrote: >> >>> Hi all, >>> >>>

Re: [PROPOSAL] Rewrite url after running all remap plugins

2019-02-11 Thread Gancho Tenev
I looked into the issues #4929, #4026, #2877 and PR #4531 which are all related to this proposal about TSRemapRequestInfo::requestUrl (requestUrl for short) and plugin ordering and I would like to revive the thread. (links to issues, PRs, IRC logs referenced at the end of this email) I definit