Skip to content

Commit cd77673

Browse files
authored
Update known-issues for the features upgrade bug elastic#111014
1 parent e37c652 commit cd77673

File tree

8 files changed

+42
-15
lines changed

8 files changed

+42
-15
lines changed

docs/reference/release-notes/8.12.0.asciidoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ there are deleted documents in the segments, quantiles may fail to build and pre
1414

1515
This issue is fixed in 8.12.1.
1616

17+
* When upgrading clusters from version 8.11.4 or earlier, if your cluster contains non-master-eligible nodes,
18+
information about the new functionality of these upgraded nodes may not be registered properly with the master node.
19+
This can lead to some new functionality added since 8.12.0 not being accessible on the upgraded cluster.
20+
If your cluster is running on ECK 2.12.1 and above, this may cause problems with finalizing the upgrade.
21+
To resolve this issue, perform a rolling restart on the non-master-eligible nodes once all Elasticsearch nodes
22+
are upgraded. This issue is fixed in 8.15.0.
23+
1724
[[breaking-8.12.0]]
1825
[float]
1926
=== Breaking changes

docs/reference/release-notes/8.12.1.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.12,Breaking changes in 8.12>>.
55

6+
[[known-issues-8.12.1]]
7+
[float]
8+
=== Known issues
9+
* When upgrading clusters from version 8.11.4 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.12.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. This issue is fixed in 8.15.0.
15+
616
[[bug-8.12.1]]
717
[float]
818
=== Bug fixes

docs/reference/release-notes/8.12.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.12,Breaking changes in 8.12>>.
55

6+
[[known-issues-8.12.2]]
7+
[float]
8+
=== Known issues
9+
* When upgrading clusters from version 8.11.4 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.12.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. This issue is fixed in 8.15.0.
15+
616
[[bug-8.12.2]]
717
[float]
818
=== Bug fixes

docs/reference/release-notes/8.13.0.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ 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,
24+
* When upgrading clusters from version 8.11.4 or earlier, if your cluster contains non-master-eligible nodes,
2525
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.
26+
This can lead to some new functionality added since 8.12.0 not being accessible on the upgraded cluster.
2727
If your cluster is running on ECK 2.12.1 and above, this may cause problems with finalizing the upgrade.
2828
To resolve this issue, perform a rolling restart on the non-master-eligible nodes once all Elasticsearch nodes
29-
are upgraded.
29+
are upgraded. This issue is fixed in 8.15.0.
3030

3131
[[breaking-8.13.0]]
3232
[float]

docs/reference/release-notes/8.13.1.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +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,
12+
* When upgrading clusters from version 8.11.4 or earlier, if your cluster contains non-master-eligible nodes,
1313
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.
14+
This can lead to some new functionality added since 8.12.0 not being accessible on the upgraded cluster.
1515
If your cluster is running on ECK 2.12.1 and above, this may cause problems with finalizing the upgrade.
1616
To resolve this issue, perform a rolling restart on the non-master-eligible nodes once all Elasticsearch nodes
17-
are upgraded.
17+
are upgraded. This issue is fixed in 8.15.0.
1818

1919
[[bug-8.13.1]]
2020
[float]

docs/reference/release-notes/8.13.2.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Also see <<breaking-changes-8.13,Breaking changes in 8.13>>.
66
[[known-issues-8.13.2]]
77
[float]
88
=== Known issues
9-
* When upgrading clusters from version 8.12.2 or earlier, if your cluster contains non-master-eligible nodes,
9+
* When upgrading clusters from version 8.11.4 or earlier, if your cluster contains non-master-eligible nodes,
1010
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.
11+
This can lead to some new functionality added since 8.12.0 not being accessible on the upgraded cluster.
1212
If your cluster is running on ECK 2.12.1 and above, this may cause problems with finalizing the upgrade.
1313
To resolve this issue, perform a rolling restart on the non-master-eligible nodes once all Elasticsearch nodes
14-
are upgraded.
14+
are upgraded. This issue is fixed in 8.15.0.
1515

1616
[[bug-8.13.2]]
1717
[float]

docs/reference/release-notes/8.13.3.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ SQL::
1313
[[known-issues-8.13.3]]
1414
[float]
1515
=== Known issues
16-
* When upgrading clusters from version 8.12.2 or earlier, if your cluster contains non-master-eligible nodes,
16+
* When upgrading clusters from version 8.11.4 or earlier, if your cluster contains non-master-eligible nodes,
1717
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.
18+
This can lead to some new functionality added since 8.12.0 not being accessible on the upgraded cluster.
1919
If your cluster is running on ECK 2.12.1 and above, this may cause problems with finalizing the upgrade.
2020
To resolve this issue, perform a rolling restart on the non-master-eligible nodes once all Elasticsearch nodes
21-
are upgraded.
21+
are upgraded. This issue is fixed in 8.15.0.
2222

2323
[[bug-8.13.3]]
2424
[float]

docs/reference/release-notes/8.13.4.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Also see <<breaking-changes-8.13,Breaking changes in 8.13>>.
66
[[known-issues-8.13.4]]
77
[float]
88
=== Known issues
9-
* When upgrading clusters from version 8.12.2 or earlier, if your cluster contains non-master-eligible nodes,
9+
* When upgrading clusters from version 8.11.4 or earlier, if your cluster contains non-master-eligible nodes,
1010
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.
11+
This can lead to some new functionality added since 8.12.0 not being accessible on the upgraded cluster.
1212
If your cluster is running on ECK 2.12.1 and above, this may cause problems with finalizing the upgrade.
1313
To resolve this issue, perform a rolling restart on the non-master-eligible nodes once all Elasticsearch nodes
14-
are upgraded.
14+
are upgraded. This issue is fixed in 8.15.0.
1515

1616
[[bug-8.13.4]]
1717
[float]

0 commit comments

Comments
 (0)