sanpwc commented on code in PR #5179:
URL: https://github.com/apache/ignite-3/pull/5179#discussion_r1949366808
##########
modules/partition-replicator/src/integrationTest/java/org/apache/ignite/internal/partition/replicator/ItZoneDataReplicationTest.java:
##########
@@ -222,14 +220,18 @@ private Node newNode(NetworkAddress address, NodeFinder
nodeFinder) {
}
private int createZone(String zoneName, int partitions, int replicas) {
+ return createZoneWithProfile(zoneName, partitions, replicas,
DEFAULT_STORAGE_PROFILE);
Review Comment:
Should we explicitly set it as aipersist?
--
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]