Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
karenzone authored Nov 12, 2024
1 parent b4eede5 commit 8e0d67a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/static/releasenotes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ This section summarizes the changes in the following releases:
**{ls} may 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.

[[health-api-8-16-0]]
Expand Down Expand Up @@ -174,7 +174,7 @@ the event or by sending it to the pipeline's DLQ if enabled. https://github.com/
**{ls} may 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 @@ -216,7 +216,7 @@ This change reverts the `PipelineBus` to `v1`, a version that does not exhibit t
**{ls} may 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 @@ -253,7 +253,7 @@ This change reverts the `PipelineBus` to `v1`, a version that does not exhibit t
**{ls} may 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 @@ -301,7 +301,7 @@ Workaround: Downgrade to {ls} 8.15.0, or temporarily avoid using environment and
* **{ls} may 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.1]]
Expand Down Expand Up @@ -343,7 +343,7 @@ This change reverts the `PipelineBus` to `v1`, a version that does not exhibit t
**{ls} may 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 8e0d67a

Please sign in to comment.