You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2012/03/20 05:35:51 UTC

git commit: Add two proposals for backport: TS-1114 and possibly related TS-857 race.

Updated Branches:
  refs/heads/3.0.x aded6c18b -> f21ef08f0


Add two proposals for backport: TS-1114 and possibly related TS-857 race.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/f21ef08f
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/f21ef08f
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/f21ef08f

Branch: refs/heads/3.0.x
Commit: f21ef08f04827b27e4c83bcd382be40656fcfc53
Parents: aded6c1
Author: jplevyak@apache.org <jp...@apache.org>
Authored: Mon Mar 19 21:35:11 2012 -0700
Committer: John Plevyak <jp...@acm.org>
Committed: Mon Mar 19 21:35:11 2012 -0700

----------------------------------------------------------------------
 STATUS |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f21ef08f/STATUS
----------------------------------------------------------------------
diff --git a/STATUS b/STATUS
index 11f3a53..a32c523 100644
--- a/STATUS
+++ b/STATUS
@@ -69,6 +69,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    Jira: https://issues.apache.org/jira/browse/TS-1109
    +1: zym
 
+  *) crash from access to CacheVC::write_vector without vol lock.
+   master SHA: f51778f70df68271b5073a1c5fbb8cd384784999
+   Jira: https://issues.apache.org/jira/browse/TS-1114
+   +1: jplevyak
+
+  *) race condition UnixNetVConnection::mainEvent() when handling
+     an inactivity timeout
+   master SHA: b1f2e984379d6dc11cb70136ba33d46527a317d3
+   Jira: https://issues.apache.org/jira/browse/TS-857
+   +1: jplevyak
+
 STALLED ISSUES
 
   *) IOCORE: Fix for cross thread closing of VCs.