Re: New TS API TSSyncStatFindName()

2020-04-14 Thread Sudheer Vinukonda
Yeah, that sounds fair! I'll change the existing `TSStatFindName()` API to only return success if the found stat also has a sync callback already set. Sync Callback (e.g a Counter/Guage/Average etc) is set by calling TSStatCreate() ) and this change will ensure that `TSStatFindName()` will not

Re: New TS API TSSyncStatFindName()

2020-04-14 Thread Leif Hedstrom
> On Apr 14, 2020, at 1:23 PM, Sudheer Vinukonda > wrote: > > The existing TS API `TSStaFindName()` returns success if it's able to find > the stat in the stats hash table. This automatically becomes true for > persistent stats that get loaded from the stats snapshot, even when a > `TSStatC

RE: [VOTE] Release Apache Traffic Server 8.0.7 (RC0)

2020-04-14 Thread Chou, Peter
+1 Regression tests '-R2' passed on Ubuntu Linux 18.04 LTS. * Apache Traffic Server - traffic_server - 8.0.7 - (build # 041413 on Apr 14 2020 at 13:17:45) * Linux piplup2 4.15.0-96-generic #97-Ubuntu SMP Wed Apr 1 03:25:46 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux * REGRESSION_TEST DONE: PASSED

RE: [VOTE] Release Apache Traffic Server 7.1.10 (RC0)

2020-04-14 Thread Chou, Peter
+1 Ran regression tests '-R2' on Ubuntu Linux 18.04 LTS. Apache Traffic Server - traffic_server - 7.1.10 - (build # 041413 on Apr 14 2020 at 13:02:38) Linux piplup2 4.15.0-96-generic #97-Ubuntu SMP Wed Apr 1 03:25:46 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux REGRESSION_TEST DONE: PASSED -Ori

New TS API TSSyncStatFindName()

2020-04-14 Thread Sudheer Vinukonda
The existing TS API `TSStaFindName()` returns success if it's able to find the stat in the stats hash table. This automatically becomes true for persistent stats that get loaded from the stats snapshot, even when a `TSStatCreate()` hasn't been called yet on that stat after a server restart. Ther

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

2020-04-14 Thread Leif Hedstrom
> On Apr 10, 2020, at 3:30 PM, Bryan Call wrote: > > I've prepared a release for 7.1.10. The release notes for 7.1.10 are > available at: > > > https://github.com/apache/trafficserver/pulls?utf8=✓&q=is%3Aclosed+is%3Apr+milestone%3A7.1.10 > > or for a brief ChangeLog: > > http