[jira] [Work logged] (TS-4763) Consistent request bytes logging tags.

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4763?focusedWorklogId=26629=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26629 ] ASF GitHub Bot logged work on TS-4763: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver pull request #880: TS-4763: Consistent request bytes logging t...

2016-08-18 Thread jpeach
Github user jpeach commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/880#discussion_r75420890 --- Diff: proxy/logging/LogAccessHttp.cc --- @@ -769,8 +782,11 @@ LogAccessHttp::marshal_client_req_uuid(char *buf) const char *uuid = (char

[jira] [Resolved] (TS-4466) Add links to other versions/languages of the documentation

2016-08-18 Thread Masakazu Kitajo (JIRA)
[ https://issues.apache.org/jira/browse/TS-4466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Masakazu Kitajo resolved TS-4466. - Resolution: Fixed Closing this because the changes are already committed on master, and they are

[jira] [Work logged] (TS-4763) Consistent request bytes logging tags.

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4763?focusedWorklogId=26628=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26628 ] ASF GitHub Bot logged work on TS-4763: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver pull request #880: TS-4763: Consistent request bytes logging t...

2016-08-18 Thread zwoop
Github user zwoop commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/880#discussion_r75419974 --- Diff: proxy/logging/LogAccess.cc --- @@ -326,11 +328,11 @@ LogAccess::marshal_proxy_resp_content_type(char *buf)

[jira] [Work logged] (TS-4763) Consistent request bytes logging tags.

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4763?focusedWorklogId=26627=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26627 ] ASF GitHub Bot logged work on TS-4763: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver pull request #880: TS-4763: Consistent request bytes logging t...

2016-08-18 Thread zwoop
Github user zwoop commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/880#discussion_r75419879 --- Diff: proxy/logging/LogAccessHttp.cc --- @@ -769,8 +782,11 @@ LogAccessHttp::marshal_client_req_uuid(char *buf) const char *uuid = (char

[GitHub] trafficserver issue #872: TS-4735: Fix race condition in traffic_server star...

2016-08-18 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/872 Curious, where do these messages come from? Is that related to clustering? [approveci] --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[jira] [Work logged] (TS-4735) Possible deadlock on traffic_server startup

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4735?focusedWorklogId=26626=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26626 ] ASF GitHub Bot logged work on TS-4735: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #873: fix 5 bugs about parent strategy

2016-08-18 Thread keith2008
Github user keith2008 commented on the issue: https://github.com/apache/trafficserver/pull/873 @jrushford @zwoop OK,i have closed this pull. if you have time, please review my code on: https://github.com/keith2008/trafficserver --- If your project is set up for it, you can reply to

[jira] [Work logged] (TS-4755) Create a plugin that would count the frequency of headers

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4755?focusedWorklogId=26623=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26623 ] ASF GitHub Bot logged work on TS-4755: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver pull request #877: TS-4755: Header Frequency plugin. Initial v...

2016-08-18 Thread petarpenkov
Github user petarpenkov commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/877#discussion_r75416546 --- Diff: plugins/experimental/header_freq/header_freq.cc --- @@ -0,0 +1,260 @@ +/** @file + + This plugin counts the number of times

[jira] [Updated] (TS-4546) Build errors for H2 tests on OmniOS

2016-08-18 Thread Masaori Koshiba (JIRA)
[ https://issues.apache.org/jira/browse/TS-4546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Masaori Koshiba updated TS-4546: Assignee: Masakazu Kitajo (was: Masaori Koshiba) > Build errors for H2 tests on OmniOS >

[jira] [Work logged] (TS-4743) parent use consistent_hash Strategy may cause crash while first parent is not set

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4743?focusedWorklogId=26621=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26621 ] ASF GitHub Bot logged work on TS-4743: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver pull request #873: fix 5 bugs about parent strategy

2016-08-18 Thread keith2008
Github user keith2008 closed the pull request at: https://github.com/apache/trafficserver/pull/873 --- 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 this feature enabled and wishes so, or if the

[jira] [Work logged] (TS-4755) Create a plugin that would count the frequency of headers

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4755?focusedWorklogId=26620=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26620 ] ASF GitHub Bot logged work on TS-4755: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #877: TS-4755: Header Frequency plugin. Initial version

2016-08-18 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/877 I have mixed feelings on the custom log for this. This is really for intermittent testing of behavior, similar to e.g. the memory usage dump feature. I.e. I can't imagine someone would use this

[jira] [Work logged] (TS-4755) Create a plugin that would count the frequency of headers

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4755?focusedWorklogId=26619=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26619 ] ASF GitHub Bot logged work on TS-4755: -- Author: ASF GitHub Bot Created

[jira] [Work logged] (TS-4755) Create a plugin that would count the frequency of headers

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4755?focusedWorklogId=26618=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26618 ] ASF GitHub Bot logged work on TS-4755: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver pull request #877: TS-4755: Header Frequency plugin. Initial v...

2016-08-18 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/877#discussion_r75409617 --- Diff: plugins/experimental/header_freq/header_freq.cc --- @@ -0,0 +1,260 @@ +/** @file + + This plugin counts the number of

[GitHub] trafficserver pull request #877: TS-4755: Header Frequency plugin. Initial v...

2016-08-18 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/877#discussion_r75409533 --- Diff: plugins/experimental/header_freq/header_freq.cc --- @@ -0,0 +1,260 @@ +/** @file + + This plugin counts the number of

[jira] [Work logged] (TS-4755) Create a plugin that would count the frequency of headers

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4755?focusedWorklogId=26617=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26617 ] ASF GitHub Bot logged work on TS-4755: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver pull request #877: TS-4755: Header Frequency plugin. Initial v...

2016-08-18 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/877#discussion_r75408582 --- Diff: plugins/experimental/header_freq/header_freq.cc --- @@ -0,0 +1,260 @@ +/** @file + + This plugin counts the number of

[jira] [Work logged] (TS-2153) traffic_manager -tsArgs without -M is fatal error

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-2153?focusedWorklogId=26612=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26612 ] ASF GitHub Bot logged work on TS-2153: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #879: TS-2153 : Add -M to traffic_manager options if nee...

2016-08-18 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/879 Linux build *successful*! See https://ci.trafficserver.apache.org/job/Github-Linux/453/ for details. --- If your project is set up for it, you can reply to this email and have your

[jira] [Work logged] (TS-2153) traffic_manager -tsArgs without -M is fatal error

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-2153?focusedWorklogId=26611=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26611 ] ASF GitHub Bot logged work on TS-2153: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #879: TS-2153 : Add -M to traffic_manager options if nee...

2016-08-18 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/879 FreeBSD build *successful*! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/557/ for details. --- If your project is set up for it, you can reply to this email and have your

[jira] [Resolved] (TS-4697) MIOBuffer is not freed if ipallow check fails in HttpSessionAccept::accept()

2016-08-18 Thread James Peach (JIRA)
[ https://issues.apache.org/jira/browse/TS-4697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Peach resolved TS-4697. - Resolution: Fixed > MIOBuffer is not freed if ipallow check fails in HttpSessionAccept::accept() >

[jira] [Work logged] (TS-2153) traffic_manager -tsArgs without -M is fatal error

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-2153?focusedWorklogId=26610=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26610 ] ASF GitHub Bot logged work on TS-2153: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #879: TS-2153 : Add -M to traffic_manager options if nee...

2016-08-18 Thread jpeach
Github user jpeach commented on the issue: https://github.com/apache/trafficserver/pull/879 [approve ci] --- 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 this feature enabled and wishes so,

[jira] [Work logged] (TS-2153) traffic_manager -tsArgs without -M is fatal error

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-2153?focusedWorklogId=26609=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26609 ] ASF GitHub Bot logged work on TS-2153: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver pull request #879: TS-2153 : Add -M to traffic_manager options...

2016-08-18 Thread strotyl
Github user strotyl commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/879#discussion_r75400338 --- Diff: mgmt/LocalManager.cc --- @@ -900,6 +900,10 @@ LocalManager::startProxy() real_proxy_options.append(proxy_options,

[GitHub] trafficserver pull request #823: TS-4697: free MIOBuffer if fails on ipallow...

2016-08-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/trafficserver/pull/823 --- 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 this feature enabled and wishes so, or if the feature

[jira] [Work logged] (TS-4697) MIOBuffer is not freed if ipallow check fails in HttpSessionAccept::accept()

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4697?focusedWorklogId=26608=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26608 ] ASF GitHub Bot logged work on TS-4697: -- Author: ASF GitHub Bot Created

Build failed in Jenkins: clang-analyzer #2547

2016-08-18 Thread jenkins
See Changes: [tstroh] TS-4696: Coverity 1267824: Missing unlock in mgmt/Alarms.cc -- [...truncated 5025 lines...] reading sources... [ 68%] developer-guide/api/functions/TSVConnWrite.en

[jira] [Work logged] (TS-4697) MIOBuffer is not freed if ipallow check fails in HttpSessionAccept::accept()

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4697?focusedWorklogId=26607=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26607 ] ASF GitHub Bot logged work on TS-4697: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #823: TS-4697: free MIOBuffer if fails on ipallow check.

2016-08-18 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/823 Linux build *successful*! See https://ci.trafficserver.apache.org/job/Github-Linux/452/ for details. --- If your project is set up for it, you can reply to this email and have your

[jira] [Work logged] (TS-4697) MIOBuffer is not freed if ipallow check fails in HttpSessionAccept::accept()

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4697?focusedWorklogId=26606=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26606 ] ASF GitHub Bot logged work on TS-4697: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #823: TS-4697: free MIOBuffer if fails on ipallow check.

2016-08-18 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/823 FreeBSD build *successful*! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/556/ for details. --- If your project is set up for it, you can reply to this email and have your

[jira] [Work logged] (TS-2153) traffic_manager -tsArgs without -M is fatal error

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-2153?focusedWorklogId=26605=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26605 ] ASF GitHub Bot logged work on TS-2153: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #879: TS-2153 : Add -M to traffic_manager options if nee...

2016-08-18 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/879 Linux build *successful*! See https://ci.trafficserver.apache.org/job/Github-Linux/451/ for details. --- If your project is set up for it, you can reply to this email and have your

[GitHub] trafficserver issue #823: TS-4697: free MIOBuffer if fails on ipallow check.

2016-08-18 Thread jpeach
Github user jpeach commented on the issue: https://github.com/apache/trafficserver/pull/823 [approve ci] --- 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 this feature enabled and wishes so,

[jira] [Work logged] (TS-4697) MIOBuffer is not freed if ipallow check fails in HttpSessionAccept::accept()

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4697?focusedWorklogId=26604=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26604 ] ASF GitHub Bot logged work on TS-4697: -- Author: ASF GitHub Bot Created

[jira] [Resolved] (TS-4668) Coverity 1021677, 1021676 : Uninitialized members in traffic_top/stats.h

2016-08-18 Thread James Peach (JIRA)
[ https://issues.apache.org/jira/browse/TS-4668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Peach resolved TS-4668. - Resolution: Fixed > Coverity 1021677, 1021676 : Uninitialized members in traffic_top/stats.h >

[jira] [Work logged] (TS-2153) traffic_manager -tsArgs without -M is fatal error

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-2153?focusedWorklogId=26602=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26602 ] ASF GitHub Bot logged work on TS-2153: -- Author: ASF GitHub Bot Created

[jira] [Work logged] (TS-4668) Coverity 1021677, 1021676 : Uninitialized members in traffic_top/stats.h

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4668?focusedWorklogId=26603=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26603 ] ASF GitHub Bot logged work on TS-4668: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver pull request #875: TS-4668: CID 1021677, 1021676: Uninitialize...

2016-08-18 Thread jpeach
Github user jpeach closed the pull request at: https://github.com/apache/trafficserver/pull/875 --- 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 this feature enabled and wishes so, or if the feature

[GitHub] trafficserver issue #879: TS-2153 : Add -M to traffic_manager options if nee...

2016-08-18 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/879 FreeBSD build *successful*! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/555/ for details. --- If your project is set up for it, you can reply to this email and have your

[jira] [Assigned] (TS-4733) Cache writes fail when client requests IMS and server replies 200

2016-08-18 Thread Shrihari (JIRA)
[ https://issues.apache.org/jira/browse/TS-4733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shrihari reassigned TS-4733: Assignee: Shrihari > Cache writes fail when client requests IMS and server replies 200 >

[jira] [Resolved] (TS-4696) CID 1267824: Missing unlock in mgmt/Alarms.cc

2016-08-18 Thread James Peach (JIRA)
[ https://issues.apache.org/jira/browse/TS-4696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Peach resolved TS-4696. - Resolution: Fixed > CID 1267824: Missing unlock in mgmt/Alarms.cc >

[jira] [Work logged] (TS-4696) CID 1267824: Missing unlock in mgmt/Alarms.cc

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4696?focusedWorklogId=26601=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26601 ] ASF GitHub Bot logged work on TS-4696: -- Author: ASF GitHub Bot Created

[jira] [Work logged] (TS-2153) traffic_manager -tsArgs without -M is fatal error

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-2153?focusedWorklogId=26600=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26600 ] ASF GitHub Bot logged work on TS-2153: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver pull request #874: TS-4696: Coverity 1267824: Missing unlock i...

2016-08-18 Thread jpeach
Github user jpeach closed the pull request at: https://github.com/apache/trafficserver/pull/874 --- 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 this feature enabled and wishes so, or if the feature

[GitHub] trafficserver pull request #879: TS-2153 : Add -M to traffic_manager options...

2016-08-18 Thread jpeach
Github user jpeach commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/879#discussion_r75394048 --- Diff: mgmt/LocalManager.cc --- @@ -900,6 +900,10 @@ LocalManager::startProxy() real_proxy_options.append(proxy_options,

[jira] [Work logged] (TS-2153) traffic_manager -tsArgs without -M is fatal error

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-2153?focusedWorklogId=26599=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26599 ] ASF GitHub Bot logged work on TS-2153: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #879: TS-2153 : Add -M to traffic_manager options if nee...

2016-08-18 Thread jpeach
Github user jpeach commented on the issue: https://github.com/apache/trafficserver/pull/879 [approve ci] --- 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 this feature enabled and wishes so,

[jira] [Work logged] (TS-4763) Consistent request bytes logging tags.

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4763?focusedWorklogId=26597=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26597 ] ASF GitHub Bot logged work on TS-4763: -- Author: ASF GitHub Bot Created

[jira] [Work logged] (TS-4763) Consistent request bytes logging tags.

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4763?focusedWorklogId=26598=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26598 ] ASF GitHub Bot logged work on TS-4763: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #880: TS-4763: Consistent request bytes logging tags.

2016-08-18 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/880 FreeBSD build *successful*! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/554/ for details. --- If your project is set up for it, you can reply to this email and have your

[GitHub] trafficserver issue #880: TS-4763: Consistent request bytes logging tags.

2016-08-18 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/880 Linux build *successful*! See https://ci.trafficserver.apache.org/job/Github-Linux/450/ for details. --- If your project is set up for it, you can reply to this email and have your

[jira] [Work logged] (TS-4763) Consistent request bytes logging tags.

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4763?focusedWorklogId=26595=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26595 ] ASF GitHub Bot logged work on TS-4763: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #880: TS-4763: Consistent request bytes logging tags.

2016-08-18 Thread jpeach
Github user jpeach commented on the issue: https://github.com/apache/trafficserver/pull/880 /cc @zwoop @bryancall @sudheerv --- 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 this feature

[jira] [Work logged] (TS-4763) Consistent request bytes logging tags.

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4763?focusedWorklogId=26596=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26596 ] ASF GitHub Bot logged work on TS-4763: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver pull request #880: TS-4763: Consistent request bytes logging t...

2016-08-18 Thread jpeach
GitHub user jpeach opened a pull request: https://github.com/apache/trafficserver/pull/880 TS-4763: Consistent request bytes logging tags. Make the byte count logging tags consistent. We have - ``cqbl`` - client request body length - ``cqhl`` - client request header

[jira] [Updated] (TS-4765) Remove cqbl and pqbl log tags

2016-08-18 Thread James Peach (JIRA)
[ https://issues.apache.org/jira/browse/TS-4765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Peach updated TS-4765: Fix Version/s: 8.0.0 > Remove cqbl and pqbl log tags > - > > Key:

[jira] [Created] (TS-4765) Remove cqbl and pqbl log tags

2016-08-18 Thread James Peach (JIRA)
James Peach created TS-4765: --- Summary: Remove cqbl and pqbl log tags Key: TS-4765 URL: https://issues.apache.org/jira/browse/TS-4765 Project: Traffic Server Issue Type: Improvement

[jira] [Assigned] (TS-4763) Consistent request bytes logging tags.

2016-08-18 Thread James Peach (JIRA)
[ https://issues.apache.org/jira/browse/TS-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Peach reassigned TS-4763: --- Assignee: James Peach > Consistent request bytes logging tags. > --

[jira] [Updated] (TS-4763) Consistent request bytes logging tags.

2016-08-18 Thread James Peach (JIRA)
[ https://issues.apache.org/jira/browse/TS-4763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Peach updated TS-4763: Description: Make the byte count logging tags consistent. We have {{cqbl}} - client request body length

[GitHub] trafficserver issue #873: fix 5 bugs about parent strategy

2016-08-18 Thread jrushford
Github user jrushford commented on the issue: https://github.com/apache/trafficserver/pull/873 @keith2008 Can you break these commits up into individual PR's for each issue? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[jira] [Work logged] (TS-4764) cruuid log field is misaligned

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4764?focusedWorklogId=26594=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26594 ] ASF GitHub Bot logged work on TS-4764: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #878: TS-4764: Return the aligned field size from marsha...

2016-08-18 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/878 Linux build *successful*! See https://ci.trafficserver.apache.org/job/Github-Linux/449/ for details. --- If your project is set up for it, you can reply to this email and have your

[jira] [Work logged] (TS-2153) traffic_manager -tsArgs without -M is fatal error

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-2153?focusedWorklogId=26592=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26592 ] ASF GitHub Bot logged work on TS-2153: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver pull request #879: TS-2153 : Add -M to traffic_manager options...

2016-08-18 Thread strotyl
GitHub user strotyl opened a pull request: https://github.com/apache/trafficserver/pull/879 TS-2153 : Add -M to traffic_manager options if needed You can merge this pull request into a Git repository by running: $ git pull https://github.com/strotyl/trafficserver TS-2153

[jira] [Work logged] (TS-4764) cruuid log field is misaligned

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4764?focusedWorklogId=26591=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26591 ] ASF GitHub Bot logged work on TS-4764: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #878: TS-4764: Return the aligned field size from marsha...

2016-08-18 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/878 FreeBSD build *successful*! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/553/ for details. --- If your project is set up for it, you can reply to this email and have your

[jira] [Work logged] (TS-4764) cruuid log field is misaligned

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4764?focusedWorklogId=26590=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26590 ] ASF GitHub Bot logged work on TS-4764: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #878: TS-4764: Return the aligned field size from marsha...

2016-08-18 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/878 Linux build *failed*! See https://ci.trafficserver.apache.org/job/Github-Linux/448/ for details. --- If your project is set up for it, you can reply to this email and have your reply

[jira] [Work logged] (TS-4764) cruuid log field is misaligned

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4764?focusedWorklogId=26589=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26589 ] ASF GitHub Bot logged work on TS-4764: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #878: TS-4764: Return the aligned field size from marsha...

2016-08-18 Thread atsci
Github user atsci commented on the issue: https://github.com/apache/trafficserver/pull/878 FreeBSD build *successful*! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/552/ for details. --- If your project is set up for it, you can reply to this email and have your

[jira] [Work logged] (TS-4764) cruuid log field is misaligned

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4764?focusedWorklogId=26587=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26587 ] ASF GitHub Bot logged work on TS-4764: -- Author: ASF GitHub Bot Created

[jira] [Work logged] (TS-4764) cruuid log field is misaligned

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4764?focusedWorklogId=26588=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26588 ] ASF GitHub Bot logged work on TS-4764: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver pull request #878: TS-4764: Return the aligned field size from...

2016-08-18 Thread jpeach
GitHub user jpeach opened a pull request: https://github.com/apache/trafficserver/pull/878 TS-4764: Return the aligned field size from marshal_client_req_uuid(). You can merge this pull request into a Git repository by running: $ git pull

[GitHub] trafficserver issue #878: TS-4764: Return the aligned field size from marsha...

2016-08-18 Thread jpeach
Github user jpeach commented on the issue: https://github.com/apache/trafficserver/pull/878 /cc @zwoop @bryancall --- 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 this feature enabled and

[jira] [Assigned] (TS-4764) cruuid log field is misaligned

2016-08-18 Thread James Peach (JIRA)
[ https://issues.apache.org/jira/browse/TS-4764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Peach reassigned TS-4764: --- Assignee: James Peach > cruuid log field is misaligned > -- > >

[jira] [Created] (TS-4764) cruuid log field is misaligned

2016-08-18 Thread James Peach (JIRA)
James Peach created TS-4764: --- Summary: cruuid log field is misaligned Key: TS-4764 URL: https://issues.apache.org/jira/browse/TS-4764 Project: Traffic Server Issue Type: Bug Components:

[jira] [Updated] (TS-4764) cruuid log field is misaligned

2016-08-18 Thread James Peach (JIRA)
[ https://issues.apache.org/jira/browse/TS-4764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Peach updated TS-4764: Fix Version/s: 7.0.0 > cruuid log field is misaligned > -- > >

[jira] [Work logged] (TS-4755) Create a plugin that would count the frequency of headers

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4755?focusedWorklogId=26586=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26586 ] ASF GitHub Bot logged work on TS-4755: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #877: TS-4755: Header Frequency plugin. Initial version

2016-08-18 Thread jpeach
Github user jpeach commented on the issue: https://github.com/apache/trafficserver/pull/877 Should this use a TextLog rather than standard output? Then you would get log rotation, etc, which is probably desirable. --- If your project is set up for it, you can reply to this email and

[GitHub] trafficserver issue #877: TS-4755: Header Frequency plugin. Initial version

2016-08-18 Thread petarpenkov
Github user petarpenkov commented on the issue: https://github.com/apache/trafficserver/pull/877 Aw yeah, totally meant to do that and forgot. Will update ASAP. --- 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

[jira] [Work logged] (TS-4755) Create a plugin that would count the frequency of headers

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4755?focusedWorklogId=26585=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26585 ] ASF GitHub Bot logged work on TS-4755: -- Author: ASF GitHub Bot Created

[jira] [Work logged] (TS-4755) Create a plugin that would count the frequency of headers

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4755?focusedWorklogId=26584=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26584 ] ASF GitHub Bot logged work on TS-4755: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #877: TS-4755: Header Frequency plugin. Initial version

2016-08-18 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/877 Looks good, but I didn't see any locking when updating client_freq and origin_freq. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] trafficserver pull request #877: TS-4755: Header Frequency plugin. Initial v...

2016-08-18 Thread petarpenkov
GitHub user petarpenkov opened a pull request: https://github.com/apache/trafficserver/pull/877 TS-4755: Header Frequency plugin. Initial version Very basic version of the plugin. Additional options can be added to traffic_ctl to reset the counters, to print specific headers, maybe

[jira] [Work logged] (TS-4755) Create a plugin that would count the frequency of headers

2016-08-18 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4755?focusedWorklogId=26583=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26583 ] ASF GitHub Bot logged work on TS-4755: -- Author: ASF GitHub Bot Created

[jira] [Commented] (TS-3577) ATS with --enable-static-proxy does not compile

2016-08-18 Thread James Peach (JIRA)
[ https://issues.apache.org/jira/browse/TS-3577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426915#comment-15426915 ] James Peach commented on TS-3577: - [~zxcvbn4038] if you want to work on this I can help review. Otherwise I'm

[jira] [Commented] (TS-3577) ATS with --enable-static-proxy does not compile

2016-08-18 Thread James Peach (JIRA)
[ https://issues.apache.org/jira/browse/TS-3577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15426913#comment-15426913 ] James Peach commented on TS-3577: - AFAIK no-one has ever used this. Lets nuke it. > ATS with

[GitHub] trafficserver pull request #876: Unit Test of web_transform plugin

2016-08-18 Thread caricaturecm
GitHub user caricaturecm opened a pull request: https://github.com/apache/trafficserver/pull/876 Unit Test of web_transform plugin You can merge this pull request into a Git repository by running: $ git pull https://github.com/caricaturecm/trafficserver gtest-toSandeep

[GitHub] trafficserver pull request #876: Unit Test of web_transform plugin

2016-08-18 Thread caricaturecm
Github user caricaturecm closed the pull request at: https://github.com/apache/trafficserver/pull/876 --- 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 this feature enabled and wishes so, or if the

[jira] [Resolved] (TS-4722) CID 1361277: Uninitialized members in LogConfig::LogConfig

2016-08-18 Thread James Peach (JIRA)
[ https://issues.apache.org/jira/browse/TS-4722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Peach resolved TS-4722. - Resolution: Fixed Fixed on TS-4711 > CID 1361277: Uninitialized members in LogConfig::LogConfig >

Build failed in Jenkins: clang-analyzer #2546

2016-08-18 Thread jenkins
See Changes: [James Peach] doc: Fix % formatting. [Bryan Call] Fixed spelling in comments -- [...truncated 5025 lines...] reading sources... [ 68%]

  1   2   >