[GitHub] trafficserver issue #1457: fix TS-4195: crash when stop trafficserver

2017-03-07 Thread jaaju
Github user jaaju commented on the issue: https://github.com/apache/trafficserver/pull/1457 @zizhong you need to call `exit` for normal process termination in case of SIGTERM so ASAN leak detection report is available. But since you can not call `exit` from the signal handler, what

[GitHub] trafficserver issue #1395: Update client streams count in Http2ConnectionSta...

2017-02-10 Thread jaaju
Github user jaaju commented on the issue: https://github.com/apache/trafficserver/pull/1395 @PSUdaemon I rebased this to apache:6.2.x. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] trafficserver issue #1402: Crash in InactivityCop::check_inactivity with dea...

2017-02-01 Thread jaaju
Github user jaaju commented on the issue: https://github.com/apache/trafficserver/issues/1402 @zwoop , we are seeing this issue only in our production env and our synthetic tests and internal deployments do not have the issue. Also, we are in the process of upgrading from ATS 5

[GitHub] trafficserver issue #1402: Crash in InactivityCop::check_inactivity with dea...

2017-01-31 Thread jaaju
GitHub user jaaju opened an issue: https://github.com/apache/trafficserver/issues/1402 Crash in InactivityCop::check_inactivity with dead HttpSM, ATS 6.2.1 We are seeing this crash in ATS 6.2.1, with http/2 enabled: ``` Program terminated with signal 6, Aborted. #0

[GitHub] trafficserver issue #1394: Traffic Server - 6.2.1: Client streams count not ...

2017-01-29 Thread jaaju
Github user jaaju commented on the issue: https://github.com/apache/trafficserver/issues/1394 @masaori335, yes that's right. It's only seen in 6.2.x. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does

[GitHub] trafficserver pull request #1395: Update client streams count in Http2Connec...

2017-01-29 Thread jaaju
GitHub user jaaju opened a pull request: https://github.com/apache/trafficserver/pull/1395 Update client streams count in Http2ConnectionState::release_stream. This addresses issue #1394. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] trafficserver issue #1394: Traffic Server - 6.2.1: Client streams count not ...

2017-01-29 Thread jaaju
GitHub user jaaju opened an issue: https://github.com/apache/trafficserver/issues/1394 Traffic Server - 6.2.1: Client streams count not updated in Http2ConnectionState. The `client_streams_count` member is incremented when a new stream is created, but never decremented

[GitHub] trafficserver issue #888: TS-4665: Http2 not terminating stream with short c...

2017-01-23 Thread jaaju
Github user jaaju commented on the issue: https://github.com/apache/trafficserver/pull/888 Hi, TS-4665 says this is backported to 6.2.1, but does not seem like it is. What is the plan to pull this to 6.2.1? Thanks, jay --- If your project is set up for it, you