tkalkirill commented on code in PR #1556:
URL: https://github.com/apache/ignite-3/pull/1556#discussion_r1083916394


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/raft/snapshot/PartitionAccess.java:
##########
@@ -32,27 +41,111 @@ public interface PartitionAccess {
     PartitionKey partitionKey();
 
     /**
-     * Returns the multi-versioned partition storage.
+     * Destroys and recreates the multi-versioned partition storage.
+     *
+     * @return Future that will complete when the partition is recreated.
+     * @throws StorageException If an error has occurred during the partition 
destruction.
      */
-    MvPartitionStorage mvPartitionStorage();
+    CompletableFuture<Void> reCreateMvPartitionStorage() throws 
StorageException;
 
     /**
-     * Returns transaction state storage for the partition.
+     * Destroys and recreates the multi-versioned partition storage.

Review Comment:
   Fix it



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