alievmirza commented on code in PR #5598: URL: https://github.com/apache/ignite-3/pull/5598#discussion_r2039697650
########## modules/partition-replicator/src/main/java/org/apache/ignite/internal/partition/replicator/PartitionReplicaLifecycleManager.java: ########## @@ -1542,6 +1558,42 @@ public void unloadTableResourcesFromZoneReplica(ZonePartitionId zonePartitionId, zoneResourcesManager.removeTableResources(zonePartitionId, tableId); } + /** + * Restarts the zone's partition including the replica and raft node. + * + * @param zonePartitionId Zone's partition that needs to be restarted. + * @param revision Metastore revision. 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