Vyacheslav Koptilin created IGNITE-15841:
--------------------------------------------
Summary: Ignite node starts with a default configuration in case
of the user-provided configuration cannot be properly parsed
Key: IGNITE-15841
URL: https://issues.apache.org/jira/browse/IGNITE-15841
Project: Ignite
Issue Type: Bug
Reporter: Vyacheslav Koptilin
In case of the user-provided configuration is broken (for example, it is an
incorrect JSON file), Ignite node still tries to start with a default
configuration.
{noformat}
Unable to read user specific configuration, default configuration will be used:
...{noformat}
It does not seem this behavior is correct. The implementation should throw an
exception with an appropriate message.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)