You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/26 23:48:58 UTC

[jira] [Work logged] (TS-4507) It is still possible for SSN_CLOSE hook to be called before TXN_CLOSE hook

     [ https://issues.apache.org/jira/browse/TS-4507?focusedWorklogId=31186&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-31186 ]

ASF GitHub Bot logged work on TS-4507:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 26/Oct/16 23:48
            Start Date: 26/Oct/16 23:48
    Worklog Time Spent: 10m 
      Work Description: GitHub user shinrich opened a pull request:

    https://github.com/apache/trafficserver/pull/1153

    6.2 backport TS-4507 TS-4813 TS-4892

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/shinrich/trafficserver 6-2-back-ts-4507-ts-4813

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/1153.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1153
    
----
commit a0aa1643ad035a50d67d75641ebc62691aac066d
Author: shinrich <sh...@ieee.org>
Date:   2016-07-15T20:52:09Z

    TS-4507: Fix SSN and TXN hook ordering.
    (cherry picked from commit 85c021123fd94c4d97a6015484eb1d8054bec9eb)
    
    Conflicts:
    	proxy/ProxyClientSession.h
    	proxy/http/HttpSM.cc
    	proxy/http2/Http2ClientSession.cc
    	proxy/http2/Http2Stream.cc

commit 59ecec4f64a4a675b10b91d6efd9c67ae18606f0
Author: Susan Hinrichs <sh...@ieee.org>
Date:   2016-09-26T18:32:20Z

    TS-4892: Wrong metric for proxy.process.http.current_active_client_connections.
    (cherry picked from commit 2bbb4ed729e00cf40e07b9ca7868f06217b037da)
    
    Conflicts:
    	proxy/ProxyClientTransaction.cc

commit 76148a29b915d972ce0ab9490d5c9ff32efc1abe
Author: Susan Hinrichs <sh...@ieee.org>
Date:   2016-09-27T16:24:11Z

    TS-4813: Fix lingering stream.
    (cherry picked from commit dc8be341578aa0fa900c84265d0a336414dfad9b)
    
    Conflicts:
    	iocore/net/SSLNetVConnection.cc
    	proxy/http2/Http2ConnectionState.cc

----


Issue Time Tracking
-------------------

    Worklog Id:     (was: 31186)
    Time Spent: 1h 10m  (was: 1h)

> It is still possible for SSN_CLOSE hook to be called before TXN_CLOSE hook
> --------------------------------------------------------------------------
>
>                 Key: TS-4507
>                 URL: https://issues.apache.org/jira/browse/TS-4507
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>            Reporter: Susan Hinrichs
>            Assignee: Susan Hinrichs
>             Fix For: 7.0.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> One of our plugins will occasionally crash.  It appears there is still a path for HTTP2 that has the SSN_CLOSE hook close before the TXN_CLOSE hook.
> Working through solutions that delay the SSN_CLOSE hook until after all the TXN_CLOSE hooks, but does not lose the SSN_CLOSE. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)