Skip to content

Commit 6a17987

Browse files
robbaveykarenzone
andauthored
Add PQ unable to start in 9.2.0 known issue (#18369)
--------- Co-authored-by: Karen Metts <[email protected]>
1 parent ee68131 commit 6a17987

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

docs/release-notes/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ To check for security updates, go to [Security announcements for the Elastic sta
2323

2424
## 9.2.0 [logstash-9.2.0-release-notes]
2525

26+
::::{important}
27+
28+
Do not upgrade to Logstash 9.2.0 if you use the Persistent Queue (PQ) with a value of `queue.max_bytes` greater than 2GiB,
29+
For more details please see the associated [known issue](/release-notes/known-issues.md#logstash-ki-9.2.0).
30+
::::
31+
2632
### Features and enhancements [logstash-9.2.0-features-enhancements]
2733

2834
#### Persistent queue (PQ} compression [logstash-9.2.0-pq-compression]

docs/release-notes/known-issues.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,18 @@ Known issues are significant defects or limitations that may impact your impleme
88
These issues are actively being worked on and will be addressed in a future release.
99
Review known issues to help you make informed decisions, such as upgrading to a new version.
1010

11-
## 9.2.0
11+
## 9.2.0 [logstash-ki-9.2.0]
12+
13+
**Logstash will not start if a Persistent Queue has been defined with a size greater than 2 GiB**
14+
15+
Applies to: {{ls}} 9.2.0
16+
17+
::::{dropdown} Details
18+
19+
Attempts to start Logstash when `queue.max_bytes` has been set to `2147483648` bytes or greater will fail. There is currently no workaround for this issue other than downgrading to a previous version of Logstash. Therefore we recommend that any Logstash users with a Persistent Queue greater than size not upgrade to Logstash `9.2.0`.
20+
21+
Details of the bug are included in [this PR fixing the issue](https://github.com/elastic/logstash/pull/18366), which will be included in a future version of Logstash.
22+
::::
1223

1324
**BufferedTokenizer may silently drop data when oversize input has no delimiters**
1425

@@ -29,4 +40,4 @@ Details for this issue and the details for future behavior are being tracked in
2940

3041
## 9.0.0
3142

32-
None at this time
43+
None at this time

0 commit comments

Comments
 (0)