Vadim Pakhnushev created IGNITE-27574:
-----------------------------------------
Summary: Incorrect rendering of lists in CLI
Key: IGNITE-27574
URL: https://issues.apache.org/jira/browse/IGNITE-27574
Project: Ignite
Issue Type: Bug
Components: cli ai3
Reporter: Vadim Pakhnushev
Assignee: Vadim Pakhnushev
The fix in IGNITE-24544 was incomplete. The list with objects is rendered as a
simple list without the underlying objects.
{noformat}
[defaultNode]> node config show ignite.storage
...
profiles=[
{
engine=aipersist
name=default
replacementMode=CLOCK
sizeBytes=-1
}
]
[defaultNode]> node config show ignite.storage.profiles
[
engine=aipersist
name=default
replacementMode=CLOCK
sizeBytes=-1
]
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)