Nikita-tech-writer commented on a change in pull request #8642:
URL: https://github.com/apache/ignite/pull/8642#discussion_r556045587
##########
File path: docs/_docs/events/events.adoc
##########
@@ -325,6 +325,22 @@ They allow you to get notification about different stages
of transaction executi
| EVT_TX_RESUMED | A transaction is resumed. |The node where the transaction
was started.
|===
+== Snapshot Events
+
+All snapshot events are instances of the
link:{events_url}/SnapshotEvent.html[SnapshotEvent] class. The snapshot events
+always triggered at the node initiated a snapshot operation and associate with
the particular snapshot operation name.
+These events allow you to be notified about the states and result of the
cluster snapshot operation for further processing
+your custom procedures.
+
+
+[cols="2,5,3",opts="header"]
+|===
+| Event Type | Event Description | Where Event Is Fired
+| EVT_CLUSTER_SNAPSHOT_STARTED | A cluster snapshot operation is started. |
The node where the snapshot operation was initiated.
+| EVT_CLUSTER_SNAPSHOT_FINISHED | A cluster snapshot operation is finished.
The event fired when the snapshot operation finished on all the cluster nodes.
| The node where the snapshot operation was finished.
Review comment:
```suggestion
| EVT_CLUSTER_SNAPSHOT_FINISHED | A cluster snapshot operation is finished.
The event is fired when the snapshot operation is finished on all the cluster
nodes. | The node where the snapshot operation was finished.
```
----------------------------------------------------------------
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]