-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Troubleshooting update #16721
base: main
Are you sure you want to change the base?
Docs: Troubleshooting update #16721
Conversation
Addresses #15124 |
📃 DOCS PREVIEW ✨ https://logstash_bk_16721.docs-preview.app.elstc.co/diff |
Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
📃 DOCS PREVIEW ✨ https://logstash_bk_16721.docs-preview.app.elstc.co/diff |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this contribution. the content LGTM, pinging @karenzone for second review as I think it benefits from a structure and formatting check.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left comments inline for consideration. Please let me know what you think.
@@ -106,6 +106,76 @@ This issue affects some OpenJDK-derived JVM versions (Adoptium, OpenJDK, and Azu | |||
-Djdk.io.File.enableADS=true | |||
----- | |||
|
|||
[[ts-container-cgroup]] | |||
===== Container exits with 'An unexpected error occurred!' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
===== Container exits with 'An unexpected error occurred!' | |
===== Container exits with 'An unexpected error occurred!' message |
[[ts-container-cgroup]] | ||
===== Container exits with 'An unexpected error occurred!' | ||
|
||
Logstash may not start when running on a container due to a bug in the JDK https://bugs.openjdk.org/browse/JDK-8343191. A Pull Request was created to fix the issue: https://github.com/openjdk/jdk/pull/21808. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Logstash may not start when running on a container due to a bug in the JDK https://bugs.openjdk.org/browse/JDK-8343191. A Pull Request was created to fix the issue: https://github.com/openjdk/jdk/pull/21808. | |
{ls} running in a container may not start due to a https://bugs.openjdk.org/browse/JDK-8343191[bug in the JDK]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PREVIEW: https://logstash_bk_16721.docs-preview.app.elstc.co/guide/en/logstash/master/ts-logstash.html
Release notes
[rn:skip]
What does this PR do?
Adds troubleshooting item for when cgroup v2 is not enabled
Why is it important/What is the impact to the user?
Document an issue that has been encountered by mulitple users.
Checklist
My code follows the style guidelines of this projectI have commented my code, particularly in hard-to-understand areasI have made corresponding change to the default configuration files (and/or docker env variables)I have added tests that prove my fix is effective or that my feature worksAuthor's Checklist
How to test this PR locally
Docs-only
Related issues
n/a
Use cases
n/a
Screenshots
n/a
Logs
n/a