Igor Gusev created IGNITE-26445:
-----------------------------------
Summary: Cannot create a new storage profile in node configuration
Key: IGNITE-26445
URL: https://issues.apache.org/jira/browse/IGNITE-26445
Project: Ignite
Issue Type: Task
Reporter: Igor Gusev
In current AI3 master, it is impossible to create a new storage profile. This
seems to be caused by IGNITE-26191.
When attempting to add a new storage profile from CLI, an exception is thrown.
{code:java}
node config update ignite.storage.profiles: { engine2: {engine: aipersist} }
Trace ID: 0c493404-df3d-47cd-851a-abbc41821c9f
Cannot invoke
"org.apache.ignite.internal.configuration.tree.InnerNode.injectedValueFieldName()"
because the return value of
"org.apache.ignite.internal.configuration.tree.ConverterToMapVisitor.getFirstNode(org.apache.ignite.internal.configuration.tree.NamedListNode)"
is null {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)