Aleksandr created IGNITE-17510:
----------------------------------
Summary: NPE in cluster configuration REST calls
Key: IGNITE-17510
URL: https://issues.apache.org/jira/browse/IGNITE-17510
Project: Ignite
Issue Type: Task
Components: cli, ignite-3, rest
Reporter: Aleksandr
When calling {{/management/v1/configuration/cluster}} on the cluster that is
not initialized, than we got the NPE and as a result, 500 error code is
returned.
{{ItNotInitializedClusterRestTest#clusterConfiguration}} and
{{ItNotInitializedClusterRestTest#clusterConfigurationUpdate}} reproduce the
issue and have TODO for that.
I would suggest to return 404 in that case as
{{/management/v1/cluster/topology/logical}} does. So, there is no such resource
on the cluster that is not initialized.
The {{cluster config show/update}} error handling should be updated as well.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)