You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/07/06 08:17:51 UTC

[GitHub] [ignite] NSAmelchev commented on a diff in pull request #10105: IGNITE-17215: Write ClusterSnapshotRecord to WAL

NSAmelchev commented on code in PR #10105:
URL: https://github.com/apache/ignite/pull/10105#discussion_r914552767


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotFutureTask.java:
##########
@@ -342,6 +343,9 @@ private boolean stopping() {
             return;
 
         try {
+            if (cctx.wal() != null)
+                cctx.wal().log(new ClusterSnapshotRecord(snpName));

Review Comment:
   Is WAL will be flushed after checkpoint write lock?



-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org