Author: cmpilato
Date: Thu Jul  1 19:43:19 2010
New Revision: 959761

URL: http://svn.apache.org/viewvc?rev=959761&view=rev
Log:
Propose r959760 for backport to 1.6.x.

Modified:
    subversion/branches/1.6.x/STATUS

Modified: subversion/branches/1.6.x/STATUS
URL: 
http://svn.apache.org/viewvc/subversion/branches/1.6.x/STATUS?rev=959761&r1=959760&r2=959761&view=diff
==============================================================================
--- subversion/branches/1.6.x/STATUS (original)
+++ subversion/branches/1.6.x/STATUS Thu Jul  1 19:43:19 2010
@@ -157,6 +157,17 @@ Candidate changes:
    Votes:
      +1: cmpilato
 
+ * r959760
+   Fix the FSFS lock deletion code to properly clean up lock information
+   instead of allowing stale lock data to remain indefinitely.
+   Justification:
+     Today, FSFS repositories that make use of user locks will consume
+     unnecessary disk space and incur unnecessary processing penalties
+     due to stale lock information (which is, thankfully, ignored as
+     irrelevant rather than escalated as an error condition).
+   Votes:
+     +1: cmpilato
+
 Veto-blocked changes:
 =====================
 


Reply via email to