sk0x50 commented on code in PR #5081:
URL: https://github.com/apache/ignite-3/pull/5081#discussion_r1925368394
##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/benchmark/AbstractMultiNodeBenchmark.java:
##########
@@ -90,25 +90,35 @@ public void nodeSetUp() throws Exception {
startCluster();
try {
- var queryEngine = igniteImpl.queryEngine();
+ // Create a default zone on the cluster's start-up.
+ createDefaultZoneOnStartup();
Review Comment:
Ok, it makes sense. Changed to `createDistributionZoneOnStartup`. Thanks for
pointing this out!
--
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]