sanpwc commented on code in PR #7265:
URL: https://github.com/apache/ignite-3/pull/7265#discussion_r2643599845


##########
modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/network/disaster/LocalPartitionsEstimatedSizeMessage.java:
##########
@@ -27,7 +27,7 @@
  * A message for reading estimated number of rows for tables stored on this 
node.
  */
 @Transferable(DisasterRecoveryMessages.LOCAL_TABLE_PARTITION_STATE)
-public interface LocalTablePartitionStateMessage extends NetworkMessage {
+public interface LocalPartitionsEstimatedSizeMessage extends NetworkMessage {

Review Comment:
   I'm not sure that we need such request and such logic. As far as I remember, 
it was added for compatibility mode in order to retrieve table partitions 
states in colocation mode. For more details please check 
`DisasterRecoveryManager#tableStateForZone` along with corresponding usages 
`DisasterRecoveryManager#localTablePartitionStates` and 
`DisasterRecoveryManager#globalTablePartitionStates`. I assume that we won't 
provide table partition states any longer only zone ones.



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

Reply via email to