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


##########
modules/storage-api/src/main/java/org/apache/ignite/internal/storage/util/StorageUtils.java:
##########
@@ -109,4 +156,8 @@ private static String 
createUnexpectedStorageStateErrorMessage(StorageState stat
     private static String createStorageClosedErrorMessage(String storageInfo) {
         return IgniteStringFormatter.format("Storage is already closed: [{}]", 
storageInfo);
     }
+
+    private static String createStorageInProcessOfCleanupErrorMessage(String 
storageInfo) {
+        return IgniteStringFormatter.format("Storage in the process of 
cleanup: [{}]", storageInfo);

Review Comment:
   fix



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