nizhikov commented on a change in pull request #8998:
URL: https://github.com/apache/ignite/pull/8998#discussion_r615688211
##########
File path:
modules/ducktests/src/main/java/org/apache/ignite/internal/ducktest/utils/IgniteAwareApplicationService.java
##########
@@ -38,9 +37,23 @@
public class IgniteAwareApplicationService {
/** Logger. */
private static final Logger log =
LogManager.getLogger(IgniteAwareApplicationService.class.getName());
+ /** Ignite mode = node. */
+ public static final String IGNITE_START_NODE = "NODE";
Review comment:
These constants are useless. Please, remove them.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]