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/11/14 08:08:53 UTC

[GitHub] [ignite-3] alievmirza commented on a diff in pull request #1331: IGNITE-18122 Track last applied term and group config in storages

alievmirza commented on code in PR #1331:
URL: https://github.com/apache/ignite-3/pull/1331#discussion_r1021181078


##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/core/FSMCallerImpl.java:
##########
@@ -665,6 +676,27 @@ private void doSnapshotLoad(final LoadSnapshotClosure done) {
             setError(e);
             return;
         }
+
+        // JRaft tests use such strange metas, so we have to protect... in production, these are never null.

Review Comment:
   I didn't get this comment 



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