Skip to content

Commit 66cdfce

Browse files
authored
Update docs/modules/hive/pages/usage-guide/operations/graceful-shutdown.adoc
1 parent 1ff216d commit 66cdfce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ You can configure the graceful shutdown as described in xref:concepts:operations
77
As a default, Hive metastores have `5 minutes` to shut down gracefully.
88

99
The Hive metastore process receives a `SIGTERM` signal when Kubernetes wants to terminate the Pod.
10-
After the graceful shutdown timeout runs out, and the process still didn't exit, Kubernetes issues a `SIGKILL` signal.
10+
After the graceful shutdown timeout runs out, and the process is still running, Kubernetes issues a `SIGKILL` signal.
1111

1212
However, there is no acknowledge message in the log indicating a graceful shutdown.

0 commit comments

Comments
 (0)