File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1083,7 +1083,7 @@ Graceful shutdown protocol
1083
1083
Since :doc: `2.10.0 </release/2.10.0 >`.
1084
1084
1085
1085
The protocol uses the event subscription system.
1086
- For more information about it, see :ref: `box.shutdown <bsystem -events_box-shutdown >`
1086
+ For more information about it, see :ref: `box.shutdown <system -events_box-shutdown >`
1087
1087
and :ref: `reference for the event watchers <box-watchers >`.
1088
1088
1089
1089
The shutdown protocol works in the following way:
@@ -1103,8 +1103,8 @@ The shutdown protocol works in the following way:
1103
1103
1104
1104
#. After all connections are closed, the server will be stopped.
1105
1105
Otherwise, a timeout occurs, and the Tarantool exits immediately.
1106
-
1107
- You can set up the required timeout with the :ref: `set_on_shutdown_timeout() <box_ctl-on_shutdown_timeout >` function.
1106
+ You can set up the required timeout with the
1107
+ :ref: `set_on_shutdown_timeout() <box_ctl-on_shutdown_timeout >` function.
1108
1108
1109
1109
.. _box_protocol-responses :
1110
1110
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ On this diagram:
75
75
76
76
* The state changes to the ``graceful_shutdown `` state when the state machine
77
77
receives a :ref: `box.shutdown <system-events_box-shutdown >` event from the remote host
78
- (see :ref: `<net_box-on_shutdown >`).
78
+ (see :ref: `conn:on_shutdown() <net_box-on_shutdown >`).
79
79
Once all pending requests are completed, the state machine switches to the ``error `` (``error_reconnect ``) state.
80
80
81
81
* The transport goes to the ``error `` state in case of an error.
You can’t perform that action at this time.
0 commit comments