You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by iv...@apache.org on 2015/11/23 15:22:33 UTC

svn commit: r1715831 - /subversion/branches/1.9.x/STATUS

Author: ivan
Date: Mon Nov 23 14:22:33 2015
New Revision: 1715831

URL: http://svn.apache.org/viewvc?rev=1715831&view=rev
Log:
* STATUS: Nominate r1715793 for backport.

Modified:
    subversion/branches/1.9.x/STATUS

Modified: subversion/branches/1.9.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.9.x/STATUS?rev=1715831&r1=1715830&r2=1715831&view=diff
==============================================================================
--- subversion/branches/1.9.x/STATUS (original)
+++ subversion/branches/1.9.x/STATUS Mon Nov 23 14:22:33 2015
@@ -134,6 +134,18 @@ Candidate changes:
    Votes:
      +1: rhuijben, gstein
 
+ * r1715793
+   Do not read TXN props on every svn_fs_txn_open() call in libsvn_fs_fs: FSFS
+   doesn't use transaction_t.proplist (and never used). This code seems to
+   inherited from BDB.
+   Justification:
+     It's not regression, but it's obvious removal of dead code that is
+     responsible for about 5% of I/O operations when running testsuite over
+     http:// protocol on Windows, because mod_dav_svn opens TXN for every
+     request on transaction.
+   Votes:
+     +1: ivan
+
 Veto-blocked changes:
 =====================