[ https://issues.apache.org/jira/browse/IGNITE-26336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vadim Pakhnushev updated IGNITE-26336: -------------------------------------- Ignite Flags: Release Notes Required Release Note: When invoking the same command in REPL mode with a node name or URL option, and then without the option, the command remembers the option value from the first invocation. > Second command invocation remembers options > ------------------------------------------- > > Key: IGNITE-26336 > URL: https://issues.apache.org/jira/browse/IGNITE-26336 > Project: Ignite > Issue Type: Bug > Components: cli ai3 > Reporter: Vadim Pakhnushev > Assignee: Vadim Pakhnushev > Priority: Major > Labels: ignite-3 > Time Spent: 20m > Remaining Estimate: 0h > > Running a command that takes node URL or node name with either of the options > remembers it in the session, so running it second time without options works > as if the option was supplied. > {noformat} > [defaultNode]> node config show -n nonexisting_node > Node nonexisting_node not found. Provide a valid name or use a URL > [defaultNode]> node config show > Node nonexisting_node not found. Provide a valid name or use a URL > {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)