Transaction specific debugging mechanism

2012-01-03 Thread Uri Shachar
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 debugging' implementation in an old pre-opensource TrafficServer

RE: inconsistent read IOBuffer results

2012-01-03 Thread Brian Geffon
So you're right, now that I have the full code in front of me...I understand what you're saying, my previous email was wrong, but I don't see where the discrepancy could be coming from because a loop over TSIOBufferBlockReadStart() over all blocks appears to do the exact same thing as TSIOBuffer

Logging issues with TS-998

2012-01-03 Thread Leif Hedstrom
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. Cheers, -- Leif

Re: inconsistent read IOBuffer results

2012-01-03 Thread James Peach
On 03/01/2012, at 11:15 AM, Brian Geffon wrote: > So you're right, now that I have the full code in front of me...I understand > what you're saying, my previous email was wrong, but I don't see where the > discrepancy could be coming from because a loop over > TSIOBufferBlockReadStart() over al