File tree 1 file changed +12
-1
lines changed 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
[testenv="platinum"]
2
2
3
+ ////////////
4
+ Take us out of upgrade mode after running any snippets on this page.
5
+
6
+ [source,js]
7
+ --------------------------------------------------
8
+ POST _ml/set_upgrade_mode?enabled=false
9
+ --------------------------------------------------
10
+ // CONSOLE
11
+ // TEARDOWN
12
+ ////////////
13
+
3
14
If your {ml} indices were created earlier than the previous major version, they
4
15
must be reindexed. In those circumstances, there must be no machine learning
5
16
jobs running during the upgrade.
@@ -29,4 +40,4 @@ POST _ml/set_upgrade_mode?enabled=true
29
40
This method does not persist the absolute latest model state, rather it uses the
30
41
last model state that was automatically saved. By halting the tasks, you avoid
31
42
incurring the cost of managing active jobs during the upgrade and it's quicker
32
- than stopping {dfeeds} and closing jobs.
43
+ than stopping {dfeeds} and closing jobs.
You can’t perform that action at this time.
0 commit comments