From ff7135be4c0e9be48aaad010983ef63915ab7519 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Thu, 19 Oct 2023 13:39:35 +0200 Subject: [PATCH] Revert "Updated docs with graceful shutdown description" This reverts commit a4ce27b49bfa1fcce7e91cff0dce85ad404111d1. Merged in https://github.com/stackabletech/documentation/pull/473 --- .../hbase/pages/usage-guide/operations/graceful-shutdown.adoc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/modules/hbase/pages/usage-guide/operations/graceful-shutdown.adoc b/docs/modules/hbase/pages/usage-guide/operations/graceful-shutdown.adoc index 64c281a4..b06864a7 100644 --- a/docs/modules/hbase/pages/usage-guide/operations/graceful-shutdown.adoc +++ b/docs/modules/hbase/pages/usage-guide/operations/graceful-shutdown.adoc @@ -1,9 +1,5 @@ = Graceful shutdown -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. - -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. - You can configure the graceful shutdown as described in xref:concepts:operations/graceful_shutdown.adoc[]. == Masters