[Bug 11402] Deleting of pages with high number of revisions makes server cry

2014-09-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11402

Sumana Harihareswara  changed:

   What|Removed |Added

   Keywords||performance
 CC|suma...@wikimedia.org   |

-- 
You are receiving this mail because:
You are the assignee for the bug.
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 11402] Deleting of pages with high number of revisions makes server cry

2013-12-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11402

--- Comment #17 from Nathan Larson  ---
See cases #3, #4, and #5 at bug 58986 for examples of why revision.rev_page may
sometimes need to be changed after this system is implemented.

-- 
You are receiving this mail because:
You are the assignee for the bug.
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 11402] Deleting of pages with high number of revisions makes server cry

2013-12-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11402

Nathan Larson  changed:

   What|Removed |Added

 Depends on||18493

-- 
You are receiving this mail because:
You are the assignee for the bug.
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 11402] Deleting of pages with high number of revisions makes server cry

2013-12-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11402

Nathan Larson  changed:

   What|Removed |Added

 CC||nathanlarson3...@gmail.com

--- Comment #16 from Nathan Larson  ---
I'm working on a prototype that implements the "new table" option.
https://www.mediawiki.org/wiki/Requests_for_comment/Page_deletion I got away
from the "archive" terminology altogether and named the new table
"deleted_page".

If we keep revision.rev_page the same when the page is deleted and then
undeleted, that works fine, as long as *all* the revisions are undeleted.
However, suppose we only want to undelete one of the revisions for page 1. That
won't work because as soon as we delete the deleted_page row for page 1, and
add the page row for page 1, then all the revisions with rev_page 1 will be
restored. MediaWiki won't be able to tell them apart (although it would work if
page 1 were deleted, then recreated as page 2, and then some of the revisions
from the still-deleted page 1 were restored into page 2, because then rev_page
on the still-deleted revisions would still be 1, and there would still be a
page_deleted row for page 1.)

There needs to be some way of differentiating deleted revisions from undeleted
revisions with the same rev_page. Should revision.rev_deleted be set to 7 for
those, or should we have a new constant? E.g., should we set const DELETED_PAGE
= 16; in Revision.php and use that to indicate that the whole page was deleted
and only some deletions were restored?

Setting rev_deleted to 7 seems more aligned with the goals of backward
compatibility and merging the deletion and revisiondeletion systems.

-- 
You are receiving this mail because:
You are the assignee for the bug.
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 11402] Deleting of pages with high number of revisions makes server cry

2013-01-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11402

Andre Klapper  changed:

   What|Removed |Added

Version|unspecified |1.20.0

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 11402] Deleting of pages with high number of revisions makes server cry

2013-01-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11402

Andre Klapper  changed:

   What|Removed |Added

 CC||rainerril...@hotmail.com

--- Comment #15 from Andre Klapper  ---
*** Bug 40174 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 11402] Deleting of pages with high number of revisions makes server cry

2012-01-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11402

Rob Lanphier  changed:

   What|Removed |Added

   Priority|Normal  |Low
 CC||ro...@wikimedia.org
 AssignedTo|aschulz4...@gmail.com   |wikibugs-l@lists.wikimedia.
   ||org

--- Comment #14 from Rob Lanphier  2012-01-06 19:27:34 UTC 
---
This is a low priority item, we think.  I'm unassigning from Aaron as he hasn't
worked on this in a while, and won't have time to update the patch in the near
future.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
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 11402] Deleting of pages with high number of revisions makes server cry

2011-09-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11402

Sumana Harihareswara  changed:

   What|Removed |Added

   Keywords||need-review
 CC||suma...@panix.com

--- Comment #13 from Sumana Harihareswara  2011-09-30 
15:28:25 UTC ---
Aaron, you could now update your patch & commit it yourself, if it's still good
& needed. :-)

-- 
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 11402] Deleting of pages with high number of revisions makes server cry

2011-03-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11402

p858snake  changed:

   What|Removed |Added

 Blocks||16012
 Depends on|16012   |

-- 
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 11402] Deleting of pages with high number of revisions makes server cry

2009-01-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11402


Tim Starling  changed:

   What|Removed |Added

 CC||tstarl...@wikimedia.org
   Severity|critical|normal
   Priority|High|Normal




-- 
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 11402] Deleting of pages with high number of revisions makes server cry

2008-12-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11402


Aaron Schulz  changed:

   What|Removed |Added

 Depends on||16012




-- 
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