Last modified: 2013-11-22 18:08:16 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 T58222, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 56222 - Wikis get bigger
Wikis get bigger
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
wmf-deployment
All All
: High normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-10-27 17:47 UTC by Sam Reed (reedy)
Modified: 2013-11-22 18:08 UTC (History)
4 users (show)

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


Attachments

Description Sam Reed (reedy) 2013-10-27 17:47:42 UTC
// Use extension1 db for large and medium wikis
'wmgEchoCluster' => array(
	'default' => false,
	'medium' => 'extension1',
	'large' => 'extension1',
	// The following wikis should be using extension1 db but started with
	// the application main database, stick with the current setting
	'mediawikiwiki' => false,
	'metawiki' => false,
	'officewiki' => false,
),


We've got a "problem", wikis get bigger. It would seem I upset a few of them earlier this week (not knowing that anything like this depended on the size lists) - https://github.com/wikimedia/operations-mediawiki-config/commit/0ee8c95ab6cd0ad764982881d775a23f3f698b97#diff-32285bf4316ad70244851ab826ae3f07 . Previously it was used as a simple metric whether we run maintenance scripts on them or not.

4 wikis moved from small to medium. Which means they changed from not using the Echo cluster, to using it. Which caused dberrors because the database and/or tables didn't exist. I've fixed that now, but maintaining this list of "exceptions" is somewhat technical debt.

Tables and database are easily created, data isn't migrated so easily. Does it need to be?

What should we doing in these cases?
Comment 1 bsitu 2013-10-28 17:17:10 UTC
There is not an easy way to do it, maybe we should just switch to extension1 db for all the small wikis
Comment 2 Andre Klapper 2013-11-22 15:39:13 UTC
I'd love to see some ideas / discussion moving forward at least to agree on a plan.

Greg?
Comment 3 bsitu 2013-11-22 18:08:16 UTC
This has been fixed already, all wikis were migrated to extension1 db

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


Navigation
Links