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


##########
modules/storage-api/src/main/java/org/apache/ignite/internal/storage/util/MvPartitionStorages.java:
##########
@@ -432,6 +432,23 @@ private String 
createStorageInProgressOfRebalanceErrorMessage(int partitionId) {
         return null;
     }
 
+    /**
+     * Returns a list of all existing storages.
+     */
+    public List<T> getAll() {

Review Comment:
   Yes, yes, let's race through the forest =)



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