[GitHub] trafficserver issue #776: TS-4553: Brotli plugin

2016-08-22 Thread shukitchan
Github user shukitchan commented on the issue: https://github.com/apache/trafficserver/pull/776 @zwoop, @jacksontj and I have a short conversation a couple weeks ago. It seemed like @jacksontj and his teammates are not pursuing the brotli works for now. So @bgaff, can we

[jira] [Work logged] (TS-4553) Add Brotli compression support

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

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

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

[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-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4724?focusedWorklogId=26749=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26749 ] ASF GitHub Bot logged work on TS-4724: -- Author: ASF GitHub Bot Created

[jira] [Work logged] (TS-4103) Introduce unit testing for CPP API

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

[GitHub] trafficserver issue #408: [TS-4103] mocks

2016-08-22 Thread shukitchan
Github user shukitchan commented on the issue: https://github.com/apache/trafficserver/pull/408 @SolidWallOfCode , can you also take a look pls? We are proposing a unit test framework for cpp api plugins. We have used the webp transform plugin and updated it with unit tests 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-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-4724?focusedWorklogId=26750=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26750 ] ASF GitHub Bot logged work on TS-4724: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #859: TS-4724: Modified ts_lua plugin to provide ts.serv...

2016-08-22 Thread shukitchan
Github user shukitchan commented on the issue: https://github.com/apache/trafficserver/pull/859 In general, this patch is trying to expose the "nuke_proxy_stuff" functionality as an API. And add lua plugin API for that as well. 1) Can we achieve the same with TSUrl*Set()

[jira] [Work logged] (TS-4665) Http2 not terminating stream with short chunked response

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

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

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

[GitHub] trafficserver pull request #888: TS-4665: Http2 not terminating stream with ...

2016-08-22 Thread shinrich
GitHub user shinrich opened a pull request: https://github.com/apache/trafficserver/pull/888 TS-4665: Http2 not terminating stream with short chunked response. The key fix was added with TS-4729. This is the additional check on is_done around line 529 of Http2Stream.cc.

[jira] [Work logged] (TS-4665) Http2 not terminating stream with short chunked response

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

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

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

[jira] [Work logged] (TS-4665) Http2 not terminating stream with short chunked response

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

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

2016-08-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-2237?focusedWorklogId=26775=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26775 ] 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-22 Thread shinrich
Github user shinrich commented on the issue: https://github.com/apache/trafficserver/pull/866 @maskit I pushed up a new version that separates escapify_url into pure_escapify_url (which does not attempt to detect the double encoding case) and regular escapify_url (which does). I

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

2016-08-22 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/574/ 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-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-2237?focusedWorklogId=26776=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26776 ] 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-22 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/470/ 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-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-2237?focusedWorklogId=26777=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26777 ] ASF GitHub Bot logged work on TS-2237: -- Author: ASF GitHub Bot Created

[jira] [Work logged] (TS-3540) Remove the channel_stats plugin

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

[GitHub] trafficserver pull request #889: TS-3540: Remove the channel_stats plugin.

2016-08-22 Thread PSUdaemon
GitHub user PSUdaemon opened a pull request: https://github.com/apache/trafficserver/pull/889 TS-3540: Remove the channel_stats plugin. You can merge this pull request into a Git repository by running: $ git pull https://github.com/PSUdaemon/trafficserver ts-3540

[GitHub] trafficserver issue #889: TS-3540: Remove the channel_stats plugin.

2016-08-22 Thread shukitchan
Github user shukitchan commented on the issue: https://github.com/apache/trafficserver/pull/889 👍 --- 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

[jira] [Work logged] (TS-3540) Remove the channel_stats plugin

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

[jira] [Resolved] (TS-4391) Duplicated parent origin retry types

2016-08-22 Thread John Rushford (JIRA)
[ https://issues.apache.org/jira/browse/TS-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Rushford resolved TS-4391. --- Resolution: Fixed merged. > Duplicated parent origin retry types >

[jira] [Closed] (TS-4391) Duplicated parent origin retry types

2016-08-22 Thread John Rushford (JIRA)
[ https://issues.apache.org/jira/browse/TS-4391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Rushford closed TS-4391. - > Duplicated parent origin retry types > > > Key: TS-4391 >

[GitHub] trafficserver pull request #883: TS-4391: Duplicated parent origin retry typ...

2016-08-22 Thread jrushford
Github user jrushford closed the pull request at: https://github.com/apache/trafficserver/pull/883 --- 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-4391) Duplicated parent origin retry types

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

[jira] [Commented] (TS-4665) Http2 not terminating stream with short chunked response

2016-08-22 Thread Susan Hinrichs (JIRA)
[ https://issues.apache.org/jira/browse/TS-4665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15430864#comment-15430864 ] Susan Hinrichs commented on TS-4665: Part of this fix got pulled in with TS-4729. > Http2 not

[jira] [Commented] (TS-4665) Http2 not terminating stream with short chunked response

2016-08-22 Thread Susan Hinrichs (JIRA)
[ https://issues.apache.org/jira/browse/TS-4665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15430869#comment-15430869 ] Susan Hinrichs commented on TS-4665: There was a case where the HTTP2 code was not being aggressive

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

2016-08-22 Thread strotyl
Github user strotyl commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/879#discussion_r75699383 --- 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-22 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TS-2153?focusedWorklogId=26774=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-26774 ] ASF GitHub Bot logged work on TS-2153: -- Author: ASF GitHub Bot Created

[GitHub] trafficserver issue #889: TS-3540: Remove the channel_stats plugin.

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

[jira] [Work logged] (TS-3540) Remove the channel_stats plugin

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

[GitHub] trafficserver issue #889: TS-3540: Remove the channel_stats plugin.

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

[GitHub] trafficserver pull request #890: TS-4249: Deprecate stale_while_revalidate p...

2016-08-22 Thread PSUdaemon
GitHub user PSUdaemon opened a pull request: https://github.com/apache/trafficserver/pull/890 TS-4249: Deprecate stale_while_revalidate plugin. You can merge this pull request into a Git repository by running: $ git pull https://github.com/PSUdaemon/trafficserver ts-4249

[jira] [Work logged] (TS-4249) Deprecate Stale_While_Revalidate plugin.

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

[jira] [Work logged] (TS-3540) Remove the channel_stats plugin

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

[GitHub] trafficserver issue #890: TS-4249: Deprecate stale_while_revalidate plugin.

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

[jira] [Work logged] (TS-4249) Deprecate Stale_While_Revalidate plugin.

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

[jira] [Work logged] (TS-4249) Deprecate Stale_While_Revalidate plugin.

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

[GitHub] trafficserver issue #890: TS-4249: Deprecate stale_while_revalidate plugin.

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

[jira] [Work logged] (TS-4737) Remove XML log configuration

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

[GitHub] trafficserver issue #885: TS-4546: Fix a build error on OmniOS

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

[jira] [Work logged] (TS-2258) Verify that all fields are correct in RecordsConfig.cc

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

[GitHub] trafficserver pull request #887: TS-2258: Mark whether configs are reloadabl...

2016-08-22 Thread alhonen
GitHub user alhonen opened a pull request: https://github.com/apache/trafficserver/pull/887 TS-2258: Mark whether configs are reloadable (part 1) Only adding the information to a small number of the configurations. You can merge this pull request into a Git repository by running:

[jira] [Work logged] (TS-2258) Verify that all fields are correct in RecordsConfig.cc

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

[GitHub] trafficserver issue #887: TS-2258: Mark whether configs are reloadable (part...

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

[jira] [Work logged] (TS-2258) Verify that all fields are correct in RecordsConfig.cc

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

[GitHub] trafficserver issue #887: TS-2258: Mark whether configs are reloadable (part...

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

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

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

[GitHub] trafficserver issue #885: TS-4546: Fix a build error on OmniOS

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

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

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

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

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

[GitHub] trafficserver issue #885: TS-4546: Fix a build error on OmniOS

2016-08-22 Thread maskit
Github user maskit commented on the issue: https://github.com/apache/trafficserver/pull/885 Updated. - Use PATH_MAX - Use ink_strlcat --- 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

[jira] [Updated] (TS-3395) Hit ratio drops with high concurrency

2016-08-22 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-3395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan M. Carroll updated TS-3395: Fix Version/s: (was: 7.0.0) 7.1.0 > Hit ratio drops with high concurrency >

[jira] [Updated] (TS-4044) Conflict conditions in HttpSM::do_http_server_open()

2016-08-22 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-4044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan M. Carroll updated TS-4044: Assignee: Susan Hinrichs (was: Alan M. Carroll) > Conflict conditions in

[GitHub] trafficserver issue #650: TS-4450: Syntax error in CI test

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

[jira] [Work logged] (TS-4450) Syntax error in CI test script test_https.py.

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

[GitHub] trafficserver issue #650: TS-4450: Syntax error in CI test

2016-08-22 Thread jpeach
Github user jpeach commented on the issue: https://github.com/apache/trafficserver/pull/650 Thanks @dragon512 --- 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

[jira] [Resolved] (TS-4027) Incorrect usage of mmap

2016-08-22 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-4027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call resolved TS-4027. Resolution: Invalid Fix Version/s: (was: 7.0.0) This was resolved with the hostdb changes. >

[jira] [Reopened] (TS-4027) Incorrect usage of mmap

2016-08-22 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-4027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call reopened TS-4027: > Incorrect usage of mmap > --- > > Key: TS-4027 > URL:

[jira] [Resolved] (TS-4027) Incorrect usage of mmap

2016-08-22 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-4027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call resolved TS-4027. Resolution: Fixed > Incorrect usage of mmap > --- > > Key: TS-4027 >

[jira] [Closed] (TS-4450) Syntax error in CI test script test_https.py.

2016-08-22 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-4450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan M. Carroll closed TS-4450. --- Resolution: Fixed > Syntax error in CI test script test_https.py. >

[jira] [Updated] (TS-4585) Traffic_server will not start with out remap.config

2016-08-22 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-4585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan M. Carroll updated TS-4585: Fix Version/s: (was: 7.0.0) 7.1.0 > Traffic_server will not start with out

[jira] [Updated] (TS-4630) Semantics of IPHashTable iterators can be non-obvious

2016-08-22 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-4630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan M. Carroll updated TS-4630: Fix Version/s: (was: 7.0.0) 7.1.0 > Semantics of IPHashTable iterators can be

[jira] [Updated] (TS-4544) Plugin can create cores with TSHttpSMCallback in stack

2016-08-22 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-4544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan M. Carroll updated TS-4544: Fix Version/s: (was: 7.0.0) 7.1.0 > Plugin can create cores with

[jira] [Assigned] (TS-4541) SEGV in send_a_data_frame with HTTP/2 (possibly ASAN mutex)

2016-08-22 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-4541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call reassigned TS-4541: -- Assignee: Bryan Call > SEGV in send_a_data_frame with HTTP/2 (possibly ASAN mutex) >

[jira] [Updated] (TS-4607) Unify the closed flag and the _sate in Http2Stream

2016-08-22 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-4607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan M. Carroll updated TS-4607: Assignee: Susan Hinrichs > Unify the closed flag and the _sate in Http2Stream >

[jira] [Assigned] (TS-4700) Change the default timeout for HTTP/2

2016-08-22 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-4700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call reassigned TS-4700: -- Assignee: Bryan Call > Change the default timeout for HTTP/2 > -- >

[jira] [Updated] (TS-4726) Assert in ProxyClientTransaction::release with h2spec (4.3)

2016-08-22 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-4726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-4726: --- Assignee: Masaori Koshiba > Assert in ProxyClientTransaction::release with h2spec (4.3) >

[jira] [Updated] (TS-4740) Produce a warning if old metrics config is still in place

2016-08-22 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-4740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan M. Carroll updated TS-4740: Assignee: Quinn Lertratanakul > Produce a warning if old metrics config is still in place >

[jira] [Updated] (TS-4636) traffic.out is open too many times

2016-08-22 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-4636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan M. Carroll updated TS-4636: Assignee: Daniel Xu > traffic.out is open too many times > -- > >

[jira] [Assigned] (TS-4640) Create ts_is_localhost() in lib/ts to unify "localhost" comparisons

2016-08-22 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-4640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan M. Carroll reassigned TS-4640: --- Assignee: Alan M. Carroll > Create ts_is_localhost() in lib/ts to unify "localhost" comparisons

[jira] [Updated] (TS-4771) Remove configuration options for ICP

2016-08-22 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-4771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-4771: --- Fix Version/s: 7.0.0 > Remove configuration options for ICP > > >

[jira] [Updated] (TS-4771) Remove configuration options for ICP

2016-08-22 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-4771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-4771: --- Component/s: HTTP > Remove configuration options for ICP > > >

[jira] [Created] (TS-4771) Remove configuration options for ICP

2016-08-22 Thread Bryan Call (JIRA)
Bryan Call created TS-4771: -- Summary: Remove configuration options for ICP Key: TS-4771 URL: https://issues.apache.org/jira/browse/TS-4771 Project: Traffic Server Issue Type: Improvement

[jira] [Updated] (TS-4424) proxy.config.ssl.max_record_size=-1 (dynamic rec size) can cause out-of-bound memory access

2016-08-22 Thread Susan Hinrichs (JIRA)
[ https://issues.apache.org/jira/browse/TS-4424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Susan Hinrichs updated TS-4424: --- Fix Version/s: (was: 7.0.0) 7.1.0 > proxy.config.ssl.max_record_size=-1 (dynamic

[jira] [Commented] (TS-4027) Incorrect usage of mmap

2016-08-22 Thread Jason Kenny (JIRA)
[ https://issues.apache.org/jira/browse/TS-4027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431441#comment-15431441 ] Jason Kenny commented on TS-4027: - I think we can close this issue. From what I can tell the issue this was

[jira] [Updated] (TS-4495) RemapPlugin can leak Transaction instances

2016-08-22 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-4495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan M. Carroll updated TS-4495: Fix Version/s: (was: 7.0.0) 7.1.0 > RemapPlugin can leak Transaction instances

[jira] [Work logged] (TS-4450) Syntax error in CI test script test_https.py.

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

[jira] [Updated] (TS-4586) Traffic_server will not start without storage.config

2016-08-22 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-4586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan M. Carroll updated TS-4586: Fix Version/s: (was: 7.0.0) 7.1.0 > Traffic_server will not start without

[jira] [Reopened] (TS-4450) Syntax error in CI test script test_https.py.

2016-08-22 Thread Susan Hinrichs (JIRA)
[ https://issues.apache.org/jira/browse/TS-4450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Susan Hinrichs reopened TS-4450: > Syntax error in CI test script test_https.py. > - > >

[jira] [Resolved] (TS-4450) Syntax error in CI test script test_https.py.

2016-08-22 Thread Susan Hinrichs (JIRA)
[ https://issues.apache.org/jira/browse/TS-4450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Susan Hinrichs resolved TS-4450. Resolution: Fixed > Syntax error in CI test script test_https.py. >

[jira] [Updated] (TS-4703) Adds an API call to retrieve transaction protocol

2016-08-22 Thread Susan Hinrichs (JIRA)
[ https://issues.apache.org/jira/browse/TS-4703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Susan Hinrichs updated TS-4703: --- Assignee: Alan M. Carroll > Adds an API call to retrieve transaction protocol >

[jira] [Updated] (TS-4501) Use config_parse_error to propagate remap.config errors

2016-08-22 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-4501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-4501: --- Summary: Use config_parse_error to propagate remap.config errors (was: use config_parse_error to propagate

[jira] [Updated] (TS-4300) New API for introspection on TXN and perhaps SSNs protocol

2016-08-22 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-4300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan M. Carroll updated TS-4300: Assignee: Alan M. Carroll > New API for introspection on TXN and perhaps SSNs protocol >

[jira] [Updated] (TS-4468) http.server_session_sharing.match = both unsafe with HTTPS

2016-08-22 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-4468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan M. Carroll updated TS-4468: Assignee: Susan Hinrichs > http.server_session_sharing.match = both unsafe with HTTPS >

[jira] [Updated] (TS-4700) Change the default timeout for HTTP/2

2016-08-22 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-4700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-4700: --- Component/s: Configuration > Change the default timeout for HTTP/2 > -- > >

[jira] [Updated] (TS-4658) Why is TSSslVConnOp API?

2016-08-22 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-4658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan M. Carroll updated TS-4658: Assignee: Susan Hinrichs > Why is TSSslVConnOp API? > > >

[jira] [Updated] (TS-4657) SNI hook sends hook ID for events

2016-08-22 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-4657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan M. Carroll updated TS-4657: Assignee: Susan Hinrichs > SNI hook sends hook ID for events > - > >

[jira] [Updated] (TS-4648) Repeated DNS timeouts with an unresponsive server

2016-08-22 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-4648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-4648: --- Summary: Repeated DNS timeouts with an unresponsive server (was: repeated DNS timeouts with an unresponsive

[jira] [Commented] (TS-2583) Invalid argument for option '-m when compiling with Intel compilers

2016-08-22 Thread Jason Kenny (JIRA)
[ https://issues.apache.org/jira/browse/TS-2583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431468#comment-15431468 ] Jason Kenny commented on TS-2583: - icc going to use it if it can without you asking. The issue with gcc was

[jira] [Updated] (TS-4618) Still in priority queue after closing the stream

2016-08-22 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-4618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-4618: --- Summary: Still in priority queue after closing the stream (was: Stil in priority queue after closing the

[jira] [Resolved] (TS-4726) Assert in ProxyClientTransaction::release with h2spec (4.3)

2016-08-22 Thread Susan Hinrichs (JIRA)
[ https://issues.apache.org/jira/browse/TS-4726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Susan Hinrichs resolved TS-4726. Resolution: Fixed Fix merged > Assert in ProxyClientTransaction::release with h2spec (4.3) >

[jira] [Updated] (TS-4532) Static type checking for time units

2016-08-22 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-4532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-4532: --- Summary: Static type checking for time units (was: static type checking for time units) > Static type checking

[jira] [Commented] (TS-2583) Invalid argument for option '-m when compiling with Intel compilers

2016-08-22 Thread James Peach (JIRA)
[ https://issues.apache.org/jira/browse/TS-2583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15431482#comment-15431482 ] James Peach commented on TS-2583: - The argument should only be added if 128bit CAS fails, so something causes

[jira] [Updated] (TS-4434) Can't start ATS when v6 enabled but not configured on interface

2016-08-22 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-4434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call updated TS-4434: --- Assignee: Leif Hedstrom > Can't start ATS when v6 enabled but not configured on interface >

[jira] [Assigned] (TS-4532) static type checking for time units

2016-08-22 Thread Alan M. Carroll (JIRA)
[ https://issues.apache.org/jira/browse/TS-4532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan M. Carroll reassigned TS-4532: --- Assignee: Alan M. Carroll > static type checking for time units >

[jira] [Closed] (TS-4756) traffic_manager now always dies when traffic_server dies

2016-08-22 Thread Bryan Call (JIRA)
[ https://issues.apache.org/jira/browse/TS-4756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Call closed TS-4756. -- Resolution: Duplicate Fix Version/s: (was: 7.0.0) > traffic_manager now always dies when traffic_server

  1   2   3   >