Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update persistence.adoc #1309

Open
wants to merge 2 commits into
base: v/5.5
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/modules/storage/pages/persistence.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Clusters can use persisted data to recover from the following scenarios:
- **Cluster-wide shutdown**:

** **Planned**: A whole cluster is shut down and restarted with the same configuration, state, and data as before the restart. A planned shutdown includes rolling restarts, where the cluster is restarted member by member for scenarios such as installing an operating system patch or new hardware. xref:maintain-cluster:rolling-upgrades.adoc[Rolling upgrades] are an example of a rolling restart.
** **Unplanned**: A cluster is restarted after all its members crashed at the same time due an event such as a power outage.
** **Unplanned**: A cluster is restarted after all its members crash at the same time due an event such as a power outage. Note that some data loss is expected unless `fsync` is set to `true`. For more information, see xref:storage:configuring-persistence.adoc#data-structures[].
- **A single member restart**: A single member is restarted for whatever reason.

== Supported Features
Expand Down Expand Up @@ -53,4 +53,4 @@ xref:configuring-persistence.adoc[]

xref:kubernetes:kubernetes-persistence.adoc[Running Hazelcast {enterprise-product-name} with Persistence under Kubernetes]

xref:backing-up-persistence.adoc[]
xref:backing-up-persistence.adoc[]
Loading