Skip to content

Commit

Permalink
Add known-issues for all affected releases for the feature upgrade is…
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoop authored Jul 8, 2024
1 parent e6d918f commit 17a0d8a
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/reference/release-notes/8.13.0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ This affects clusters running version 8.10 or later, with an active downsampling
https://www.elastic.co/guide/en/elasticsearch/reference/current/downsampling-ilm.html[configuration]
or a configuration that was activated at some point since upgrading to version 8.10 or later.

* When upgrading clusters from version 8.12.2 or earlier, if your cluster contains non-master-eligible nodes,
information about the new functionality of these upgraded nodes may not be registered properly with the master node.
This can lead to some new functionality added since 8.13.0 not being accessible on the upgraded cluster.
If your cluster is running on ECK 2.12.1 and above, this may cause problems with finalizing the upgrade.
To resolve this issue, perform a rolling restart on the non-master-eligible nodes once all Elasticsearch nodes
are upgraded.

[[breaking-8.13.0]]
[float]
=== Breaking changes
Expand Down
6 changes: 6 additions & 0 deletions docs/reference/release-notes/8.13.1.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Also see <<breaking-changes-8.13,Breaking changes in 8.13>>.

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

[[bug-8.13.1]]
[float]
Expand Down
10 changes: 10 additions & 0 deletions docs/reference/release-notes/8.13.2.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@

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

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

[[bug-8.13.2]]
[float]

Expand Down
10 changes: 10 additions & 0 deletions docs/reference/release-notes/8.13.3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ Also see <<breaking-changes-8.13,Breaking changes in 8.13>>.
SQL::
* Limit how much space some string functions can use {es-pull}107333[#107333]

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

[[bug-8.13.3]]
[float]
=== Bug fixes
Expand Down
10 changes: 10 additions & 0 deletions docs/reference/release-notes/8.13.4.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@

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

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

[[bug-8.13.4]]
[float]
=== Bug fixes
Expand Down

0 comments on commit 17a0d8a

Please sign in to comment.