Gehel has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/374341 )
Change subject: role::elasticsearch::(cirrus|relforge): move to the future parser ...................................................................... role::elasticsearch::(cirrus|relforge): move to the future parser Bug: T171704 Change-Id: If2bc6cc17cd7bf4894a09a1d3f284f644c224571 --- M hieradata/role/common/elasticsearch/cirrus.yaml M hieradata/role/common/elasticsearch/relforge.yaml 2 files changed, 6 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/41/374341/1 diff --git a/hieradata/role/common/elasticsearch/cirrus.yaml b/hieradata/role/common/elasticsearch/cirrus.yaml index 805da53..2871ede 100644 --- a/hieradata/role/common/elasticsearch/cirrus.yaml +++ b/hieradata/role/common/elasticsearch/cirrus.yaml @@ -30,3 +30,6 @@ # We have seen (T169498) servers completely exhaust their CPU though, so setting # this to match cpu counts to prevent overcommit of CPU resources. profile::elasticsearch::search_thread_pool_executors: 32 + +# Use the future parser here +profile::base::environment: "future" diff --git a/hieradata/role/common/elasticsearch/relforge.yaml b/hieradata/role/common/elasticsearch/relforge.yaml index 831e73c..4957b8b 100644 --- a/hieradata/role/common/elasticsearch/relforge.yaml +++ b/hieradata/role/common/elasticsearch/relforge.yaml @@ -26,3 +26,6 @@ # We have seen (T169498) servers completely exhaust their CPU though, so setting # this to match cpu counts to prevent overcommit of CPU resources. profile::elasticsearch::search_thread_pool_executors: 32 + +# Use the future parser here +profile::base::environment: "future" -- To view, visit https://gerrit.wikimedia.org/r/374341 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If2bc6cc17cd7bf4894a09a1d3f284f644c224571 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Gehel <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
