szetszwo commented on code in PR #684:
URL: https://github.com/apache/ratis/pull/684#discussion_r923706197


##########
ratis-server/src/main/java/org/apache/ratis/server/leader/InstallSnapshotRequests.java:
##########
@@ -59,6 +59,8 @@ class InstallSnapshotRequests implements 
Iterable<InstallSnapshotRequestProto> {
   private int fileIndex = 0;
   /** The current file. */
   private FileChunkReader current;
+  /** The total size of snapshot files. */
+  private long totalSize;

Review Comment:
   Please make it final and move to next to the other final fields.



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