Event Timeline
Comment Actions
Who knew that someone imported a zillion pages into beta simplewiki…
A few scripts failed with out-of-memory errors, I will re-run them.
Comment Actions
enwiktionary and metawiki failed with out-of-memory errors, filed T353874 about that.
Comment Actions
I want to stop thinking about this, so:
I found the problematic pages by their page length:
mwscript sql --wiki=metawiki mwscript sql --wiki=enwiktionary
select page_namespace, page_title, page_len from page order by page_len desc limit 10;
Then I edited the problematic pages: https://en.wiktionary.beta.wmflabs.org/wiki/Special:Contributions/Yatu https://meta.wikimedia.beta.wmflabs.org/wiki/Special:Contributions/Yatu
And ran the scripts successfully:
matmarex@deployment-mwmaint02:~$ mwscript DiscussionTools:persistRevisionThreadItems --wiki=enwiktionary --all --current Processing... (estimated 2114 rows) Processed 28 (updated 0) of 2114 rows Finished in 5.4 s
matmarex@deployment-mwmaint02:~$ mwscript DiscussionTools:persistRevisionThreadItems --wiki=metawiki --all --current Processing... (estimated 8516 rows) Processed 100 (updated 0) of 8516 rows --start '["142"]' Processed 200 (updated 0) of 8516 rows --start '["288"]' Processed 300 (updated 0) of 8516 rows --start '["393"]' Processed 400 (updated 0) of 8516 rows --start '["508"]' Processed 500 (updated 0) of 8516 rows --start '["609"]' Processed 600 (updated 0) of 8516 rows --start '["709"]' Processed 700 (updated 0) of 8516 rows --start '["809"]' Processed 800 (updated 45) of 8516 rows --start '["933"]' Processed 900 (updated 144) of 8516 rows --start '["1097"]' Processed 1000 (updated 243) of 8516 rows --start '["1200"]' Processed 1100 (updated 343) of 8516 rows --start '["1304"]' Processed 1200 (updated 442) of 8516 rows --start '["1442"]' Processed 1300 (updated 540) of 8516 rows --start '["1571"]' Processed 1400 (updated 633) of 8516 rows --start '["1689"]' Processed 1500 (updated 732) of 8516 rows --start '["1791"]' Processed 1600 (updated 831) of 8516 rows --start '["1896"]' Processed 1700 (updated 923) of 8516 rows --start '["2005"]' Processed 1800 (updated 1023) of 8516 rows --start '["2109"]' Processed 1900 (updated 1122) of 8516 rows --start '["2209"]' Processed 2000 (updated 1222) of 8516 rows --start '["2309"]' Processed 2100 (updated 1322) of 8516 rows --start '["2409"]' Processed 2200 (updated 1422) of 8516 rows --start '["2510"]' Processed 2300 (updated 1522) of 8516 rows --start '["2611"]' Processed 2400 (updated 1622) of 8516 rows --start '["2711"]' Processed 2500 (updated 1721) of 8516 rows --start '["2812"]' Processed 2600 (updated 1821) of 8516 rows --start '["2913"]' Processed 2700 (updated 1921) of 8516 rows --start '["3043"]' Processed 2800 (updated 2021) of 8516 rows --start '["3143"]' Processed 2900 (updated 2121) of 8516 rows --start '["3243"]' Processed 3000 (updated 2221) of 8516 rows --start '["3343"]' Processed 3100 (updated 2321) of 8516 rows --start '["3443"]' Processed 3200 (updated 2421) of 8516 rows --start '["3543"]' Processed 3300 (updated 2521) of 8516 rows --start '["3643"]' Processed 3400 (updated 2621) of 8516 rows --start '["3743"]' Processed 3500 (updated 2721) of 8516 rows --start '["3843"]' Processed 3600 (updated 2821) of 8516 rows --start '["3943"]' Processed 3700 (updated 2921) of 8516 rows --start '["4043"]' Processed 3800 (updated 3021) of 8516 rows --start '["4143"]' Processed 3900 (updated 3121) of 8516 rows --start '["4243"]' Processed 4000 (updated 3221) of 8516 rows --start '["4344"]' Processed 4100 (updated 3321) of 8516 rows --start '["4444"]' Processed 4200 (updated 3421) of 8516 rows --start '["4546"]' Processed 4300 (updated 3521) of 8516 rows --start '["4646"]' Processed 4400 (updated 3619) of 8516 rows --start '["4747"]' Processed 4500 (updated 3719) of 8516 rows --start '["4847"]' Processed 4600 (updated 3819) of 8516 rows --start '["4947"]' Processed 4700 (updated 3919) of 8516 rows --start '["5047"]' Processed 4800 (updated 4019) of 8516 rows --start '["5147"]' Processed 4900 (updated 4119) of 8516 rows --start '["5247"]' Processed 5000 (updated 4219) of 8516 rows --start '["5347"]' Processed 5100 (updated 4319) of 8516 rows --start '["5447"]' Processed 5200 (updated 4419) of 8516 rows --start '["5547"]' Processed 5300 (updated 4457) of 8516 rows --start '["6802"]' Processed 5400 (updated 4467) of 8516 rows --start '["9307"]' Processed 5415 (updated 4467) of 8516 rows Finished in 16 min 50 s