sanpwc commented on a change in pull request #8351:
URL: https://github.com/apache/ignite/pull/8351#discussion_r504755774
##########
File path:
modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/BaselineCommand.java
##########
@@ -79,6 +92,19 @@
return null;
}
+ /**
+ * @see #execute(GridClientConfiguration, Logger)
+ * @param clientCfg Thin client configuration if connection to cluster is
necessary.
+ * @param logger Logger to use.
+ * @param verbose Use verbose mode or not
+ *
+ * @throws Exception If failed to execute baseline action.
+ */
+ @Override public Object execute(GridClientConfiguration clientCfg, Logger
logger, boolean verbose) throws Exception {
Review comment:
Same as above, please consider using some common class for such method.
----------------------------------------------------------------
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]