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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to