sanpwc commented on code in PR #5310: URL: https://github.com/apache/ignite-3/pull/5310#discussion_r1975217602
########## modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/raft/ZonePartitionRaftListener.java: ########## @@ -237,6 +237,12 @@ private IgniteBiTuple<Serializable, Boolean> processCrossTableProcessorsCommand( ) { IgniteBiTuple<Serializable, Boolean> result = new IgniteBiTuple<>(null, false); + // TODO https://issues.apache.org/jira/browse/IGNITE-24517 Remove. In case of zero tables we still should Review Comment: Done. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org