You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2013/07/13 18:15:49 UTC

svn commit: r1502814 - /subversion/branches/1.8.x/STATUS

Author: rhuijben
Date: Sat Jul 13 16:15:49 2013
New Revision: 1502814

URL: http://svn.apache.org/r1502814
Log:
* STATUS: Nominate r1502811 group for 1.8.2

Modified:
    subversion/branches/1.8.x/STATUS

Modified: subversion/branches/1.8.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/STATUS?rev=1502814&r1=1502813&r2=1502814&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Sat Jul 13 16:15:49 2013
@@ -112,6 +112,20 @@ Candidate changes:
      +1: ivan, philip (without r1502674)
      -0: gstein
 
+ * r1468980, r1478987, r1502811
+   Reduce the number of ra sessions for automatic merge calculations to two.
+   Justification:
+     10 concurrent ra sessions open to a single server at the same time breaks
+     in certain setups (e.g. xinetd svnserve), while we really don't need this
+     many. Opening ra session is still a performance killer in all other
+     scenarios, so reducing the number of sessions is a good thing.
+   Notes:
+     r1468980 is a small performance tweak needed for a clean merge.
+     r1478987 removes a common ra session.
+     r1502811 avoids all ra session creations via svn_client__mergeinfo_log.
+   Votes:
+     +1: rhuijben (for 1.8.2)
+
 Veto-blocked changes:
 =====================