Last modified: 2013-04-08 17:49:52 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 T47830, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 45830 - Separate slow-parse into public and private files
Separate slow-parse into public and private files
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Unprioritized normal with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-03-07 08:38 UTC by Matthew Flaschen
Modified: 2013-04-08 17:49 UTC (History)
9 users (show)

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


Attachments

Description Matthew Flaschen 2013-03-07 08:38:27 UTC
Use a separate slow-parse file (slow-parse-private) for private WMF wikis.

This is a blocker for https://gerrit.wikimedia.org/r/#/c/49678/, which should allow the community to help deal with slow-parsing pages.
Comment 1 Nemo 2013-03-07 08:44:45 UTC
MaxSem:
> Just filtering blacklisted wiki names is dangerous, as people will forget to
> update such blacklist when adding a new private wiki.

So it should rely on private.dblist, I suppose.
Comment 2 Matthew Flaschen 2013-03-07 08:46:25 UTC
The safest way is for the public slow-parse file to use a whitelist of public wikis.  But there are probably other workable ways to do it.
Comment 3 Platonides 2013-03-07 10:08:10 UTC
It's as simple as an InitialiseSettings.php config entry like:

'wmgSlowParseFile' => array(
   'default' => "/my/public/location.log',
   'private' => "/do/not/tell/anyone.log',
  )
),
Comment 4 Platonides 2013-03-07 10:14:12 UTC
https://gerrit.wikimedia.org/r/52608
Comment 5 Hydriz Scholz 2013-03-07 12:06:02 UTC
I am not 100% sure of the UDP logs, but you might need to change the UDP settings to accept the new log file maybe?
Comment 7 Ori Livneh 2013-03-09 01:48:56 UTC
(In reply to comment #4)
> https://gerrit.wikimedia.org/r/52608

Merged & synced.
Comment 8 Andre Klapper 2013-04-08 14:49:11 UTC
Matt: 
Patch is merged, can this report be closed? If not, what is left to do?
Comment 9 Matthew Flaschen 2013-04-08 17:49:52 UTC
This part is fixed.

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


Navigation
Links