Ivan Bessonov created IGNITE-25789:
--------------------------------------
Summary: ConfigurationExtension creates wrong node sometimes
Key: IGNITE-25789
URL: https://issues.apache.org/jira/browse/IGNITE-25789
Project: Ignite
Issue Type: Bug
Reporter: Ivan Bessonov
Assignee: Ivan Bessonov
{code:java}
SuperRoot superRoot = new SuperRoot(s -> new RootInnerNode(rootKey,
cgen.instantiateNode(schemaClass)));{code}
Parameter {{s}} is never checked, but this {{nodeCreator}} might be used for
other roots too.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)