Sergey Antonov created IGNITE-11753:
---------------------------------------
Summary: control.sh improve error message in case of connection to secured cluster without credentials.
Key: IGNITE-11753
URL:
https://issues.apache.org/jira/browse/IGNITE-11753 Project: Ignite
Issue Type: Improvement
Reporter: Sergey Antonov
If control.sh tries to connect to secured cluster without login/password now we got:
{noformat}
./control.sh --state
Failed to get cluster state.
Authentication error, try connection again.
user:
{noformat}
We should print info about attempt to connect to secured cluster and request login/password if it isn't set. I.e.
{noformat}
./control.sh --state
Failed to get cluster state.
Cluster required authentication.
user:
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)