rpuch commented on code in PR #1280:
URL: https://github.com/apache/ignite-3/pull/1280#discussion_r1010651310
##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/snapshot/outgoing/OutgoingSnapshot.java:
##########
@@ -71,18 +76,23 @@ public class OutgoingSnapshot {
private final ReusableLockLockup mvOperationsLockup = new
ReusableLockLockup(mvOperationsLock);
+ /**
+ * Snapshot metadata taken on snapshot scope freezing.
+ */
+ private SnapshotMeta meta;
Review Comment:
Well, its type is `SnapshotMeta`. This kinda implies that it's taken during
snapshot establishment/freeze. So the type already gives this hint.
If you are not satisfied with this, could you please suggest a concrete name?
--
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]