kgusakov commented on code in PR #3266:
URL: https://github.com/apache/ignite-3/pull/3266#discussion_r1510338867


##########
modules/compute/src/integrationTest/java/org/apache/ignite/internal/compute/ItWorkerShutdownTest.java:
##########
@@ -370,7 +371,7 @@ private TestingJobExecution<String> 
executeGlobalInteractiveJob(IgniteImpl entry
     private void createReplicatedTestTableWithOneRow() {
         // Number of replicas == number of nodes and number of partitions == 
1. This gives us the majority on primary replica stop.
         // After the primary replica is stopped we still be able to select new 
primary replica selected.
-        executeSql("CREATE ZONE TEST_ZONE WITH REPLICAS=3, PARTITIONS=1");
+        executeSql("CREATE ZONE TEST_ZONE WITH REPLICAS=3, PARTITIONS=1, 
STORAGE_PROFILES='" + DEFAULT_STORAGE_PROFILE + "'");

Review Comment:
   Yes, zone's DDL without STORAGE_PROFILES param is not valid at all. We 
always need to set the zone's profiles manually, there are no any cluster wide 
default storage profiles.



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