Page MenuHomePhabricator

Add functionality to specify which server a page is served by
Closed, DeclinedPublic

Description

I think it'd be nice if a URL parameter (or some other means) could control which server a page is served by. On Wikimedia wikis, sometimes there's a specific server that's problematic, and as far as I know, there isn't any way currently to tell the servers (or MediaWiki) to use a particular server when outputting a page. This can make debugging more difficult.


Version: unspecified
Severity: enhancement

Details

Reference
bz27752

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:26 PM
bzimport set Reference to bz27752.
bzimport added a subscriber: Unknown Object (MLST).

At the bottom of every page, there is:

mw.config.set({"wgBackendResponseTime":139,"wgHostname":"mw1241"});

That allows you to figure out which server you hit, but not specify a specific one.

MZMcBride claimed this task.

This task probably isn't resolvable. The cost in setting up such a system probably isn't worth the benefit and it would probably leave us more open to attacks.