tkalkirill commented on code in PR #1286:
URL: https://github.com/apache/ignite-3/pull/1286#discussion_r1010726609
##########
modules/storage-api/src/testFixtures/java/org/apache/ignite/internal/storage/impl/TestMvTableStorage.java:
##########
@@ -176,4 +179,35 @@ public void stop() throws StorageException {
@Override
public void destroy() throws StorageException {
}
+
+ @Override
+ public CompletableFuture<Void> startRebalanceMvPartition(int partitionId,
Executor executor) {
+ MvPartitionStorage oldPartitionStorage = partitions.get(partitionId);
+
+ assert oldPartitionStorage != null : "Partition does not exists: " +
partitionId;
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]