[
https://issues.apache.org/jira/browse/IGNITE-21828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vadim Pakhnushev updated IGNITE-21828:
--------------------------------------
Description:
{{cluster config update}} or {{node config update}} commands without parameters
fail with
{noformat}
Unknown error
Cannot invoke
"org.apache.ignite.internal.cli.call.configuration.ClusterConfigUpdateCallInput.getClusterUrl()"
because "input" is null{noformat}
The reason is {{SpacedParameterMixin.toString}} implementation when no
parameters are provided.
We should required at least one parameter.
was:
{{cluster config update}} or {{node config update}} commands without parameters
fail with
{noformat}
Unknown error
Cannot invoke
"org.apache.ignite.internal.cli.call.configuration.ClusterConfigUpdateCallInput.getClusterUrl()"
because "input" is null{noformat}
> config update commands fail when no parameters are passed
> ---------------------------------------------------------
>
> Key: IGNITE-21828
> URL: https://issues.apache.org/jira/browse/IGNITE-21828
> Project: Ignite
> Issue Type: Bug
> Components: cli
> Reporter: Vadim Pakhnushev
> Assignee: Vadim Pakhnushev
> Priority: Major
> Labels: ignite-3
>
> {{cluster config update}} or {{node config update}} commands without
> parameters fail with
> {noformat}
> Unknown error
> Cannot invoke
> "org.apache.ignite.internal.cli.call.configuration.ClusterConfigUpdateCallInput.getClusterUrl()"
> because "input" is null{noformat}
> The reason is {{SpacedParameterMixin.toString}} implementation when no
> parameters are provided.
> We should required at least one parameter.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)