valepakh opened a new pull request, #7421:
URL: https://github.com/apache/ignite-3/pull/7421
The config library doesn't properly render lists at root, so render them as
JSON as a workaround:
```
[defaultNode]> node config show ignite.storage.profiles
[
{
"engine" : "aipersist",
"name" : "default",
"replacementMode" : "CLOCK",
"sizeBytes" : -1
}
]
```
It's still not perfect, adding the line before the end of the list, but at
least it prints the object properly.
--
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]