Dmitry Baranov created IGNITE-20099:
---------------------------------------
Summary: IOException in CLI on node shutdown
Key: IGNITE-20099
URL: https://issues.apache.org/jira/browse/IGNITE-20099
Project: Ignite
Issue Type: Bug
Components: cli
Affects Versions: 3.0.0-beta1
Reporter: Dmitry Baranov
Attachments: 2023-07-31_08-46-39.png
On node shutdown IOException printed in CLI
Steps to reproduce:
1. Start ignite3 ./{_}bin/ignite3db start{_}
2. start CLI and invoke _connect_ command
3. shutdown ignite ./{_}bin/ignite3db stop{_}
Expected: user readable error message about connection lost
Actual:
[defaultNode]> [java.io.IOException: unexpected end of stream on
http://localhost:10300/..., java.net.SocketException: Connection reset,
java.net.SocketException: Connection reset, java.net.SocketException:
Connection reset, java.net.SocketException: Connection reset,
java.net.ConnectException: Failed to connect to localhost/127.0.0.1:10300]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)