From 2ed579500f5186a0a0dfb22278bbc6204fb31dd1 Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Thu, 19 Oct 2023 11:52:36 +0200 Subject: [PATCH] Revert "Added a high level description of graceful shutdown" This reverts commit 7733ec13fb98d4a7a96946badf88fbc5ce2f9c6c. Moved to https://github.com/stackabletech/documentation/pull/473 --- .../hdfs/pages/usage-guide/operations/graceful-shutdown.adoc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/modules/hdfs/pages/usage-guide/operations/graceful-shutdown.adoc b/docs/modules/hdfs/pages/usage-guide/operations/graceful-shutdown.adoc index bba405d4..7964d0c8 100644 --- a/docs/modules/hdfs/pages/usage-guide/operations/graceful-shutdown.adoc +++ b/docs/modules/hdfs/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[]. == JournalNodes