nizhikov commented on code in PR #10314:
URL: https://github.com/apache/ignite/pull/10314#discussion_r1028283077


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/IncrementalSnapshotMetadata.java:
##########
@@ -36,9 +36,9 @@ public class IncrementalSnapshotMetadata implements 
Serializable {
 
     /** Snapshot name. */
     private final String snpName;
-    
+
     /** Increment index. */
-    private final int incIdx;
+    private final long incIdx;

Review Comment:
   This change is out of scope of current PR. Please, revert it.



##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/SnapshotOperationRequest.java:
##########
@@ -80,7 +80,7 @@ public class SnapshotOperationRequest implements Serializable 
{
     private final boolean incremental;
 
     /** Index of incremental snapshot. */
-    private final int incIdx;
+    private final long incIdx;

Review Comment:
   This change is out of scope of current PR. Please, revert it.



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

Reply via email to