Re: Transaction specific debugging mechanism

2012-01-04 Thread Igor Galić
- Original Message - > > Hi, > >   When attempting to troubleshoot issues on a production ATS >   system, it is often impossible/difficult to turn on any of the >   'high-volume' debug tags like http due to the performance >   impact. > > I have a 'transaction specific deb

Re: UDP support in core and APIs ?

2012-01-04 Thread Igor Galić
- Original Message - > On 31/12/2011 02:40, Igor Galić wrote: > > > > - Original Message - > >> Hi, > >> > >> what do you guys think about eliminating the UDPNet stuff from the > >> core > >> and APIs (there are some old, "private" INK APIs related to UDP). > >> I > >> suspect mos

Re: UDP support in core and APIs ?

2012-01-04 Thread Issac Goldstand
On 04/01/2012 15:31, Igor Galić wrote: > > - Original Message - >> On 31/12/2011 02:40, Igor Galić wrote: >>> - Original Message - Hi, what do you guys think about eliminating the UDPNet stuff from the core and APIs (there are some old, "private" INK APIs re

Re: svn commit: r1227262 - /trafficserver/traffic/trunk/proxy/hdrs/URL.cc

2012-01-04 Thread Igor Galić
- Original Message - > Author: zwoop > Date: Wed Jan 4 18:53:26 2012 > New Revision: 1227262 > > URL: http://svn.apache.org/viewvc?rev=1227262&view=rev > Log: > Revert "Fix typo in previous commit." > > This reverts commit 23fcb29b88c56f5916ab4553a1cc6d2a4771a9d7. Can you please fix the

Re: svn commit: r1227263 - in /trafficserver/traffic/trunk: CHANGES proxy/hdrs/URL.cc proxy/hdrs/URL.h

2012-01-04 Thread Igor Galić
- Original Message - > Author: zwoop > Date: Wed Jan 4 18:53:31 2012 > New Revision: 1227263 > > URL: http://svn.apache.org/viewvc?rev=1227263&view=rev > Log: > Revert "TS-998: Distinguish between normal URLs and proxy URLs > containing routing info." > > This reverts commit a2695f503906

Re: svn commit: r1227262 - /trafficserver/traffic/trunk/proxy/hdrs/URL.cc

2012-01-04 Thread Leif Hedstrom
On 1/4/12 11:54 AM, Igor Galić wrote: - Original Message - Author: zwoop Date: Wed Jan 4 18:53:26 2012 New Revision: 1227262 URL: http://svn.apache.org/viewvc?rev=1227262&view=rev Log: Revert "Fix typo in previous commit." This reverts commit 23fcb29b88c56f5916ab4553a1cc6d2a4771a9d7.

Re: Logging issues with TS-998

2012-01-04 Thread Leif Hedstrom
On 1/3/12 5:43 PM, Leif Hedstrom wrote: Just a heads up, but logging (at least squid.log, in reverse proxy) is quite broken on trunk, with the TS-998. Nick is looking into the issue, but just wanted to warn about this problem. Sorry to step all over the TS-998 commits, but since this completel

hostdb compatibility with 3.0.2

2012-01-04 Thread James Peach
Hi all, I just spent the evening trying to bisect why TSHostLookup was returning an invalid sockaddr. It turned out that removing the host.db cache fixed the problem. Is there an incompatibility with 3.0.2? Is there any versioning in the cache file format that would detect this? J