Last modified: 2013-03-01 14:21:18 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T47380, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 45380 - Clear specific user's watchlist that is too large to load (HTTP Error 500)
Clear specific user's watchlist that is too large to load (HTTP Error 500)
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Site requests (Other open bugs)
wmf-deployment
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
http://en.wikipedia.org/w/index.php?t...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-02-25 20:58 UTC by MBisanz
Modified: 2013-03-01 14:21 UTC (History)
6 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description MBisanz 2013-02-25 20:58:24 UTC
Please clear the watchlist of user Carlossuarez46 at en.wp because it has become too large for him to load the page and edit it. See http://en.wikipedia.org/w/index.php?title=Wikipedia:Village_pump_%28technical%29&oldid=540347817#Cannot_edit_watchlist
Comment 1 Sam Reed (reedy) 2013-02-28 00:12:43 UTC
mysql:wikiadmin@db1017 [enwiki]> select count(*) from watchlist where wl_user=23407;
+----------+
| count(*) |
+----------+
|   221044 |
+----------+
1 row in set (0.12 sec)


Seriously?


mysql:wikiadmin@db1017 [enwiki]> delete from watchlist where wl_user=23407;
Query OK, 221044 rows affected (1 min 53.68 sec)

mysql:wikiadmin@db1017 [enwiki]> select count(*) from watchlist where wl_user=23407;
+----------+
| count(*) |
+----------+
|        0 |
+----------+
1 row in set (0.07 sec)

mysql:wikiadmin@db1017 [enwiki]>
Comment 2 Jarek Tuszynski 2013-02-28 15:38:43 UTC
Can you also do the same for Jarekt on Commons. I am also unable to edit my watchlist.
Comment 3 Andre Klapper 2013-02-28 18:40:55 UTC
For future reference, please file a separate request to track, otherwise this specific bug report would never be closed.
Comment 4 Jarek Tuszynski 2013-03-01 14:21:18 UTC
Max Semenik cleared my watchlist on Commons

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links