rpuch commented on code in PR #3329:
URL: https://github.com/apache/ignite-3/pull/3329#discussion_r1509056730


##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/framework/ClusterServiceFactory.java:
##########
@@ -62,6 +64,13 @@ public class ClusterServiceFactory {
         this.allNodes = allNodes;
     }
 
+    private ClusterNode nodeByName(String name) {
+        return nodeByName.computeIfAbsent(

Review Comment:
   No, same as `messagingServicesByNode` and `topologyServicesByNode`. This is 
a test harness, this should not create problems.



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