ygerzhedovich commented on code in PR #6294: URL: https://github.com/apache/ignite-3/pull/6294#discussion_r2224940204
########## modules/runner/src/integrationTest/java/org/apache/ignite/internal/benchmark/BulkLoadBenchmark.java: ########## @@ -116,9 +116,13 @@ public static class SqlThinState { public void setUp() { String queryStr = createInsertStatement(); - client = IgniteClient.builder() - .addresses("127.0.0.1:10800", "127.0.0.1:10801", "127.0.0.1:10802") - .build(); + client = IgniteClient.builder().addresses("127.0.0.1:10800").build(); Review Comment: you can just make clusterSize field as static and remove that's strange stuff. -- 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