RFC: replacing logs_xml.config for 7.0

2016-08-11 Thread James Peach
Hi all, As part of our gradual shift to a more programmatic configuration model, we have reimplemented the custom logging configuration file in Lua, replacing the old XML-based configuration. The primary Jira for this work is TS-4548. The configuration format is still in review, so now is a gre

Re: RFC: replacing logs_xml.config for 7.0

2016-08-11 Thread Leif Hedstrom
> On Aug 11, 2016, at 9:57 AM, James Peach wrote: > > Hi all, > > As part of our gradual shift to a more programmatic configuration model, we > have reimplemented the custom logging configuration file in Lua, replacing > the old XML-based configuration. The primary Jira for this work is TS-45

Change return type for TSHttpTxnIsInternal and TSHttpSsnIsInternal

2016-08-11 Thread Leif Hedstrom
Hi all, as per API review process, I’d like to propose a slight (but incompatible) change to these two APIs. From the Jira (https://issues.apache.org/jira/browse/TS-4731): I'd like to propose that we modify these two APIs from: tsapi TSReturnCode TSHttpTxnIsInternal(TSHttpTxn txnp); tsapi TSRet

Re: Change return type for TSHttpTxnIsInternal and TSHttpSsnIsInternal

2016-08-11 Thread Leif Hedstrom
But we don't promise binary compatibility between major versions. And we strongly recommend recompile of external plug-ins when upgrading major versions. -- Leif > On Aug 11, 2016, at 4:35 PM, James Peach wrote: > > >> On Aug 11, 2016, at 3:04 PM, Leif Hedstrom wrote: >> >> Hi all, >> >>

Re: Change return type for TSHttpTxnIsInternal and TSHttpSsnIsInternal

2016-08-11 Thread James Peach
> On Aug 11, 2016, at 3:04 PM, Leif Hedstrom wrote: > > Hi all, > > as per API review process, I’d like to propose a slight (but incompatible) > change to these two APIs. From the Jira > (https://issues.apache.org/jira/browse/TS-4731): > > I'd like to propose that we modify these two APIs fr