Cyrill commented on code in PR #6288:
URL: https://github.com/apache/ignite-3/pull/6288#discussion_r2222459634


##########
modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/network/disaster/LocalTableStateRequest.java:
##########
@@ -15,39 +15,20 @@
  * limitations under the License.
  */
 
-package org.apache.ignite.internal.table.distributed.disaster;
+package org.apache.ignite.internal.partition.replicator.network.disaster;
 
-import org.apache.ignite.internal.tostring.S;
+import java.util.List;
+import org.apache.ignite.internal.network.NetworkMessage;
+import org.apache.ignite.internal.network.annotations.Transferable;
+import 
org.apache.ignite.internal.partition.replicator.network.PartitionReplicationMessageGroup.DisasterRecoveryMessages;
+import org.apache.ignite.internal.replicator.message.ZonePartitionIdMessage;
 
 /**
- * Table state.
+ * Request for reading table states from the node.
  */
-public class TableState {
+@Transferable(DisasterRecoveryMessages.LOCAL_TABLE_STATE_REQUEST)
+public interface LocalTableStateRequest extends NetworkMessage {
+    List<ZonePartitionIdMessage> zonePartitionIds();
 
-    private final int tableId;
-    private final String schemaName;

Review Comment:
   It's a misfire in git. It managed to count as a rename a deletion of one 
file and a creation of a completely unrelated file.



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

Reply via email to