[jira] [Commented] (TS-4475) Crash in Log-Collation client after using inactivity-cop.

2016-08-15 Thread Oknet Xu (JIRA)
[ https://issues.apache.org/jira/browse/TS-4475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15420710#comment-15420710 ] Oknet Xu commented on TS-4475: -- The Log-Collation has LogCollationHostSM and LogCollationClientSM, the

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

2016-08-15 Thread oknet
Github user oknet commented on the issue: https://github.com/apache/trafficserver/pull/823 @jpeach Do you means L175 ~ L184 in proxy/http/HttpSessionAccept.h ? ``` 175 /** 176The continuation mutex is NULL to allow parellel accepts in NT. No 177state is recorded

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

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

[jira] [Updated] (TS-4754) Segmentation Fault with tproxy, tr-pass and garbage.

2016-08-15 Thread Tommy Lee (JIRA)
[ https://issues.apache.org/jira/browse/TS-4754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommy Lee updated TS-4754: -- Affects Version/s: 6.1.1 > Segmentation Fault with tproxy, tr-pass and garbage. >

[jira] [Work logged] (TS-2237) URL encoding wrong in squid.blog

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

[GitHub] trafficserver pull request #866: TS-2237: Fix double encoding of URLs in squ...

2016-08-15 Thread shinrich
Github user shinrich commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/866#discussion_r74760880 --- Diff: proxy/logging/LogUtils.cc --- @@ -359,6 +359,23 @@ LogUtils::escapify_url(Arena *arena, char *url, size_t len_in, int *len_out, cha

[jira] [Created] (TS-4754) Segmentation Fault with tproxy, tr-pass and garbage.

2016-08-15 Thread Tommy Lee (JIRA)
Tommy Lee created TS-4754: - Summary: Segmentation Fault with tproxy, tr-pass and garbage. Key: TS-4754 URL: https://issues.apache.org/jira/browse/TS-4754 Project: Traffic Server Issue Type: Bug

[GitHub] trafficserver issue #866: TS-2237: Fix double encoding of URLs in squid logs...

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

[jira] [Work logged] (TS-2237) URL encoding wrong in squid.blog

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

[GitHub] trafficserver issue #866: TS-2237: Fix double encoding of URLs in squid logs...

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

[jira] [Work logged] (TS-2237) URL encoding wrong in squid.blog

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

[GitHub] trafficserver issue #866: TS-2237: Fix double encoding of URLs in squid logs...

2016-08-15 Thread shinrich
Github user shinrich commented on the issue: https://github.com/apache/trafficserver/pull/866 @maskit, you list some lovely tricky cases. Abort encode on detect seems like a reasonable approach too. Ideally, we just could declare that nothing comes in already encoded, but that

[jira] [Work logged] (TS-2237) URL encoding wrong in squid.blog

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

[GitHub] trafficserver pull request #866: TS-2237: Fix double encoding of URLs in squ...

2016-08-15 Thread shinrich
Github user shinrich commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/866#discussion_r74760536 --- Diff: configure.ac --- @@ -49,7 +49,7 @@ AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability tar-ustar foreign no-installinf

[GitHub] trafficserver issue #866: TS-2237: Fix double encoding of URLs in squid logs...

2016-08-15 Thread shinrich
Github user shinrich commented on the issue: https://github.com/apache/trafficserver/pull/866 Reviewing the bug comments Sudheer says "Yes, the external URLs should be already encoded - however, internally, I see code that decodes the URL strings (e.g. UrlMatcher::Match). So, by the

[jira] [Work logged] (TS-2237) URL encoding wrong in squid.blog

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

[jira] [Updated] (TS-4754) Segmentation Fault with tproxy, tr-pass and garbage.

2016-08-15 Thread Tommy Lee (JIRA)
[ https://issues.apache.org/jira/browse/TS-4754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tommy Lee updated TS-4754: -- Description: We have been suffering with a big problem here when client generates garbage and TR-PASS flag is

[jira] [Work logged] (TS-2237) URL encoding wrong in squid.blog

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

[jira] [Work logged] (TS-4719) Should have NUMA affinity for disk threads (AIO threads)

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

[jira] [Resolved] (TS-4548) Convert custom log config file to Lua

2016-08-15 Thread James Peach (JIRA)
[ https://issues.apache.org/jira/browse/TS-4548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Peach resolved TS-4548. - Resolution: Fixed > Convert custom log config file to Lua > - > >

[GitHub] trafficserver pull request #869: TS-4716: Install manpages in $PREFIX/share/...

2016-08-15 Thread jpeach
GitHub user jpeach opened a pull request: https://github.com/apache/trafficserver/pull/869 TS-4716: Install manpages in $PREFIX/share/man. Update various layouts to default to installing manpages into $PREFIX/share/man. Some layouts already did this, but it is probably worth

[GitHub] trafficserver pull request #851: TS-4548: Convert custom log config file to ...

2016-08-15 Thread jpeach
Github user jpeach closed the pull request at: https://github.com/apache/trafficserver/pull/851 --- 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-4751) revalidation can skip updating the Age header

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

[GitHub] trafficserver issue #864: TS-4751: Prune cached headers before merging the u...

2016-08-15 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/864 @jpeach I would be OK with deleting the Expires header, but I think we should keep the Cache-Control, Last-Modified, and Vary. --- If your project is set up for it, you can reply to this

[GitHub] trafficserver issue #351: TS-4042: Add feature to buffer request body before...

2016-08-15 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/351 Looking over the pull request I didn't see any limits on how much is going to be buffered on the server. It might be good to start the transfer to the origin once a configurable limite

[jira] [Commented] (TS-4716) 6.2.0: build is putting files into wrong directory? /usr/man/man3 instead of /usr/share/man/man3

2016-08-15 Thread James Peach (JIRA)
[ https://issues.apache.org/jira/browse/TS-4716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15422151#comment-15422151 ] James Peach commented on TS-4716: - Man page installation is defaulted by {{config.layout}}. You can override

[jira] [Work logged] (TS-4716) 6.2.0: build is putting files into wrong directory? /usr/man/man3 instead of /usr/share/man/man3

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

[jira] [Work logged] (TS-4716) 6.2.0: build is putting files into wrong directory? /usr/man/man3 instead of /usr/share/man/man3

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

[GitHub] trafficserver issue #868: TS-4719: Make AIO threads interleave memory across...

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

[jira] [Work logged] (TS-4716) 6.2.0: build is putting files into wrong directory? /usr/man/man3 instead of /usr/share/man/man3

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

[GitHub] trafficserver issue #869: TS-4716: Install manpages in $PREFIX/share/man.

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

[jira] [Work logged] (TS-4716) 6.2.0: build is putting files into wrong directory? /usr/man/man3 instead of /usr/share/man/man3

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

[jira] [Work logged] (TS-4548) Convert custom log config file to Lua

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

Build failed in Jenkins: clang-analyzer #2538

2016-08-15 Thread jenkins
See Changes: [James Peach] TS-4548: Add lua_getfield helper. [James Peach] TS-4548: Convert logs_xml.config to Lua. [James Peach] TS-4548: Remove enable_lua. [James Peach] TS-4548: Apply clang-format to libbindings. [James

[jira] [Work logged] (TS-4719) Should have NUMA affinity for disk threads (AIO threads)

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

[GitHub] trafficserver issue #868: TS-4719: Make AIO threads interleave memory across...

2016-08-15 Thread bryancall
Github user bryancall commented on the issue: https://github.com/apache/trafficserver/pull/868 👍 - Looks good --- 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

[GitHub] trafficserver issue #869: TS-4716: Install manpages in $PREFIX/share/man.

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

[jira] [Updated] (TS-4716) 6.2.0: build is putting files into wrong directory? /usr/man/man3 instead of /usr/share/man/man3

2016-08-15 Thread James Peach (JIRA)
[ https://issues.apache.org/jira/browse/TS-4716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Peach updated TS-4716: Backport to Version: (was: 6.2.1) > 6.2.0: build is putting files into wrong directory? /usr/man/man3

[jira] [Work logged] (TS-4716) 6.2.0: build is putting files into wrong directory? /usr/man/man3 instead of /usr/share/man/man3

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

[GitHub] trafficserver pull request #859: TS-4724: Modified ts_lua plugin to provide ...

2016-08-15 Thread brkishore
GitHub user brkishore reopened a pull request: https://github.com/apache/trafficserver/pull/859 TS-4724: Modified ts_lua plugin to provide ts.server_request.remove_h… TS_LUA and InkAPI.cc are modified to create a new ts_lua API to remove host name from URL in GET request to

[jira] [Work logged] (TS-4724) Adding/creating new lua API "ts.server_request.remove_host_name_from_url()" to remove host name from the GET request send to next tier

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

[jira] [Work logged] (TS-4724) Adding/creating new lua API "ts.server_request.remove_host_name_from_url()" to remove host name from the GET request send to next tier

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

[jira] [Updated] (TS-393) API: Documentation for TSFetchPage

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-393: -- Assignee: Jon Sime > API: Documentation for TSFetchPage > -- > >

[jira] [Updated] (TS-484) TSHttpTxnSetRespCacheableSet() vs TSHttpTxnServerRespNoStore()

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-484: -- Fix Version/s: (was: 7.0.0) 8.0.0 > TSHttpTxnSetRespCacheableSet() vs

[jira] [Closed] (TS-518) Close UA connection early if the origin sent Connection close:, there's a bad Content-Length header, and the UA connection has Keep-Alive.

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call closed TS-518. - Resolution: Cannot Reproduce Fix Version/s: (was: 7.0.0) > Close UA connection early if the origin sent

[GitHub] trafficserver issue #851: TS-4548: Convert custom log config file to Lua

2016-08-15 Thread jpeach
Github user jpeach commented on the issue: https://github.com/apache/trafficserver/pull/851 @zwoop @shukitchan I removed the configuration option and added a little Lua stack helper class I had been thinking about. --- If your project is set up for it, you can reply to this email

[jira] [Work logged] (TS-4548) Convert custom log config file to Lua

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

[jira] [Updated] (TS-795) Clean up definitions and usage of buffer size indexes vs buffer sizes

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-795?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-795: -- Assignee: (was: James Peach) > Clean up definitions and usage of buffer size indexes vs buffer sizes >

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

2016-08-15 Thread Bryan Call (JIRA)
Bryan Call created TS-4755: -- Summary: Create a plugin that would count the frequency of headers. Key: TS-4755 URL: https://issues.apache.org/jira/browse/TS-4755 Project: Traffic Server Issue Type:

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

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-4755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-4755: --- Description: Create a plugin that would count the frequency of headers. Have separate frequency counters for

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

2016-08-15 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-4755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15421316#comment-15421316 ] Alan M. Carroll commented on TS-4755: - I think we'll want a dump of data via the plugin message

[GitHub] trafficserver pull request #859: TS-4724: Modified ts_lua plugin to provide ...

2016-08-15 Thread zwoop
Github user zwoop closed the pull request at: https://github.com/apache/trafficserver/pull/859 --- 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] [Assigned] (TS-242) Connect timeout doesn't reset until first byte is received from server

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call reassigned TS-242: - Assignee: Bryan Call (was: Leif Hedstrom) > Connect timeout doesn't reset until first byte is received from

[jira] [Updated] (TS-228) Cleanup usage of "long" in all code

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-228: -- Labels: Newbie (was: ) > Cleanup usage of "long" in all code > --- > >

[jira] [Work logged] (TS-4548) Convert custom log config file to Lua

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

[jira] [Closed] (TS-910) log collation in custom log will make dedicate connection to the same collation server

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call closed TS-910. - Resolution: Won't Fix Fix Version/s: (was: sometime) > log collation in custom log will make dedicate

[jira] [Commented] (TS-871) Subversion (1.7) with serf fails with ATS in forward and reverse proxy mode

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15421259#comment-15421259 ] Bryan Call commented on TS-871: --- [~zwoop] Can you test again and see if it works with subversion? > Subversion

[jira] [Updated] (TS-946) Scheduling a continuation on all threads of a specific type

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-946: -- Fix Version/s: (was: 7.0.0) 7.1.0 > Scheduling a continuation on all threads of a specific

[jira] [Updated] (TS-871) Subversion (1.7) with serf fails with ATS in forward and reverse proxy mode

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-871: -- Assignee: Leif Hedstrom (was: Alan M. Carroll) > Subversion (1.7) with serf fails with ATS in forward and reverse

[jira] [Updated] (TS-1015) TSEvent is widely declared as int

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-1015: --- Fix Version/s: (was: 7.0.0) 8.0.0 > TSEvent is widely declared as int >

[jira] [Commented] (TS-795) Clean up definitions and usage of buffer size indexes vs buffer sizes

2016-08-15 Thread James Peach (JIRA)
[ https://issues.apache.org/jira/browse/TS-795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15421296#comment-15421296 ] James Peach commented on TS-795: FWIW I have a partial patch for this. It was surprisingly invasive. > Clean

[jira] [Updated] (TS-60) Support writing large buffers via zero-copy

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-60: - Summary: Support writing large buffers via zero-copy (was: support writing large buffers via zero-copy) > Support

[jira] [Commented] (TS-302) -fstrict-aliasing optimizer generates bad code

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15421210#comment-15421210 ] Bryan Call commented on TS-302: --- [~psudaemon] Please try this on Centos 6 and devtoolset 3. > -fstrict-aliasing

[jira] [Updated] (TS-382) socket option "cleanup" (and bug fixes)

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-382: -- Fix Version/s: (was: sometime) > socket option "cleanup" (and bug fixes) >

[jira] [Updated] (TS-946) Scheduling a continuation on all threads of a specific type

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-946: -- Assignee: Alan M. Carroll (was: Leif Hedstrom) > Scheduling a continuation on all threads of a specific type >

[jira] [Updated] (TS-965) cache.config can't deal with both revalidate= and ttl-in-cache= specified

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-965: -- Component/s: (was: Cache) Documentation > cache.config can't deal with both revalidate= and

[jira] [Updated] (TS-965) cache.config can't deal with both revalidate= and ttl-in-cache= specified

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-965: -- Assignee: Jon Sime > cache.config can't deal with both revalidate= and ttl-in-cache= specified >

[jira] [Commented] (TS-965) cache.config can't deal with both revalidate= and ttl-in-cache= specified

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15421281#comment-15421281 ] Bryan Call commented on TS-965: --- [~jsime] Can you please clarify how cache.config settings interact? >

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

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-4755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-4755: --- Summary: Create a plugin that would count the frequency of headers (was: Create a plugin that would count the

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

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-4755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-4755: --- Assignee: Daniel Xu > Create a plugin that would count the frequency of headers. >

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

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-4755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-4755: --- Fix Version/s: 7.2.0 > Create a plugin that would count the frequency of headers. >

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

2016-08-15 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-4755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan M. Carroll updated TS-4755: Assignee: Petar Penkov (was: Daniel Xu) > Create a plugin that would count the frequency of headers >

[GitHub] trafficserver pull request #859: TS-4724: Modified ts_lua plugin to provide ...

2016-08-15 Thread jpeach
Github user jpeach commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/859#discussion_r74778707 --- Diff: proxy/InkAPI.cc --- @@ -2208,6 +2208,20 @@ TSUrlPathSet(TSMBuffer bufp, TSMLoc obj, const char *value, int length) return

[jira] [Work logged] (TS-4751) revalidation can skip updating the Age header

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

[jira] [Updated] (TS-81) Have one single place to store and lookup remap rules irrespective of type

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-81: - Fix Version/s: (was: 7.0.0) 8.0.0 > Have one single place to store and lookup remap rules

[GitHub] trafficserver issue #864: TS-4751: Prune cached headers before merging the u...

2016-08-15 Thread jpeach
Github user jpeach commented on the issue: https://github.com/apache/trafficserver/pull/864 The problem we hit was we had a bogus Age (12000) header cached. Since the origin was no linger sending an Age header, the object would never become fresh. One common case could be an

[jira] [Closed] (TS-382) socket option "cleanup" (and bug fixes)

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call closed TS-382. - Please reopen if will actually work on it. > socket option "cleanup" (and bug fixes) >

[jira] [Closed] (TS-380) Remaining 64-bit "conversion"

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call closed TS-380. - Resolution: Won't Fix If people run into this issue again please file a specific bug. > Remaining 64-bit

[GitHub] trafficserver issue #849: TS-4729: Fix dead assignment.

2016-08-15 Thread jpeach
Github user jpeach commented on the issue: https://github.com/apache/trafficserver/pull/849 This change looks consistent with the nearby handling of ``is_done`` 👍 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[jira] [Work logged] (TS-4729) clang-analyzer: Dead assignment in Http2Stream

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

[GitHub] trafficserver issue #851: TS-4548: Convert custom log config file to Lua

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

[jira] [Updated] (TS-829) socks stats cleanup - some stats are registered, but not used

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-829: -- Assignee: Tyler Stroh (was: Bryan Call) > socks stats cleanup - some stats are registered, but not used >

[jira] [Assigned] (TS-829) socks stats cleanup - some stats are registered, but not used

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call reassigned TS-829: - Assignee: Bryan Call > socks stats cleanup - some stats are registered, but not used >

[jira] [Commented] (TS-829) socks stats cleanup - some stats are registered, but not used

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-829?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15421254#comment-15421254 ] Bryan Call commented on TS-829: --- [~tstroh] Can you please get to this in the next 2 weeks (before 9/1)? If not

[jira] [Closed] (TS-203) config files ownership

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call closed TS-203. - Resolution: Won't Fix Fix Version/s: (was: 7.0.0) Traffic server allows configuration files to be written

[jira] [Commented] (TS-464) Chunked response with bad Content-Length header to HTTP/1.0 client is broken

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-464?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15421223#comment-15421223 ] Bryan Call commented on TS-464: --- We should remove the content length header if we are chunking and not rely on

[jira] [Updated] (TS-658) HTTP SM holds the cache write lock for too long

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-658: -- Fix Version/s: (was: 7.0.0) 7.1.0 > HTTP SM holds the cache write lock for too long >

[jira] [Commented] (TS-754) Reduce memory usage on idle connections

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15421242#comment-15421242 ] Bryan Call commented on TS-754: --- [~gancho] We were talking at the bug scrub and thought this would be a good one

[jira] [Updated] (TS-966) cache.config dest_domain= dest_hostname= dest_ip= do not match anything

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-966?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-966: -- Assignee: Jon Sime (was: Alan M. Carroll) > cache.config dest_domain= dest_hostname= dest_ip= do not match

[jira] [Work logged] (TS-4724) Adding/creating new lua API "ts.server_request.remove_host_name_from_url()" to remove host name from the GET request send to next tier

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

[jira] [Work logged] (TS-4724) Adding/creating new lua API "ts.server_request.remove_host_name_from_url()" to remove host name from the GET request send to next tier

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

[GitHub] trafficserver pull request #859: TS-4724: Modified ts_lua plugin to provide ...

2016-08-15 Thread jpeach
Github user jpeach commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/859#discussion_r74778730 --- Diff: proxy/InkAPI.cc --- @@ -2208,6 +2208,20 @@ TSUrlPathSet(TSMBuffer bufp, TSMLoc obj, const char *value, int length) return

[jira] [Updated] (TS-54) UnixNet cleanup, encapsulation of event subsystem

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-54: - Component/s: Network > UnixNet cleanup, encapsulation of event subsystem >

[jira] [Updated] (TS-275) API: TSHttpTxnConnectTimeoutSet isn't documented

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-275: -- Assignee: Jon Sime (was: Miles Libbey) > API: TSHttpTxnConnectTimeoutSet isn't documented >

[jira] [Work logged] (TS-4184) Move to use the C++11 standard

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

[GitHub] trafficserver issue #858: TS-4184 Makes -std=c++11 mandatory

2016-08-15 Thread jpeach
Github user jpeach commented on the issue: https://github.com/apache/trafficserver/pull/858 👍 We could also just pass the ``mandatory`` flag to the checking macro, which would produce better warning messages, but this is OK too. Consider adding a check for the minimum

[jira] [Updated] (TS-754) Reduce memory usage on idle connections

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-754: -- Assignee: Gancho Tenev > Reduce memory usage on idle connections > --- > >

[GitHub] trafficserver issue #851: TS-4548: Convert custom log config file to Lua

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

[jira] [Updated] (TS-754) Reduce memory usage on idle connections

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-754: -- Fix Version/s: (was: sometime) 7.1.0 > Reduce memory usage on idle connections >

[jira] [Closed] (TS-935) Should EVENT_INTERNAL really be the same as TS_EVENT_TIMEOUT

2016-08-15 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call closed TS-935. - Resolution: Won't Fix Fix Version/s: (was: sometime) > Should EVENT_INTERNAL really be the same as

  1   2   3   >