[ 
https://issues.apache.org/jira/browse/TS-3900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14739402#comment-14739402
 ] 

ASF GitHub Bot commented on TS-3900:
------------------------------------

Github user ericcarlschwartz commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/289#discussion_r39200987
  
    --- Diff: proxy/http/HttpSM.cc ---
    @@ -5609,7 +5610,7 @@ HttpSM::attach_server_session(HttpServerSession *s)
       hsm_release_assert(server_entry == NULL);
       hsm_release_assert(s->state == HSS_ACTIVE);
       server_session = s;
    -  server_session->transact_count++;
    +  server_transact_count = server_session->transact_count++;
    --- End diff --
    
    this is redundant, but we need the additional value because the 
server_session is gone at logging time


> Create log tag for server connection reuse
> ------------------------------------------
>
>                 Key: TS-3900
>                 URL: https://issues.apache.org/jira/browse/TS-3900
>             Project: Traffic Server
>          Issue Type: New Feature
>          Components: Logging
>            Reporter: Eric Schwartz
>            Assignee: Eric Schwartz
>            Priority: Minor
>              Labels: yahoo
>
> There was a log tag %<cqtr> added a while back by [~fpesce] that logged 
> whether the connection between ATS and the client was reused. There's been 
> some interest at Yahoo! in a similar tag for whether the connection between 
> ATS and the origin server was reused.



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

Reply via email to