Skip to content

Commit

Permalink
[Docs] Add associated PR
Browse files Browse the repository at this point in the history
  • Loading branch information
wajihaparvez committed Nov 13, 2024
1 parent 10b8771 commit b7e4f03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Before you upgrade to 8.16.0, review the breaking changes, then mitigate the imp
[%collapsible]
====
*Details* +
During shutdown, {kib} now waits for all the ongoing requests to complete according to the `server.shutdownTimeout` setting. During that period, the incoming socket is closed and any new incoming requests are rejected. Before this update, new incoming requests received a response with the status code 503 and body `{"message": "{kib} is shutting down and not accepting new incoming requests"}`.
During shutdown, {kib} now waits for all the ongoing requests to complete according to the `server.shutdownTimeout` setting. During that period, the incoming socket is closed and any new incoming requests are rejected. Before this update, new incoming requests received a response with the status code 503 and body `{"message": "Kibana is shutting down and not accepting new incoming requests"}`. For more information, refer to {kibana-pull}180986[#180986].
====

[float]
Expand Down
4 changes: 2 additions & 2 deletions docs/upgrade-notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -435,12 +435,12 @@ The endpoint is now split into two separate endpoints:
// General settings

[discrete]
[[breaking]]
[[breaking-180986]]
.[General settings] Updated request processing during shutdown. (8.16)
[%collapsible]
====
*Details* +
During shutdown, {kib} now waits for all the ongoing requests to complete according to the `server.shutdownTimeout` setting. During that period, the incoming socket is closed and any new incoming requests are rejected. Before this update, new incoming requests received a response with the status code 503 and body `{"message": "{kib} is shutting down and not accepting new incoming requests"}`.
During shutdown, {kib} now waits for all the ongoing requests to complete according to the `server.shutdownTimeout` setting. During that period, the incoming socket is closed and any new incoming requests are rejected. Before this update, new incoming requests received a response with the status code 503 and body `{"message": "Kibana is shutting down and not accepting new incoming requests"}`. For more information, refer to {kibana-pull}180986[#180986].
====

[discrete]
Expand Down

0 comments on commit b7e4f03

Please sign in to comment.