[jira] [Updated] (TS-4804) Incorrect write.vio.ndone

2016-09-01 Thread Leif Hedstrom (JIRA)
[ https://issues.apache.org/jira/browse/TS-4804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leif Hedstrom updated TS-4804: -- Backport to Version: 6.2.1 > Incorrect write.vio.ndone > - > >

[jira] [Updated] (TS-4804) Incorrect write.vio.ndone

2016-09-01 Thread Leif Hedstrom (JIRA)
[ https://issues.apache.org/jira/browse/TS-4804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leif Hedstrom updated TS-4804: -- Assignee: Oknet Xu > Incorrect write.vio.ndone > - > > Key:

[GitHub] trafficserver issue #952: TS-4804: Add r into total_written only if r > 0

2016-09-01 Thread zwoop
Github user zwoop commented on the issue: https://github.com/apache/trafficserver/pull/952 Interesting. How does this manifest itself? Is it possible that r is < 0, and we go negative? --- If your project is set up for it, you can reply to this email and have your reply appear on

[jira] [Work logged] (TS-4804) Incorrect write.vio.ndone

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

[jira] [Commented] (TS-4195) out of traffic_manager causes a double free in traffic_server

2016-09-01 Thread Dimitry Andric (JIRA)
[ https://issues.apache.org/jira/browse/TS-4195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15455447#comment-15455447 ] Dimitry Andric commented on TS-4195: For me, this starts occurring after [commit

[jira] [Work logged] (TS-4804) Incorrect write.vio.ndone

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

[GitHub] trafficserver pull request #952: TS-4804: Add r into total_written only if r...

2016-09-01 Thread oknet
GitHub user oknet opened a pull request: https://github.com/apache/trafficserver/pull/952 TS-4804: Add r into total_written only if r > 0 You can merge this pull request into a Git repository by running: $ git pull https://github.com/oknet/trafficserver TS-4804 Alternatively

[jira] [Created] (TS-4804) Incorrect write.vio.ndone

2016-09-01 Thread Oknet Xu (JIRA)
Oknet Xu created TS-4804: Summary: Incorrect write.vio.ndone Key: TS-4804 URL: https://issues.apache.org/jira/browse/TS-4804 Project: Traffic Server Issue Type: Bug Components: Core

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

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

[GitHub] trafficserver issue #831: TS-4475: Log Collation Client SM, added VC_EVENT_I...

2016-09-01 Thread oknet
Github user oknet commented on the issue: https://github.com/apache/trafficserver/pull/831 @zwoop @pbchou Looks good to me! --- 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-4475) Crash in Log-Collation client after using inactivity-cop.

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

[GitHub] trafficserver pull request #831: TS-4475: Log Collation Client SM, added VC_...

2016-09-01 Thread oknet
Github user oknet commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/831#discussion_r77137573 --- Diff: doc/admin-guide/files/records.config.en.rst --- @@ -2703,6 +2703,14 @@ Logging Configuration The number of seconds between

[jira] [Work logged] (TS-4470) ASAN stack-buffer-overflow when slow log is enabled

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

[GitHub] trafficserver pull request #721: TS-4470: ASAN stack-buffer-overflow when sl...

2016-09-01 Thread oknet
Github user oknet commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/721#discussion_r77122696 --- Diff: proxy/http/HttpSM.cc --- @@ -6890,7 +6890,8 @@ HttpSM::update_stats() int offset = 0; int skip = 0; -

[jira] [Work logged] (TS-4522) Should signal SM with EVENT_ERROR on error in write_to_net_io(), EVENT_EOS only signaled from read_from_net()

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

[GitHub] trafficserver issue #701: TS-4522: Should signal SM with EVENT_ERROR on erro...

2016-09-01 Thread oknet
Github user oknet commented on the issue: https://github.com/apache/trafficserver/pull/701 Copy bug in load_buffer_and_write() if 0 returned from write() or writev(). --- 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-4705) Proposal: NetVC Context

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

[GitHub] trafficserver issue #753: TS-4705: Proposal: NetVC Context

2016-09-01 Thread oknet
Github user oknet commented on the issue: https://github.com/apache/trafficserver/pull/753 Depend on @jpeach's suggestion: - the return type of set_context is void now. - add ink_assert inside set_context() Also: - set NET_VCONNECTION_UNSET to 0 in the enum

<    1   2   3