jenkins-bot has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/358926 )
Change subject: parsercache: Switchover pc1004 and pc2004 to db1096 and db2072
......................................................................
parsercache: Switchover pc1004 and pc2004 to db1096 and db2072
In order to solve parsercache issue, failover the first of the
server pairs to some large servers. While these have been
replicating for some hours from the original servers, they are
mostly empty, which can lead to some performance issues.
However, this would be the same effect if 1 server would fail-
the other 2 should be able to substain most of the traffic. Let's
try failing one and see the load it takes- if it is too much, the
HA system is broken anyway.
Bug: T167567
Change-Id: I2b3c0c7ced71291bf77388a888deb2f34027e78a
---
M wmf-config/db-codfw.php
M wmf-config/db-eqiad.php
2 files changed, 8 insertions(+), 2 deletions(-)
Approvals:
Marostegui: Looks good to me, but someone else must approve
jenkins-bot: Verified
Jcrespo: Looks good to me, approved
Volans: Looks good to me, but someone else must approve
diff --git a/wmf-config/db-codfw.php b/wmf-config/db-codfw.php
index befbbba..9daa6e6 100644
--- a/wmf-config/db-codfw.php
+++ b/wmf-config/db-codfw.php
@@ -8,7 +8,8 @@
# $wgReadOnly = "Wikimedia Sites are currently read-only during maintenance,
please try again soon.";
$wmgParserCacheDBs = [
- '10.64.0.12' => '10.192.16.170', # pc2004
+# '10.64.0.12' => '10.192.16.170', # pc2004
+ '10.64.0.12' => '10.192.16.37', # db2072, temporary pc2004 T167567
'10.64.32.72' => '10.192.32.128', # pc2005
'10.64.48.128' => '10.192.48.39', # pc2006
];
@@ -487,6 +488,7 @@
'db1092' => '10.64.48.151', # do not remove or comment out
'db1093' => '10.64.48.152', # do not remove or comment out
'db1094' => '10.64.48.153', # do not remove or comment out
+ 'db1096' => '10.64.0.163', # do not remove or comment out
'db1097' => '10.64.48.11', # do not remove or comment out
'db2001' => '10.192.0.4', # do not remove or comment out
'db2002' => '10.192.0.5', # do not remove or comment out
@@ -557,6 +559,7 @@
'db2069' => '10.192.48.21', # do not remove or comment out
'db2070' => '10.192.32.5', # do not remove or comment out
'db2071' => '10.192.0.4', # do not remove or comment out
+ 'db2072' => '10.192.16.37', # do not remove or comment out
'virt1000' => '208.80.154.18', # do not remove or comment out
'silver' => '208.80.154.136', # do not remove or comment out
'labtestweb2001' => '208.80.153.14', # do not remove or comment out
diff --git a/wmf-config/db-eqiad.php b/wmf-config/db-eqiad.php
index 842ec04..b62b2ff 100644
--- a/wmf-config/db-eqiad.php
+++ b/wmf-config/db-eqiad.php
@@ -8,7 +8,8 @@
# $wgReadOnly = "Wikimedia Sites are currently read-only during maintenance,
please try again soon.";
$wmgParserCacheDBs = [
- '10.64.0.12' => '10.64.0.12', # pc1004
+# '10.64.0.12' => '10.64.0.12', # pc1004
+ '10.64.0.12' => '10.64.0.163', # db1096, temporary pc1004 T167567
'10.64.32.72' => '10.64.32.72', # pc1005
'10.64.48.128' => '10.64.48.128', # pc1006
];
@@ -507,6 +508,7 @@
'db1092' => '10.64.48.151', # do not remove or comment out
'db1093' => '10.64.48.152', # do not remove or comment out
'db1094' => '10.64.48.153', # do not remove or comment out
+ 'db1096' => '10.64.0.163', # do not remove or comment out
'db1097' => '10.64.48.11', # do not remove or comment out
'db2001' => '10.192.0.4', # do not remove or comment out
'db2002' => '10.192.0.5', # do not remove or comment out
@@ -577,6 +579,7 @@
'db2069' => '10.192.48.21', # do not remove or comment out
'db2070' => '10.192.32.5', # do not remove or comment out
'db2071' => '10.192.0.4', # do not remove or comment out
+ 'db2072' => '10.192.16.37', # do not remove or comment out
'virt1000' => '208.80.154.18', # do not remove or comment out
'silver' => '208.80.154.136', # do not remove or comment out
'labtestweb2001' => '208.80.153.14', # do not remove or comment out
--
To view, visit https://gerrit.wikimedia.org/r/358926
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I2b3c0c7ced71291bf77388a888deb2f34027e78a
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jcrespo <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Jcrespo <[email protected]>
Gerrit-Reviewer: Marostegui <[email protected]>
Gerrit-Reviewer: Volans <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits