ibessonov commented on code in PR #937:
URL: https://github.com/apache/ignite-3/pull/937#discussion_r927788236


##########
modules/raft/src/test/java/org/apache/ignite/internal/raft/server/impl/RaftServerImpl.java:
##########
@@ -72,6 +73,8 @@ public class RaftServerImpl implements RaftServer {
 
     private final BlockingQueue<CommandClosureEx<WriteCommand>> writeQueue;
 
+    private final AtomicLong lastAppliedIndex = new AtomicLong();

Review Comment:
   That's a very good point. My bad



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