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:
Will WAL 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]