Skip to content

Commit a4ce27b

Browse files
authored
Updated docs with graceful shutdown description
1 parent 7b22839 commit a4ce27b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/modules/hbase/pages/usage-guide/operations/graceful-shutdown.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
= Graceful shutdown
22

3+
Graceful shutdown refers to the managed, controlled shutdown of service instances in the manner intended by the software authors. Typically, an instance will receive a signal indicating the intent for the server to shut down, and it will initiate a controlled shutdown. This could include closing open file handles, updating the instance state in the cluster and emitting a message that the server is closing down. This contrasts with an uncontrolled shutdown where a process is terminated immediately and is unable to perform any of its normal shutdown activities.
4+
5+
In the event that a service instance is unable to shut down in a reasonable amount of time, a timeout is set after which the process will be forcibly terminated to prevent a stuck server from remaining in the shutting down state indefinitely.
6+
37
You can configure the graceful shutdown as described in xref:concepts:operations/graceful_shutdown.adoc[].
48

59
== Masters

0 commit comments

Comments
 (0)