rpuch commented on code in PR #7273:
URL: https://github.com/apache/ignite-3/pull/7273#discussion_r2635334247
##########
modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/ReplicaTableProcessor.java:
##########
@@ -38,4 +40,11 @@ public interface ReplicaTableProcessor {
/** Callback on replica shutdown. */
void onShutdown();
+
+ /** Returns tracker of RW transactions operations. */
+ TableTxRwOperationTracker txRwOperationTracker();
+
+ // TODO: https://issues.apache.org/jira/browse/IGNITE-27405 as safe time
should not depend on the table.
Review Comment:
We already have a fix in this PR, it has been reviewed, so resources already
spent. I am planning to fix IGNITE-27405 myself, so I'll remove this extra code
as well
--
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]