jenkins-bot has submitted this change and it was merged.
Change subject: Reenable regexes now that we've fixed the plugin
......................................................................
Reenable regexes now that we've fixed the plugin
Before late last night San Francisco time it was possible to send regexes
that could consume all the memory on an Elasticsearch node. Now we've
finished rolling out a plugin update that makes that impossible.
A quick note on order of operations: to make sure there isn't any time
where regexes can still overwhelm the system sync CirrusSearch-common.php
first.
Bug 72894
Change-Id: Id01271785d3d2e0554296b6df4acfb56c139a810
---
M wmf-config/CirrusSearch-common.php
M wmf-config/CirrusSearch-production.php
2 files changed, 1 insertion(+), 2 deletions(-)
Approvals:
Manybubbles: Looks good to me, approved
jenkins-bot: Verified
diff --git a/wmf-config/CirrusSearch-common.php
b/wmf-config/CirrusSearch-common.php
index 481d9b9..81f6641 100644
--- a/wmf-config/CirrusSearch-common.php
+++ b/wmf-config/CirrusSearch-common.php
@@ -57,7 +57,7 @@
$wgCirrusSearchWikimediaExtraPlugin = array(
'regex' => array(
'build',
- // 'use', - disabled on suspicion of causing issues
+ 'use',
),
);
diff --git a/wmf-config/CirrusSearch-production.php
b/wmf-config/CirrusSearch-production.php
index 4ed742b..0ae8923 100644
--- a/wmf-config/CirrusSearch-production.php
+++ b/wmf-config/CirrusSearch-production.php
@@ -10,7 +10,6 @@
);
$wgCirrusSearchConnectionAttempts = 3;
-$wgCirrusSearchEnableRegex = false;
$wgCirrusSearchBackup['backups'] = array(
'type' => 'swift',
--
To view, visit https://gerrit.wikimedia.org/r/172991
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Id01271785d3d2e0554296b6df4acfb56c139a810
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Manybubbles <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Manybubbles <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits