Mmuzaf commented on a change in pull request #8128:
URL: https://github.com/apache/ignite/pull/8128#discussion_r484840811



##########
File path: docs/_docs/persistence/snapshot.adoc
##########
@@ -0,0 +1,181 @@
+= Snapshots and recovery
+
+== Overview
+
+Apache Ignite 2.9 comes with an ability to create fully consistent 
cluster-wide snapshots for deployments with
+the link:persistence/native-persistence[Ignite Native Persistence]. You can 
create at runtime any number of snapshots
+of all configured persistent cache groups. The snapshot is a consistent copy 
of all cache group data files (except
+structures used for crash recovery) for each baseline node in a cluster. Since 
data of persistent cache groups stored
+on disk in files on each node (cache group partition files, configuration 
files, binary metadata) the snapshot will

Review comment:
       Fixed.

##########
File path: docs/_docs/persistence/snapshot.adoc
##########
@@ -0,0 +1,181 @@
+= Snapshots and recovery
+
+== Overview
+
+Apache Ignite 2.9 comes with an ability to create fully consistent 
cluster-wide snapshots for deployments with
+the link:persistence/native-persistence[Ignite Native Persistence]. You can 
create at runtime any number of snapshots
+of all configured persistent cache groups. The snapshot is a consistent copy 
of all cache group data files (except
+structures used for crash recovery) for each baseline node in a cluster. Since 
data of persistent cache groups stored

Review comment:
       Fixed.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to