Manybubbles has uploaded a new change for review.
https://gerrit.wikimedia.org/r/172991
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(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/91/172991/1
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: newchange
Gerrit-Change-Id: Id01271785d3d2e0554296b6df4acfb56c139a810
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Manybubbles <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits