Page MenuHomePhabricator
Paste P8827

(An Untitled Masterwork)
ActivePublic

Authored by CDanis on Jul 30 2019, 3:07 PM.
Tags
None
Referenced Files
F29907050: raw.txt
Jul 30 2019, 3:07 PM
Subscribers
None
cdanis@deployment-mediawiki-07:/var/log$ mwscript eval.php enwiki
> print_r($wgLBFactoryConf);
Array
(
[class] => LBFactoryMulti
[sectionsByDB] => Array
(
)
[sectionLoads] => Array
(
[DEFAULT] => Array
(
[deployment-db05] => 0
[deployment-db06] => 400
)
)
[serverTemplate] => Array
(
[dbname] => enwiki
[user] => wikiadmin
[password] => fdgaggrehresjarejas
[type] => mysql
[flags] => 16
[max lag] => 300
)
[hostsByName] => Array
(
[deployment-db05] => 172.16.5.170:3306
[deployment-db06] => 172.16.4.147:3306
)
[externalLoads] => Array
(
[cluster1] => Array
(
[172.16.5.170:3306] => 1
[172.16.4.147:3306] => 3
)
[flow_cluster1] => Array
(
[172.16.5.170:3306] => 1
[172.16.4.147:3306] => 3
)
[extension1] => Array
(
[172.16.5.170:3306] => 1
[172.16.4.147:3306] => 3
)
)
[templateOverridesByCluster] => Array
(
[cluster1] => Array
(
[blobs table] => blobs1
)
[flow_cluster1] => Array
(
[blobs table] => blobs_flow1
)
)
)