Cyrill commented on code in PR #6288: URL: https://github.com/apache/ignite-3/pull/6288#discussion_r2222448059
########## modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/network/PartitionReplicationMessageGroup.java: ########## @@ -287,5 +290,14 @@ interface DisasterRecoveryMessages { /** Message type for {@link LocalPartitionStatesResponse}. */ short LOCAL_PARTITION_STATE_RESPONSE = 102; + + /** Message type for {@link LocalTableStateMessage}. */ + short LOCAL_TABLE_STATE = 103; 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