sanpwc commented on code in PR #5310:
URL: https://github.com/apache/ignite-3/pull/5310#discussion_r1975223556
##########
modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/raft/ZonePartitionRaftListener.java:
##########
@@ -307,6 +321,10 @@ public void addTableProcessor(TablePartitionId
tablePartitionId, RaftTableProces
currentCommitedConfiguration.lastAppliedIndex,
currentCommitedConfiguration.lastAppliedTerm
);
+
+ // TODO https://issues.apache.org/jira/browse/IGNITE-24517
propagate lease information from txnStateStorage to newly added
Review Comment:
Adjusted.
--
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]