Skip to content

Commit 4d08683

Browse files
mergify[bot]robbaveyjsvd
authored
Add known issues running 9.2.5 on aarch64 architectures (#18731) (#18735) (#18736)
(cherry picked from commit 708ab1e) Co-authored-by: Rob Bavey <rob.bavey@elastic.co> Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
1 parent 9e368a5 commit 4d08683

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

docs/release-notes/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,15 @@ Related:
9999

100100
## 9.2.5 [logstash-9.2.5-release-notes]
101101

102+
103+
::::{important}
104+
105+
Do not upgrade to Logstash 9.2.5 if you need to run Logstash on `aarch64` architectures using the bundled JDK, and are
106+
not running on Docker.
107+
For more details please see the associated [known issue](/release-notes/known-issues.md#logstash-ki-9.2.5).
108+
109+
::::
110+
102111
### Features and enhancements [logstash-9.2.5-features-enhancements]
103112

104113
No user-facing changes in Logstash core.

docs/release-notes/known-issues.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,21 @@ Using a JDK provided via `LS_JAVA_HOME` works as expected. Docker images and non
2323

2424
::::
2525

26+
## 9.2.5 [logstash-ki-9.2.5]
27+
28+
**Logstash will not start with bundled JDK on aarch64 downloaded artifacts**
29+
30+
Applies to: {{ls}} 9.2.5
31+
32+
::::{dropdown} Details
33+
34+
On `aarch64`,{{ls}} 9.2.5 fails to start when installed from .deb, .rpm, or .tar packages and using the bundled JDK.
35+
This is due to an incorrect JDK version being included in those packages.
36+
37+
Using a JDK provided via `LS_JAVA_HOME` works as expected. Docker images and non-`aarch64` architectures are not affected.
38+
39+
::::
40+
2641
## 9.2.0 [logstash-ki-9.2.0]
2742

2843
**Logstash will not start if a Persistent Queue has been defined with a size greater than 2 GiB**

0 commit comments

Comments
 (0)