This is an automated email from the ASF dual-hosted git repository.

ptupitsyn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 86bbb43227 IGNITE-22194 Remove portRange from 
PlatformBenchmarkNodeRunner
86bbb43227 is described below

commit 86bbb4322770b367ca380542b42ed0ea0a7db2f9
Author: Max Zhuravkov <shh...@gmail.com>
AuthorDate: Wed May 8 18:01:17 2024 +0300

    IGNITE-22194 Remove portRange from PlatformBenchmarkNodeRunner
    
    Remove portRange property that no longer exists.
---
 .../apache/ignite/internal/runner/app/PlatformBenchmarkNodeRunner.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/PlatformBenchmarkNodeRunner.java
 
b/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/PlatformBenchmarkNodeRunner.java
index 8aa6b2fcfc..23245507c9 100644
--- 
a/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/PlatformBenchmarkNodeRunner.java
+++ 
b/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/PlatformBenchmarkNodeRunner.java
@@ -34,7 +34,7 @@ public class PlatformBenchmarkNodeRunner {
     /** Nodes bootstrap configuration. */
     private static final Map<String, String> nodesBootstrapCfg = Map.of(
             NODE_NAME, "{\n"
-                    + "  \"clientConnector\":{\"port\": 
10420,\"portRange\":1,\"idleTimeout\":999000},"
+                    + "  \"clientConnector\":{\"port\": 
10420,\"idleTimeout\":999000},"
                     + "  \"network\": {\n"
                     + "    \"port\":3344,\n"
                     + "    \"nodeFinder\": {\n"

Reply via email to