Maksim Zhuravkov created IGNITE-28217:
-----------------------------------------
Summary: CLI. Endless stream of unknown error java.io.IOException:
Input/output error in interactive CLI when node CLI connected to is abruptly
stopped
Key: IGNITE-28217
URL: https://issues.apache.org/jira/browse/IGNITE-28217
Project: Ignite
Issue Type: Bug
Components: cli ai3
Affects Versions: 3.1
Reporter: Maksim Zhuravkov
*Steps to reproduce*:
- Start a single node cluster (main branch, commit
b0ac00a3960b969b376a1aaf086108f1a111096d )
- Open CLI in interactive SQL mode.
- Terminate the node with `kill -9`
*Result*:
CLI does not respond and CLI endlessly prints :
{noformat}
sql-cli>
Unknown error
java.io.IOException: Input/output error
sql-cli>
Unknown error
java.io.IOException: Input/output error
sql-cli>
...
{noformat}
*Expected behaviour*:
CLI should not endlessly stream errors.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)