JAkutenshi commented on code in PR #5955:
URL: https://github.com/apache/ignite-3/pull/5955#discussion_r2121173067


##########
modules/table/src/main/java/org/apache/ignite/internal/table/distributed/TableManager.java:
##########
@@ -979,106 +982,104 @@ private void 
preparePartitionResourcesAndLoadToZoneReplica(TableImpl table, Zone
 
         var tablePartitionId = new TablePartitionId(tableId, partId);
 
-        inBusyLock(busyLock, () -> {

Review Comment:
   1. Oh, didn't noticed.
   2. Will remember this, thanks!



##########
modules/partition-replicator/src/integrationTest/java/org/apache/ignite/internal/partition/replicator/fixtures/Node.java:
##########
@@ -763,19 +783,31 @@ public CompletableFuture<Boolean> invoke(
 
             @Override
             protected MvTableStorage createTableStorage(CatalogTableDescriptor 
tableDescriptor, CatalogZoneDescriptor zoneDescriptor) {
-                MvTableStorage storage = 
super.createTableStorage(tableDescriptor, zoneDescriptor);
+                MvTableStorage storage = 
createSpy(super.createTableStorage(tableDescriptor, zoneDescriptor));

Review Comment:
   Got 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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to