Sega76 commented on a change in pull request #8402:
URL: https://github.com/apache/ignite/pull/8402#discussion_r524488066
##########
File path:
modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/snapshot/SnapshotCommand.java
##########
@@ -51,13 +53,18 @@
/** {@inheritDoc} */
@Override public Object execute(GridClientConfiguration clientCfg, Logger
log) throws Exception {
try (GridClient client = Command.startClient(clientCfg)) {
- return executeTaskByNameOnNode(
- client,
- taskName,
- taskArgs,
- null,
- clientCfg
+ Object res = executeTaskByNameOnNode(
+ client,
+ taskName,
+ taskArgs,
+ null,
+ clientCfg
);
+
+ if (taskName.equals(VisorSnapshotStatusTask.class.getName()))
Review comment:
fixed
----------------------------------------------------------------
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]