Skip to content

Commit 43558d8

Browse files
committed
remove doc trailing whitespace
1 parent 02aef1f commit 43558d8

File tree

1 file changed

+6
-6
lines changed
  • docs-source/content/userguide/managing-domains/domain-lifecycle

1 file changed

+6
-6
lines changed

docs-source/content/userguide/managing-domains/domain-lifecycle/restarting.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,11 @@ If you've created a new image that is not rolling compatible, and you've changed
202202

203203
* **Managed Coherence Servers safe shutdown**.
204204

205-
If the domain is configured to use a Coherence cluster, then you will need to increase the Kubernetes graceful timeout value.
205+
If the domain is configured to use a Coherence cluster, then you will need to increase the Kubernetes graceful timeout value.
206206
When a server is shut down, Coherence needs time to recover partitions and rebalance the cluster before it is safe to shut down a second server.
207-
Using the Kubernetes graceful termination feature, the operator will automatically wait until the Coherence HAStatus MBean attribute
208-
indicates that it is safe to shut down the server. However, after the graceful termination timeout expires, the pod will be deleted regardless.
209-
Therefore, it is important to set the domain YAML `timeoutSeconds` to a large enough value to prevent the server from shutting down before
210-
Coherence is safe. Furthermore, if the operator is not able to access the Coherence MBean, then the server will not be shut down
211-
until the domain `timeoutSeconds` expires. To minimize any possibility of cache data loss, you should increase the `timeoutSeconds`
207+
Using the Kubernetes graceful termination feature, the operator will automatically wait until the Coherence HAStatus MBean attribute
208+
indicates that it is safe to shut down the server. However, after the graceful termination timeout expires, the pod will be deleted regardless.
209+
Therefore, it is important to set the domain YAML `timeoutSeconds` to a large enough value to prevent the server from shutting down before
210+
Coherence is safe. Furthermore, if the operator is not able to access the Coherence MBean, then the server will not be shut down
211+
until the domain `timeoutSeconds` expires. To minimize any possibility of cache data loss, you should increase the `timeoutSeconds`
212212
value to a large number, for example, 15 minutes.

0 commit comments

Comments
 (0)