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


##########
modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/raft/ZonePartitionRaftListener.java:
##########
@@ -412,6 +412,20 @@ public void onShutdown() {
         }
     }
 
+    @Override
+    public long getPersistedAppliedIndex() {

Review Comment:
   By the way, I had a great discussion with @rpuch and it seems that we have 
already fixed the possibility of having gap between persisted and applied index 
(see https://issues.apache.org/jira/browse/IGNITE-28216), so there is a chance 
that all this PR could be unnecessary



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