sashapolo commented on code in PR #5290:
URL: https://github.com/apache/ignite-3/pull/5290#discussion_r1971723943
##########
modules/storage-api/src/testFixtures/java/org/apache/ignite/internal/storage/impl/TestMvPartitionStorage.java:
##########
@@ -685,6 +685,10 @@ public long estimatedSize() {
@Override
public void close() {
+ if (rebalance) {
+ throw new StorageRebalanceException();
Review Comment:
All other places that throw exceptions in this class do not specify
anything, I don't want to fix it everywhere. And it's a test storage anyway
--
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]