Re: [API proposal]: TSHttpSsnIdGet

2018-05-12 Thread Alan Carroll
Yes, this is primarily for logging / tracking, the purpose being to have an ID that is the same for all transactions on the same user agent session. The UUID stuff doesn't fit that criteria. Additionally, since the data is already sitting there and it's similar to TxnID, it seems a reasonable addit

Re: [API] Proposed removal from TSAPI

2018-05-12 Thread Masakazu Kitajo
+1 On Fri, May 11, 2018 at 6:29 PM, Alan Carroll < solidwallofc...@oath.com.invalid> wrote: > +1 > > On Thu, May 10, 2018 at 9:25 AM, Bryan Call wrote: > > > +1 > > > > -Bryan > > > > > On May 10, 2018, at 2:05 PM, Susan Hinrichs > > > wrote: > > > > > > I just discovered the TS API > > > > > >

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

2018-05-12 Thread Masakazu Kitajo
+1 On Sat, May 12, 2018 at 9:05 PM, Leif Hedstrom wrote: > +1 > > — Leif > > > On May 12, 2018, at 11:40, Otto van der Schaaf > wrote: > > > > +1 > > > >> On Sat, 12 May 2018 at 12:35, Bryan Call wrote: > >> > >> +1 > >> > >> -Bryan > >> > >>> On May 10, 2018, at 4:02 PM, Chris Lemmons wrote:

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

2018-05-12 Thread Leif Hedstrom
+1 — Leif > On May 12, 2018, at 11:40, Otto van der Schaaf wrote: > > +1 > >> On Sat, 12 May 2018 at 12:35, Bryan Call wrote: >> >> +1 >> >> -Bryan >> >>> On May 10, 2018, at 4:02 PM, Chris Lemmons wrote: >>> >>> The PR is here: https://github.com/apache/trafficserver/pull/3638 >>> >>>

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: [API Change] Upgrade TSfread/TSfwrite to ssize_t

2018-05-12 Thread Otto van der Schaaf
+1 On Sat, 12 May 2018 at 12:35, Bryan Call wrote: > +1 > > -Bryan > > > On May 10, 2018, at 4:02 PM, Chris Lemmons wrote: > > > > The PR is here: https://github.com/apache/trafficserver/pull/3638 > > > > This is an API change, so I'm bringing it up. Previously, these > > functions were returni

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

2018-05-12 Thread Bryan Call
+1 -Bryan > On May 10, 2018, at 4:02 PM, Chris Lemmons wrote: > > The PR is here: https://github.com/apache/trafficserver/pull/3638 > > This is an API change, so I'm bringing it up. Previously, these > functions were returning -1 in an unsigned type: size_t. They got > these size_t values from

Re: [API proposal]: TSHttpSsnIdGet

2018-05-12 Thread Leif Hedstrom
I think there is an API to get txn count on a session already. I believe this API is intended for logging, but then it’s slightly lacking (see below). It does provide symmetry with the TXN ID though. Also, remember there are UUID APIs that provide unique IDs as well. And they are supported by