[Bug 56849] Edit conflict detection has regressed and suffers a race condition

2014-06-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849 --- Comment #15 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 134049 merged by jenkins-bot: (bug 56849) Deprecate dangerous edittime-based content update functions https://gerrit.wikimedia.org/r/134049 -- You are

[Bug 56849] Edit conflict detection has regressed and suffers a race condition

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849 --- Comment #11 from Adam Wight s...@ludd.net --- Aha: so the 'redirect' thing was introduced to satisfy bug 24330, but along the way the appendtext or prependtext requirement was lost in implementation, commit 9f025aeb. IMO this is a

[Bug 56849] Edit conflict detection has regressed and suffers a race condition

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849 --- Comment #12 from Adam Wight s...@ludd.net --- @ASchulz: It looks like the CAS logic you suggested has already been implemented, in WikiPage::updateRevisionOn(). I'm trying to provide the $lastRevision param whenever possible, which should

[Bug 56849] Edit conflict detection has regressed and suffers a race condition

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849 --- Comment #13 from Adam Wight s...@ludd.net --- I'm still working on the main patch, but these predecessors are ready for review: https://gerrit.wikimedia.org/r/#/c/133955 (also tracking under bug 24330)

[Bug 56849] Edit conflict detection has regressed and suffers a race condition

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849 --- Comment #14 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 134049 had a related patch set uploaded by Adamw: (bug 56849) Deprecate dangerous edittime-based content update functions https://gerrit.wikimedia.org/r/134049

[Bug 56849] Edit conflict detection has regressed and suffers a race condition

2014-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849 Gerrit Notification Bot gerritad...@wikimedia.org changed: What|Removed |Added Status|ASSIGNED

[Bug 56849] Edit conflict detection has regressed and suffers a race condition

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849 Adam Wight s...@ludd.net changed: What|Removed |Added Status|PATCH_TO_REVIEW |ASSIGNED

[Bug 56849] Edit conflict detection has regressed and suffers a race condition

2014-05-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849 --- Comment #10 from Adam Wight s...@ludd.net --- I came across something disturbing while exploring the oldid fix: apparently, there is a 'redirect' parameter to the edit action that allows a page save to change the contents of the redirected

[Bug 56849] Edit conflict detection has regressed and suffers a race condition

2014-05-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849 --- Comment #9 from Adam Wight s...@ludd.net --- @aklapper: Thanks for linking the related bugs! I'm expanding my earlier patch to clean up oldid handling and implement compare-and-swap as @aschulz suggests. I expect that will resolve bug

[Bug 56849] Edit conflict detection has regressed and suffers a race condition

2014-05-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849 --- Comment #7 from Andre Klapper aklap...@wikimedia.org --- Patch didn't pass jenkins-bot. Anybody planning to pick up the work on this again? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list

[Bug 56849] Edit conflict detection has regressed and suffers a race condition

2014-05-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849 --- Comment #8 from Andre Klapper aklap...@wikimedia.org --- Plus wondering if fixing this would influence bug 53646, bug 53446, bug 42163. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for

[Bug 56849] Edit conflict detection has regressed and suffers a race condition

2014-03-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849 --- Comment #6 from Andre Klapper aklap...@wikimedia.org --- Patch didn't pass jenkins-bot. Anybody planning to pick up the work on this again? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list

[Bug 56849] Edit conflict detection has regressed and suffers a race condition

2014-01-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849 Adam Wight s...@ludd.net changed: What|Removed |Added CC||s...@ludd.net --- Comment

[Bug 56849] Edit conflict detection has regressed and suffers a race condition

2013-12-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849 Jeroen De Dauw jeroen_ded...@yahoo.com changed: What|Removed |Added CC|

[Bug 56849] Edit conflict detection has regressed and suffers a race condition

2013-11-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849 Bartosz DziewoƄski matma@gmail.com changed: What|Removed |Added See Also|

[Bug 56849] Edit conflict detection has regressed and suffers a race condition

2013-11-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849 Aaron Schulz aschulz4...@gmail.com changed: What|Removed |Added CC|

[Bug 56849] Edit conflict detection has regressed and suffers a race condition

2013-11-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849 Andre Klapper aklap...@wikimedia.org changed: What|Removed |Added Priority|Unprioritized |High

[Bug 56849] Edit conflict detection has regressed and suffers a race condition

2013-11-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849 --- Comment #2 from Adam Wight s...@ludd.net --- The solution should go beyond the above patch. Ideally, we remove the cheesy timestamp check and rely entirely on an atomic update attempt. If that fails due to a conflict, perhaps

[Bug 56849] Edit conflict detection has regressed and suffers a race condition

2013-11-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849 Nemo federicol...@tiscali.it changed: What|Removed |Added Status|NEW |PATCH_TO_REVIEW -- You

[Bug 56849] Edit conflict detection has regressed and suffers a race condition

2013-11-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849 Nemo federicol...@tiscali.it changed: What|Removed |Added Status|PATCH_TO_REVIEW |NEW CC|

[Bug 56849] Edit conflict detection has regressed and suffers a race condition

2013-11-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849 --- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 94584 had a related patch set uploaded by Adamw: (bug 56849) Pass true oldid for atomic page save https://gerrit.wikimedia.org/r/94584 -- You are receiving this

[Bug 56849] Edit conflict detection has regressed and suffers a race condition

2013-11-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=56849 Gerrit Notification Bot gerritad...@wikimedia.org changed: What|Removed |Added Status|NEW