nizhikov commented on code in PR #11804:
URL: https://github.com/apache/ignite/pull/11804#discussion_r1916145598
##########
modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/CommandHandler.java:
##########
@@ -282,9 +259,8 @@ public <A extends IgniteDataTransferObject> int
execute(List<String> rawArgs) {
while (true) {
try (
- CloseableCliCommandInvoker invoker =
useConnectorConnection()
- ? new CliCommandInvoker<>(args.command(),
args.commandArg(), getClientConfiguration(args))
- : new CliIgniteClientInvoker<>(args.command(),
args.commandArg(), clientConfiguration(args))
+ CloseableCliCommandInvoker invoker =
Review Comment:
Looks like we don't need `CloseableCliCommandInvoker` anymore.
--
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]