Cyrill commented on code in PR #5584: URL: https://github.com/apache/ignite-3/pull/5584#discussion_r2053907784
########## modules/transactions/src/integrationTest/java/org/apache/ignite/internal/disaster/ItDisasterRecoveryReconfigurationTest.java: ########## @@ -107,12 +107,18 @@ import org.apache.ignite.internal.raft.RaftNodeId; import org.apache.ignite.internal.raft.WriteCommand; import org.apache.ignite.internal.raft.server.impl.JraftServerImpl; +import org.apache.ignite.internal.replicator.PartitionGroupId; import org.apache.ignite.internal.replicator.TablePartitionId; +import org.apache.ignite.internal.replicator.ZonePartitionId; import org.apache.ignite.internal.table.TableViewInternal; import org.apache.ignite.internal.table.distributed.TableManager; +import org.apache.ignite.internal.table.distributed.disaster.DisasterRecoveryManager; +import org.apache.ignite.internal.table.distributed.disaster.GlobalPartitionState; import org.apache.ignite.internal.table.distributed.disaster.GlobalPartitionStateEnum; import org.apache.ignite.internal.table.distributed.disaster.GlobalTablePartitionState; +import org.apache.ignite.internal.table.distributed.disaster.LocalPartitionStateByNode; import org.apache.ignite.internal.table.distributed.disaster.LocalTablePartitionStateByNode; +import org.apache.ignite.internal.table.distributed.disaster.TestDisasterRecoveryUtils; Review Comment: The tests will run with and without this flag on a regular basis on TC. -- 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