Skip to content

Commit

Permalink
docs: fix quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Oct 19, 2023
1 parent 753a77a commit 64994bb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ You can configure the graceful shutdown as described in xref:concepts:operations

== Masters

As a default, masters have `20` minutes to terminate gracefully.
As a default, masters have `20 minutes` to terminate gracefully.

The HBase master process will always run as PID `1` and will get a `SIGTERM` once Kubernetes wants to terminate the Pod.
After the graceful shutdown timeout is passed and the master process still didn't exit, Kubernetes will issue an `SIGKILL`.
Expand All @@ -15,7 +15,7 @@ However, there is no acknowledge message in the log indicating a graceful shutdo

== RegionServers

As a default, RegionServers have `60` minutes to terminate gracefully.
As a default, RegionServers have `60 minutes` to terminate gracefully.

They go through the same mechanism as documented for the <<_masters>> above.
They will also acknowledge the graceful shutdown with a message in the logs:
Expand All @@ -28,7 +28,7 @@ They will also acknowledge the graceful shutdown with a message in the logs:

== RestServers

As a default, RestServers have `5` minutes to terminate gracefully.
As a default, RestServers have `5 minutes` to terminate gracefully.

They go through the same mechanism as documented for the <<_masters>> above.
They will also acknowledge the graceful shutdown with a message in the logs:
Expand Down

0 comments on commit 64994bb

Please sign in to comment.