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


##########
modules/storage-api/src/main/java/org/apache/ignite/internal/storage/util/MvPartitionStorages.java:
##########
@@ -442,6 +403,8 @@ private void 
throwExceptionDependingOnOperation(StorageOperation operation, int
             throw new 
StorageRebalanceException(createStorageInProgressOfFinishRebalanceErrorMessage(partitionId));
         } else if (operation instanceof CleanupStorageOperation) {
             throw new 
StorageException(createStorageInProgressOfCleanupErrorMessage(partitionId));
+        } else if (operation instanceof CloseStorageOperation || 
operation.isFinalOperation()) {

Review Comment:
   Why not, fixed 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