Cyrill commented on code in PR #6569:
URL: https://github.com/apache/ignite-3/pull/6569#discussion_r2439822774


##########
modules/table/src/integrationTest/java/org/apache/ignite/internal/table/distributed/disaster/AbstractHighAvailablePartitionsRecoveryTest.java:
##########
@@ -348,17 +347,31 @@ final int zoneIdByName(CatalogService catalogService, 
String zoneName) {
 
     private void createHaZoneWithTables(
             String zoneName, List<String> tableNames, String filter, 
Set<String> targetNodes) throws InterruptedException {
-        createHaZoneWithTables(zoneName, tableNames, filter, 
DEFAULT_STORAGE_PROFILE, targetNodes);
+        createHaZoneWithTables(zoneName, tableNames, PARTITIONS_NUMBER, null, 
filter, DEFAULT_STORAGE_PROFILE, targetNodes);
     }
 
     private void createHaZoneWithTables(
-            String zoneName, List<String> tableNames, String filter, String 
storageProfiles, Set<String> targetNodes
+            String zoneName,
+            List<String> tableNames,
+            int partitionNumber,
+            @Nullable Integer quorumSize,

Review Comment:
   is 0 a valid parameter?



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