[Bug 27228] Fix stupid working copy locking bug

2011-12-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27228

Tim Starling  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Tim Starling  2011-12-08 00:59:22 
UTC ---
Should be fixed now with the new file locking thing in cron.php. I haven't seen
any more reports. Getting rid of NFS completely can wait for bug 27812.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 27228] Fix stupid working copy locking bug

2011-02-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27228

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Normal  |Low
 CC||m...@everybody.org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 27228] Fix stupid working copy locking bug

2011-02-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27228

--- Comment #1 from Tim Starling  2011-02-07 23:40:14 
UTC ---
I'm not exactly sure why this happens. But Subversion's locking system is
probably broken due to the fact that the working copy is on NFS. So one
possibility is that the svn up from the cron job runs at the same time as the
svn up from xinetd, and that this breaks the working copy. 

The solution is to make ExtensionDistributor not use NFS, which is desired
anyway for operations reasons. Also the use of xinet was probably not ideal
since it is the only thing in the cluster that uses it. It would be better if
it were rewritten to do everything using internal web services. A web service
could provide a frontend to a tarball storage system and Subversion proxy.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l