chesnokoff commented on code in PR #12756:
URL: https://github.com/apache/ignite/pull/12756#discussion_r2821852538


##########
modules/compatibility/src/test/java/org/apache/ignite/compatibility/testframework/junits/IgniteCompatibilityNodeRunner.java:
##########
@@ -96,7 +98,7 @@ public static void main(String[] args) throws Exception {
             cfg.setIgniteInstanceName(args[1]);
             cfg.setNodeId(nodeId);
 
-            final Ignite ignite = Ignition.start(cfg);
+            ignite = Ignition.start(cfg);

Review Comment:
   Looks like it's better to reuse `ignite` field from parent `IgniteNodeRunner`



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