Skip to content

Commit 17a0d8a

Browse files
authored
Add known-issues for all affected releases for the feature upgrade issue (elastic#110523) (elastic#110577)
1 parent e6d918f commit 17a0d8a

File tree

5 files changed

+43
-0
lines changed

5 files changed

+43
-0
lines changed

docs/reference/release-notes/8.13.0.asciidoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ This affects clusters running version 8.10 or later, with an active downsampling
2121
https://www.elastic.co/guide/en/elasticsearch/reference/current/downsampling-ilm.html[configuration]
2222
or a configuration that was activated at some point since upgrading to version 8.10 or later.
2323

24+
* When upgrading clusters from version 8.12.2 or earlier, if your cluster contains non-master-eligible nodes,
25+
information about the new functionality of these upgraded nodes may not be registered properly with the master node.
26+
This can lead to some new functionality added since 8.13.0 not being accessible on the upgraded cluster.
27+
If your cluster is running on ECK 2.12.1 and above, this may cause problems with finalizing the upgrade.
28+
To resolve this issue, perform a rolling restart on the non-master-eligible nodes once all Elasticsearch nodes
29+
are upgraded.
30+
2431
[[breaking-8.13.0]]
2532
[float]
2633
=== Breaking changes

docs/reference/release-notes/8.13.1.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Also see <<breaking-changes-8.13,Breaking changes in 8.13>>.
99

1010
* Due to a bug in the bundled JDK 22 nodes might crash abruptly under high memory pressure.
1111
We recommend <<jvm-version,downgrading to JDK 21.0.2>> asap to mitigate the issue.
12+
* When upgrading clusters from version 8.12.2 or earlier, if your cluster contains non-master-eligible nodes,
13+
information about the new functionality of these upgraded nodes may not be registered properly with the master node.
14+
This can lead to some new functionality added since 8.13.0 not being accessible on the upgraded cluster.
15+
If your cluster is running on ECK 2.12.1 and above, this may cause problems with finalizing the upgrade.
16+
To resolve this issue, perform a rolling restart on the non-master-eligible nodes once all Elasticsearch nodes
17+
are upgraded.
1218

1319
[[bug-8.13.1]]
1420
[float]

docs/reference/release-notes/8.13.2.asciidoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33

44
Also see <<breaking-changes-8.13,Breaking changes in 8.13>>.
55

6+
[[known-issues-8.13.2]]
7+
[float]
8+
=== Known issues
9+
* When upgrading clusters from version 8.12.2 or earlier, if your cluster contains non-master-eligible nodes,
10+
information about the new functionality of these upgraded nodes may not be registered properly with the master node.
11+
This can lead to some new functionality added since 8.13.0 not being accessible on the upgraded cluster.
12+
If your cluster is running on ECK 2.12.1 and above, this may cause problems with finalizing the upgrade.
13+
To resolve this issue, perform a rolling restart on the non-master-eligible nodes once all Elasticsearch nodes
14+
are upgraded.
15+
616
[[bug-8.13.2]]
717
[float]
818

docs/reference/release-notes/8.13.3.asciidoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ Also see <<breaking-changes-8.13,Breaking changes in 8.13>>.
1010
SQL::
1111
* Limit how much space some string functions can use {es-pull}107333[#107333]
1212

13+
[[known-issues-8.13.3]]
14+
[float]
15+
=== Known issues
16+
* When upgrading clusters from version 8.12.2 or earlier, if your cluster contains non-master-eligible nodes,
17+
information about the new functionality of these upgraded nodes may not be registered properly with the master node.
18+
This can lead to some new functionality added since 8.13.0 not being accessible on the upgraded cluster.
19+
If your cluster is running on ECK 2.12.1 and above, this may cause problems with finalizing the upgrade.
20+
To resolve this issue, perform a rolling restart on the non-master-eligible nodes once all Elasticsearch nodes
21+
are upgraded.
22+
1323
[[bug-8.13.3]]
1424
[float]
1525
=== Bug fixes

docs/reference/release-notes/8.13.4.asciidoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33

44
Also see <<breaking-changes-8.13,Breaking changes in 8.13>>.
55

6+
[[known-issues-8.13.4]]
7+
[float]
8+
=== Known issues
9+
* When upgrading clusters from version 8.12.2 or earlier, if your cluster contains non-master-eligible nodes,
10+
information about the new functionality of these upgraded nodes may not be registered properly with the master node.
11+
This can lead to some new functionality added since 8.13.0 not being accessible on the upgraded cluster.
12+
If your cluster is running on ECK 2.12.1 and above, this may cause problems with finalizing the upgrade.
13+
To resolve this issue, perform a rolling restart on the non-master-eligible nodes once all Elasticsearch nodes
14+
are upgraded.
15+
616
[[bug-8.13.4]]
717
[float]
818
=== Bug fixes

0 commit comments

Comments
 (0)