⚓ T308676 Elasticsearch 7.10.2 rollout plan
Page Menu
Phabricator
Create Task
Maniphest
T308676
Elasticsearch 7.10.2 rollout plan
Closed, Resolved
Public
Actions
Edit Task
Edit Related Tasks...
Create Subtask
Edit Parent Tasks
Edit Subtasks
Merge Duplicates In
Close As Duplicate
Edit Related Objects...
Edit Commits
Edit Mocks
Mute Notifications
Protect as security issue
Assigned To
EBernhardson
Authored By
dcausse
May 18 2022, 2:17 PM
2022-05-18 14:17:14 (UTC+0)
Tags
CirrusSearch
(Inbox)
Discovery-Search (Current work)
(Needs Reporting)
Patch-For-Review
MW-1.39-notes (1.39.0-wmf.28; 2022-09-05)
Referenced Files
None
Subscribers
Aklapper
bd808
bking
dcausse
Gehel
Izno
kostajh
Description
Prerequisites:
T306422
: translatewiki.net is upgraded to elasticsearch 6.8.23 and all its indices have been recreated using this elasticsearch version
T289135
: all elasticsearch nodes are re-imaged with bullseye
T301131
: elasticsearch analyzers are tested and no blockers are found
T218994
: no more deprecation warnings are reported
check that all indices hosted on all wmf elasticsearch clusters are reindexed with elasticsearch 6
T307931
all cindy tests are passing on the es710 branch
The cirrus master branch is able to write to and create indices against elasticsearch 7.10.2 (
The cirrus es710 branch is able to write to and create indices against elasticsearch 6.8.23 (
Prepare a patch to mw-config able to switch all search traffic (search/morelike/ttm) to one specific DC depending on the current mw version (e.g.
) and active any BC option required (e.g. using ES6CompatTransportWrapper) - patch at
T313434
: ApiFeatureUsage is prepared for transition
relforge is running elasticsearch 7.10.2
All cirrus indices in prod clusters have mapping type of _doc
Schedule:
Starting week: Aug 29, 2022
Train version: Expecting 1.39.0-wmf.28 with branch cut on Sept 5.
Once all prerequisites are verified define the week starting date for the rollout:
Plan:
Week 1
Monday: Upgrade cloudelastic to elasticsearch 7.10.2 and verify that updates are flowing properly
Tuesday: Merge
apifeatureusage prep
. Start the rollout on codfw and monitor updates
After
the branch cut, merge:
Merge the es710 branch into master in vendor, CirrusSearch, and Elastica repositories
Note the mediawiki version they'll land into and update the mw-config patch (
) with it
Add these patches as risky in a comment to the corresponding
deployment blockers
phab task
Soon after merging upgrade deployment-prep to elasticsearch 7.10.2 and verify search functions/error logs
Once codfw is fully upgraded deploy the mw-config patch to switch search traffic based on the mw train version
Week 2
Wait for the train to rollout everywhere and verify search functions/error logs, search traffic will start flowing to codfw as the train rolls forward, be available to releng when syncing wiki groups
Week 3 (after the expected train version is running everywhere and unlikely to be rolled back)
Upgrade eqiad to elasticsearch 7.10.2
Rebuild completion indices in eqiad
Revert the mw-config patch to switch traffic back to eqiad (
Merge
apifeatureusage template
Things to watch out:
CirrusSearch maintenance scripts: completion suggester, dump index, saneitizer
Details
Related Changes in Gerrit:
Subject
Repo
Branch
Lines +/-
elastic: fix string concatenation
operations/cookbooks
master
+4
-4
elastic: no more /root/allow_es7
operations/cookbooks
master
+0
-3
elastic: don't block on /root/allow_es7 existing
operations/puppet
production
+0
-1
opensearch: replace outdated config
operations/puppet
production
+2
-2
Revert "cirrus: Handle transition to elasticsearch 7.10"
operations/mediawiki-config
master
+31
-87
Relax elasticsearch master node detection
operations/puppet
production
+1
-1
Upgrade to Elastica 7.1.5
mediawiki/vendor
master
+63 K
-52 K
Merge remote-tracking branch 'gerrit/es710' into es710
mediawiki/extensions/CirrusSearch
master
+358
-138
Switch to Elastica 7.1.5 [re-apply]
mediawiki/extensions/Elastica
master
+3
-3
Merge remote-tracking branch 'gerrit/es710' into es710
mediawiki/extensions/CirrusSearch
es710
+358
-138
elastic: use correct systemd command
operations/cookbooks
master
+2
-2
elastic: no need to run puppet during es 7 upgrade
operations/cookbooks
master
+0
-5
elastic: don't start es7 unit until we tell it
operations/puppet
production
+1
-0
elastic: use our jvm not elasticsearch's jvm
operations/puppet
production
+7
-3
elastic: es7 removed bulk threadpool
operations/puppet
production
+1
-1
elastic: clear old es_6 resources during upgrade
operations/cookbooks
master
+24
-1
Show related patches
Customize query in gerrit
Related Objects
Search...
Task Graph
Mentions
Status
Subtype
Assigned
Task
Resolved
None
T248925
Make MediaWiki release tarball compatible with PHP 8.0
Resolved
Jdforrester-WMF
T300463
Make PHP 8.0 voting on MW master
Resolved
None
T283275
Make MW master tests pass on PHP 8.0
Resolved
Reedy
T268861
CirrusSearch uses Elastica's Match class
Resolved
Reedy
T268863
Translate uses Elastica's Match class
Resolved
matthiasmullie
T268866
WikibaseMediaInfo uses Elastica's Match class
Invalid
None
T268864
WikibaseCirrusSearch uses Elastica's Match class
Resolved
Reedy
T268865
WikibaseLexemeCirrusSearch uses Elastica's Match class
Resolved
EBernhardson
T271777
Bump rufin/elastica (and related libraries) to versions that support PHP 8.0
Resolved
Gehel
T263142
[EPIC] Upgrade Elasticsearch to version 7.10
Resolved
EBernhardson
T308676
Elasticsearch 7.10.2 rollout plan
Resolved
bking
T315604
Upgrade relforge cluster to 7.10.2
Resolved
Gehel
T316159
Upgrade cloudelastic cluster to 7.10.2
Resolved
Gehel
T316240
Upgrade deployment-prep to Elasticsearch 7.10.2
Resolved
RKemper
T316719
Upgrade codfw cluster to Elasticsearch 7.10.2
Resolved
BUG REPORT
EBernhardson
T317381
Reduction in helpfulness and quantity of autocomplete search results
Resolved
EBernhardson
T317374
Search now caps total results count at 10k because of elasticsearch 7 upgrade
Resolved
RKemper
T317686
Upgrade eqiad cluster to Elasticsearch 7.10.2
Mentioned In
rCCKB3e70ebb746d6: elastic: no more /root/allow_es7
rCCKB77d2482175f7: elastic: use correct systemd command
rCCKBdbd6c610ccc2: elastic: fix string concatenation
rCCKB482419e70f45: elastic: no need to run puppet during es 7 upgrade
rCCKBbe11ce9e4555: elastic: clear old es_6 resources during upgrade
T317187: GrowthExperiments Special:Homepage: investigate performance regression since September 6 2022
T101236: TTMServer performance and coverage issues
T313434: Migrate apifeatureusage to elasticsearch 7
T311787: Upgrade elasticsearch python client libraries after production service
Mentioned Here
T313434: Migrate apifeatureusage to elasticsearch 7
T218994: Deprecation warning on elasticsearch 6
T301131: Test Elastic 7.10 language analyzers
T289135: Upgrade Cirrus Elasticsearch clusters to Debian Bullseye
T301724: Sunset ApiFeatureUsage
T306422: Upgrade translatewiki elasticsearch version to 6.8.23
T307931: Run CirrusSearch test suite against Elasticsearch 7.10
Event Timeline
There are a very large number of changes, so older changes are hidden.
Show Older Changes
dcausse
updated the task description.
(Show Details)
May 19 2022, 8:16 AM
2022-05-19 08:16:20 (UTC+0)
dcausse
updated the task description.
(Show Details)
May 19 2022, 2:21 PM
2022-05-19 14:21:14 (UTC+0)
dcausse
updated the task description.
(Show Details)
May 19 2022, 6:17 PM
2022-05-19 18:17:22 (UTC+0)
dcausse
updated the task description.
(Show Details)
May 19 2022, 6:28 PM
2022-05-19 18:28:07 (UTC+0)
MPhamWMF
moved this task from
needs triage
to
Current work
on the
Discovery-Search
board.
May 23 2022, 3:29 PM
2022-05-23 15:29:07 (UTC+0)
MPhamWMF
edited projects, added
Discovery-Search (Current work)
; removed
Discovery-Search
MPhamWMF
moved this task from
Incoming
to
In Progress
on the
Discovery-Search (Current work)
board.
May 23 2022, 3:39 PM
2022-05-23 15:39:25 (UTC+0)
bd808
subscribed.
Jun 1 2022, 9:45 PM
2022-06-01 21:45:52 (UTC+0)
bd808
mentioned this in
T311787: Upgrade elasticsearch python client libraries after production service
Jun 30 2022, 9:32 PM
2022-06-30 21:32:58 (UTC+0)
EBernhardson
updated the task description.
(Show Details)
Jul 25 2022, 4:47 PM
2022-07-25 16:47:53 (UTC+0)
EBernhardson
updated the task description.
(Show Details)
EBernhardson
mentioned this in
T313434: Migrate apifeatureusage to elasticsearch 7
Jul 26 2022, 5:22 PM
2022-07-26 17:22:50 (UTC+0)
MPhamWMF
assigned this task to
EBernhardson
Aug 15 2022, 3:11 PM
2022-08-15 15:11:57 (UTC+0)
EBernhardson
updated the task description.
(Show Details)
Aug 16 2022, 6:44 PM
2022-08-16 18:44:13 (UTC+0)
EBernhardson
updated the task description.
(Show Details)
EBernhardson
updated the task description.
(Show Details)
Aug 17 2022, 8:59 PM
2022-08-17 20:59:26 (UTC+0)
EBernhardson
updated the task description.
(Show Details)
bking
updated the task description.
(Show Details)
Aug 17 2022, 9:29 PM
2022-08-17 21:29:50 (UTC+0)
EBernhardson
updated the task description.
(Show Details)
Aug 19 2022, 5:55 PM
2022-08-19 17:55:16 (UTC+0)
EBernhardson
updated the task description.
(Show Details)
Aug 22 2022, 5:17 PM
2022-08-22 17:17:57 (UTC+0)
EBernhardson
updated the task description.
(Show Details)
Aug 22 2022, 5:21 PM
2022-08-22 17:21:07 (UTC+0)
gerritbot
added a comment.
Aug 23 2022, 7:08 PM
2022-08-23 19:08:59 (UTC+0)
Comment Actions
Change 825874 had a related patch set uploaded (by Ryan Kemper; author: Ryan Kemper):
[operations/cookbooks@master] elastic: clear old es_6 resources during upgrade
gerritbot
added a project:
Patch-For-Review
Aug 23 2022, 7:09 PM
2022-08-23 19:09:00 (UTC+0)
gerritbot
added a comment.
Aug 23 2022, 8:25 PM
2022-08-23 20:25:51 (UTC+0)
Comment Actions
Change 825883 had a related patch set uploaded (by Ryan Kemper; author: Ryan Kemper):
[operations/puppet@production] elastic: es7 removed bulk threadpool
gerritbot
added a comment.
Aug 24 2022, 7:12 PM
2022-08-24 19:12:59 (UTC+0)
Comment Actions
Change 825874
merged
by Bking:
[operations/cookbooks@master] elastic: clear old es_6 resources during upgrade
gerritbot
added a comment.
Aug 24 2022, 8:16 PM
2022-08-24 20:16:45 (UTC+0)
Comment Actions
Change 825883
merged
by Bking:
[operations/puppet@production] elastic: es7 removed bulk threadpool
Maintenance_bot
removed a project:
Patch-For-Review
Aug 24 2022, 8:30 PM
2022-08-24 20:30:05 (UTC+0)
gerritbot
added a comment.
Aug 24 2022, 8:43 PM
2022-08-24 20:43:26 (UTC+0)
Comment Actions
Change 826383 had a related patch set uploaded (by Bking; author: Bking):
[operations/puppet@production] opensearch: replace outdated config
gerritbot
added a project:
Patch-For-Review
Aug 24 2022, 8:43 PM
2022-08-24 20:43:26 (UTC+0)
gerritbot
added a comment.
Aug 24 2022, 9:06 PM
2022-08-24 21:06:46 (UTC+0)
Comment Actions
Change 826386 had a related patch set uploaded (by Ryan Kemper; author: Ryan Kemper):
[operations/puppet@production] elastic: use our jvm not elasticsearch's jvm
gerritbot
added a comment.
Aug 24 2022, 9:33 PM
2022-08-24 21:33:38 (UTC+0)
Comment Actions
Change 826386
merged
by Bking:
[operations/puppet@production] elastic: use our jvm not elasticsearch's jvm
gerritbot
added a comment.
Aug 24 2022, 10:37 PM
2022-08-24 22:37:48 (UTC+0)
Comment Actions
Change 826396 had a related patch set uploaded (by Ryan Kemper; author: Ryan Kemper):
[operations/puppet@production] elastic: don't start es7 unit until we tell it
gerritbot
added a comment.
Aug 25 2022, 5:36 PM
2022-08-25 17:36:38 (UTC+0)
Comment Actions
Change 826396
merged
by Bking:
[operations/puppet@production] elastic: don't start es7 unit until we tell it
gerritbot
added a comment.
Aug 25 2022, 6:54 PM
2022-08-25 18:54:07 (UTC+0)
Comment Actions
Change 826640 had a related patch set uploaded (by Bking; author: Bking):
[operations/cookbooks@master] elastic: fix string concatenation
gerritbot
added a comment.
Aug 25 2022, 7:29 PM
2022-08-25 19:29:39 (UTC+0)
Comment Actions
Change 826647 had a related patch set uploaded (by Ryan Kemper; author: Ryan Kemper):
[operations/cookbooks@master] elastic: no need to run puppet during es 7 upgrade
gerritbot
added a comment.
Aug 25 2022, 7:37 PM
2022-08-25 19:37:46 (UTC+0)
Comment Actions
Change 826647
merged
by jenkins-bot:
[operations/cookbooks@master] elastic: no need to run puppet during es 7 upgrade
gerritbot
added a comment.
Aug 25 2022, 8:00 PM
2022-08-25 20:00:28 (UTC+0)
Comment Actions
Change 826640
merged
by jenkins-bot:
[operations/cookbooks@master] elastic: fix string concatenation
gerritbot
added a comment.
Aug 25 2022, 8:21 PM
2022-08-25 20:21:46 (UTC+0)
Comment Actions
Change 826651 had a related patch set uploaded (by Bking; author: Bking):
[operations/cookbooks@master] elastic: use correct systemd command
gerritbot
added a comment.
Aug 25 2022, 8:26 PM
2022-08-25 20:26:38 (UTC+0)
Comment Actions
Change 826651
merged
by jenkins-bot:
[operations/cookbooks@master] elastic: use correct systemd command
gerritbot
added a comment.
Aug 29 2022, 6:52 PM
2022-08-29 18:52:11 (UTC+0)
Comment Actions
Change 827204 had a related patch set uploaded (by Ebernhardson; author: Ebernhardson):
[mediawiki/extensions/Elastica@master] Revert "Revert "Switch to Elastica 7.1.5""
EBernhardson
updated the task description.
(Show Details)
Aug 29 2022, 6:53 PM
2022-08-29 18:53:03 (UTC+0)
gerritbot
added a comment.
Aug 29 2022, 6:57 PM
2022-08-29 18:57:10 (UTC+0)
Comment Actions
Change 827544 had a related patch set uploaded (by Ebernhardson; author: Ebernhardson):
[mediawiki/vendor@master] Upgrade to Elastica 7.1.5
gerritbot
added a comment.
Aug 29 2022, 6:57 PM
2022-08-29 18:57:38 (UTC+0)
Comment Actions
Change 827545 had a related patch set uploaded (by Ebernhardson; author: Ebernhardson):
[mediawiki/extensions/CirrusSearch@master] Merge remote-tracking branch 'gerrit/es710'
EBernhardson
updated the task description.
(Show Details)
Aug 29 2022, 6:58 PM
2022-08-29 18:58:30 (UTC+0)
EBernhardson
updated the task description.
(Show Details)
bking
subscribed.
Aug 29 2022, 9:16 PM
2022-08-29 21:16:19 (UTC+0)
gerritbot
added a comment.
Aug 30 2022, 8:33 PM
2022-08-30 20:33:58 (UTC+0)
Comment Actions
Change 828086 had a related patch set uploaded (by Ebernhardson; author: Ebernhardson):
[mediawiki/extensions/CirrusSearch@es710] Merge remote-tracking branch 'gerrit/es710' into es710
gerritbot
added a comment.
Aug 30 2022, 8:34 PM
2022-08-30 20:34:29 (UTC+0)
Comment Actions
Change 828086
abandoned
by Ebernhardson:
[mediawiki/extensions/CirrusSearch@es710] Merge remote-tracking branch 'gerrit/es710' into es710
Reason:
should be uploaded to master branch, not es710
gerritbot
added a comment.
Aug 30 2022, 8:37 PM
2022-08-30 20:37:31 (UTC+0)
Comment Actions
Change 827545
merged
by Ebernhardson:
[mediawiki/extensions/CirrusSearch@master] Merge remote-tracking branch 'gerrit/es710' into es710
gerritbot
added a comment.
Aug 30 2022, 8:37 PM
2022-08-30 20:37:36 (UTC+0)
Comment Actions
Change 827544
merged
by Ebernhardson:
[mediawiki/vendor@master] Upgrade to Elastica 7.1.5
gerritbot
added a comment.
Aug 30 2022, 8:37 PM
2022-08-30 20:37:44 (UTC+0)
Comment Actions
Change 827204
merged
by Ebernhardson:
[mediawiki/extensions/Elastica@master] Switch to Elastica 7.1.5 [re-apply]
Jdforrester-WMF
updated the task description.
(Show Details)
Aug 30 2022, 8:42 PM
2022-08-30 20:42:59 (UTC+0)
ReleaseTaggerBot
added a project:
MW-1.39-notes (1.39.0-wmf.28; 2022-09-05)
Aug 30 2022, 9:00 PM
2022-08-30 21:00:49 (UTC+0)
EBernhardson
updated the task description.
(Show Details)
Aug 30 2022, 10:10 PM
2022-08-30 22:10:25 (UTC+0)
gerritbot
added a comment.
Aug 31 2022, 7:06 PM
2022-08-31 19:06:02 (UTC+0)
Comment Actions
Change 828403 had a related patch set uploaded (by Ryan Kemper; author: DCausse):
[operations/puppet@production] Relax elasticsearch master node detection
gerritbot
added a comment.
Aug 31 2022, 7:06 PM
2022-08-31 19:06:12 (UTC+0)
Comment Actions
Change 828403
merged
by Ryan Kemper:
[operations/puppet@production] Relax elasticsearch master node detection
dcausse
updated the task description.
(Show Details)
Sep 6 2022, 6:08 AM
2022-09-06 06:08:10 (UTC+0)
EBernhardson
added a comment.
Sep 6 2022, 4:52 PM
2022-09-06 16:52:28 (UTC+0)
Comment Actions
Rollout is currently progressing. Found one regression from logs:
Search backend error during comp_suggest search for 'mediaw' after 131: x_content_parse_exception: [1:516] [terms_lookup] unknown field [1]
Looks to be an issue with a php array being encoded to a json object. Patch (
) scheduled for backport window today. Otherwise it all looks reasonable so far.
EBernhardson
added a subtask:
T317381: Reduction in helpfulness and quantity of autocomplete search results
Sep 9 2022, 5:29 AM
2022-09-09 05:29:53 (UTC+0)
EBernhardson
added a subtask:
T317374: Search now caps total results count at 10k because of elasticsearch 7 upgrade
dcausse
updated the task description.
(Show Details)
Sep 9 2022, 1:30 PM
2022-09-09 13:30:53 (UTC+0)
RKemper
changed the status of subtask
T317374: Search now caps total results count at 10k because of elasticsearch 7 upgrade
from
Open
to
In Progress
Sep 9 2022, 7:12 PM
2022-09-09 19:12:51 (UTC+0)
Pols12
mentioned this in
T101236: TTMServer performance and coverage issues
Sep 10 2022, 3:45 PM
2022-09-10 15:45:53 (UTC+0)
kostajh
mentioned this in
T317187: GrowthExperiments Special:Homepage: investigate performance regression since September 6 2022
Sep 12 2022, 11:35 AM
2022-09-12 11:35:07 (UTC+0)
kostajh
subscribed.
RKemper
changed the status of subtask
T317686: Upgrade eqiad cluster to Elasticsearch 7.10.2
from
Open
to
In Progress
Sep 13 2022, 5:43 PM
2022-09-13 17:43:51 (UTC+0)
EBernhardson
updated the task description.
(Show Details)
Sep 14 2022, 7:23 PM
2022-09-14 19:23:25 (UTC+0)
Comment Actions
eqiad is now running elastic 7 as well. The completion indices will rebuild overnight, we should be able to verify them tomorrow and switch traffic back to it's local datacenter instead of all being routed to codfw.
bking
closed subtask
T317686: Upgrade eqiad cluster to Elasticsearch 7.10.2
as
Resolved
Sep 14 2022, 8:01 PM
2022-09-14 20:01:41 (UTC+0)
gerritbot
added a comment.
Sep 15 2022, 2:26 PM
2022-09-15 14:26:18 (UTC+0)
Comment Actions
Change 832323 had a related patch set uploaded (by DCausse; author: DCausse):
[operations/mediawiki-config@master] Revert "cirrus: Handle transition to elasticsearch 7.10"
dcausse
updated the task description.
(Show Details)
Sep 15 2022, 2:51 PM
2022-09-15 14:51:11 (UTC+0)
gerritbot
added a comment.
Sep 15 2022, 8:07 PM
2022-09-15 20:07:26 (UTC+0)
Comment Actions
Change 832323
merged
by jenkins-bot:
[operations/mediawiki-config@master] Revert "cirrus: Handle transition to elasticsearch 7.10"
Stashbot
added a comment.
Sep 15 2022, 8:07 PM
2022-09-15 20:07:41 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2022-09-15T20:07:40Z] Started scap: Backport for [[gerrit:832323|Revert "cirrus: Handle transition to elasticsearch 7.10" (
T308676
)]]
Stashbot
added a comment.
Sep 15 2022, 8:08 PM
2022-09-15 20:08:01 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2022-09-15T20:08:00Z] thcipriani and dcausse: Backport for [[gerrit:832323|Revert "cirrus: Handle transition to elasticsearch 7.10" (
T308676
)]] synced to the testservers: mwdebug1001.eqiad.wmnet, mwdebug2002.codfw.wmnet, mwdebug1002.eqiad.wmnet, mwdebug2001.codfw.wmnet
Stashbot
added a comment.
Sep 15 2022, 8:15 PM
2022-09-15 20:15:20 (UTC+0)
Comment Actions
Mentioned in SAL (#wikimedia-operations)
[2022-09-15T20:15:19Z] Finished scap: Backport for [[gerrit:832323|Revert "cirrus: Handle transition to elasticsearch 7.10" (
T308676
)]] (duration: 07m 39s)
gerritbot
added a comment.
Sep 15 2022, 8:21 PM
2022-09-15 20:21:25 (UTC+0)
Comment Actions
Change 826383
merged
by Ryan Kemper:
[operations/puppet@production] opensearch: replace outdated config
Gehel
closed subtask
T317374: Search now caps total results count at 10k because of elasticsearch 7 upgrade
as
Resolved
Sep 16 2022, 2:59 PM
2022-09-16 14:59:53 (UTC+0)
Izno
subscribed.
Sep 16 2022, 5:08 PM
2022-09-16 17:08:08 (UTC+0)
Gehel
closed subtask
T317381: Reduction in helpfulness and quantity of autocomplete search results
as
Resolved
Sep 16 2022, 8:45 PM
2022-09-16 20:45:19 (UTC+0)
Gehel
closed subtask
T316719: Upgrade codfw cluster to Elasticsearch 7.10.2
as
Resolved
Sep 17 2022, 8:46 PM
2022-09-17 20:46:46 (UTC+0)
Gehel
closed subtask
T316240: Upgrade deployment-prep to Elasticsearch 7.10.2
as
Resolved
EBernhardson
updated the task description.
(Show Details)
Sep 19 2022, 3:56 PM
2022-09-19 15:56:07 (UTC+0)
EBernhardson
moved this task from
In Progress
to
Needs Reporting
on the
Discovery-Search (Current work)
board.
Sep 19 2022, 4:52 PM
2022-09-19 16:52:38 (UTC+0)
Gehel
closed subtask
T316159: Upgrade cloudelastic cluster to 7.10.2
as
Resolved
Sep 26 2022, 9:32 AM
2022-09-26 09:32:21 (UTC+0)
Gehel
closed subtask
T315604: Upgrade relforge cluster to 7.10.2
as
Resolved
Sep 26 2022, 9:50 AM
2022-09-26 09:50:00 (UTC+0)
Gehel
closed this task as
Resolved
Sep 26 2022, 10:38 AM
2022-09-26 10:38:26 (UTC+0)
Gehel
subscribed.
Comment Actions
Update has been sent to discovery@ and wikitech-l@. This can be closed.
gerritbot
added a comment.
Oct 20 2022, 9:06 PM
2022-10-20 21:06:29 (UTC+0)
Comment Actions
Change 845054 had a related patch set uploaded (by Ryan Kemper; author: Ryan Kemper):
[operations/puppet@production] elastic: don't block on /root/allow_es7 existing
gerritbot
added a comment.
Oct 20 2022, 9:08 PM
2022-10-20 21:08:18 (UTC+0)
Comment Actions
Change 845055 had a related patch set uploaded (by Ryan Kemper; author: Ryan Kemper):
[operations/cookbooks@master] elastic: no more /root/allow_es7
gerritbot
added a comment.
Oct 20 2022, 9:09 PM
2022-10-20 21:09:31 (UTC+0)
Comment Actions
Change 845054
merged
by Ryan Kemper:
[operations/puppet@production] elastic: don't block on /root/allow_es7 existing
gerritbot
added a comment.
Oct 20 2022, 11:09 PM
2022-10-20 23:09:26 (UTC+0)
Comment Actions
Change 845055
merged
by Ryan Kemper:
[operations/cookbooks@master] elastic: no more /root/allow_es7
RKemper
mentioned this in
rCCKBbe11ce9e4555: elastic: clear old es_6 resources during upgrade
Dec 14 2022, 3:31 PM
2022-12-14 15:31:03 (UTC+0)
RKemper
mentioned this in
rCCKB482419e70f45: elastic: no need to run puppet during es 7 upgrade
RKemper
mentioned this in
rCCKBdbd6c610ccc2: elastic: fix string concatenation
bking
mentioned this in
rCCKB77d2482175f7: elastic: use correct systemd command
Dec 14 2022, 3:31 PM
2022-12-14 15:31:08 (UTC+0)
bking
mentioned this in
rCCKB3e70ebb746d6: elastic: no more /root/allow_es7
Log In to Comment
Content licensed under Creative Commons Attribution-ShareAlike (CC BY-SA) 4.0 unless otherwise noted; code licensed under GNU General Public License (GPL) 2.0 or later and other open source licenses. By using this site, you agree to the Terms of Use, Privacy Policy, and Code of Conduct.
Wikimedia Foundation
Code of Conduct
Disclaimer
CC-BY-SA
GPL
Credits