Skip to content

Commit

Permalink
Fix 8.15 release notes workaround ref to set system property (#16665)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaauie authored Nov 12, 2024
1 parent e17ad0c commit effb814
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/static/releasenotes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ This section summarizes the changes in the following releases:

**{ls} can fail to shut down under some circumstances when you are using <<pipeline-to-pipeline>>.**
Check out issue https://github.com/elastic/logstash/issues/16657[#16657] for details.
Workaround: Add `-Dlogstash.pipelinebus.implementation=v1` to `config/jvm.properties`.
Workaround: Add `-Dlogstash.pipelinebus.implementation=v1` to `config/jvm.options`.
This change reverts the `PipelineBus` to `v1`, a version that does not exhibit this issue, but may impact performance in pipeline-to-pipeline scenarios.

[[notable-8.15.4]]
Expand Down Expand Up @@ -125,7 +125,7 @@ This change reverts the `PipelineBus` to `v1`, a version that does not exhibit t

**{ls} can fail to shut down under some circumstances when you are using <<pipeline-to-pipeline>>.**
Check out issue https://github.com/elastic/logstash/issues/16657[#16657] for details.
Workaround: Add `-Dlogstash.pipelinebus.implementation=v1` to `config/jvm.properties`.
Workaround: Add `-Dlogstash.pipelinebus.implementation=v1` to `config/jvm.options`.
This change reverts the `PipelineBus` to `v1`, a version that does not exhibit this issue, but may impact performance in pipeline-to-pipeline scenarios.

==== Plugins
Expand Down Expand Up @@ -158,7 +158,7 @@ This change reverts the `PipelineBus` to `v1`, a version that does not exhibit t

**{ls} can fail to shut down under some circumstances when you are using <<pipeline-to-pipeline>>.**
Check out issue https://github.com/elastic/logstash/issues/16657[#16657] for details.
Workaround: Add `-Dlogstash.pipelinebus.implementation=v1` to `config/jvm.properties`.
Workaround: Add `-Dlogstash.pipelinebus.implementation=v1` to `config/jvm.options`.
This change reverts the `PipelineBus` to `v1`, a version that does not exhibit this issue, but may impact performance in pipeline-to-pipeline scenarios.

==== Plugins
Expand Down Expand Up @@ -199,7 +199,7 @@ Workaround: Downgrade to {ls} 8.15.0, or temporarily avoid using environment and
* **{ls} can fail to shut down under some circumstances when you are using <<pipeline-to-pipeline>>.**
Check out issue https://github.com/elastic/logstash/issues/16657[#16657] for details.
+
Workaround: Add `-Dlogstash.pipelinebus.implementation=v1` to `config/jvm.properties`.
Workaround: Add `-Dlogstash.pipelinebus.implementation=v1` to `config/jvm.options`.
This change reverts the `PipelineBus` to `v1`, a version that does not exhibit this issue, but may impact performance in pipeline-to-pipeline scenarios.


Expand Down Expand Up @@ -241,7 +241,7 @@ This change reverts the `PipelineBus` to `v1`, a version that does not exhibit t

**{ls} can fail to shut down under some circumstances when you are using <<pipeline-to-pipeline>>.**
Check out issue https://github.com/elastic/logstash/issues/16657[#16657] for details.
Workaround: Add `-Dlogstash.pipelinebus.implementation=v1` to `config/jvm.properties`.
Workaround: Add `-Dlogstash.pipelinebus.implementation=v1` to `config/jvm.options`.
This change reverts the `PipelineBus` to `v1`, a version that does not exhibit this issue, but may impact performance in pipeline-to-pipeline scenarios.

[[snmp-ga-8.15.0]]
Expand Down

0 comments on commit effb814

Please sign in to comment.