[
https://issues.apache.org/jira/browse/IGNITE-28217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vadim Pakhnushev updated IGNITE-28217:
--------------------------------------
Description:
*Steps to reproduce*:
- Open CLI in REPL mode, answer no to reconnect.
- Terminate the `sh` process that started the CLI java process with `kill`,
it's easy to find using `ps af`
*Result*:
CLI does not respond and CLI endlessly prints :
{noformat}
[disconnected]>
Unknown error
java.io.IOException: Input/output error
[disconnected]>
Unknown error
java.io.IOException: Input/output error
...
{noformat}
*Expected behaviour*:
CLI should not endlessly stream errors.
was:
*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.
> CLI. Endless stream of unknown error java.io.IOException: Input/output error
> in interactive CLI when a 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
> Assignee: Vadim Pakhnushev
> Priority: Major
> Labels: ignite-3
> Time Spent: 10m
> Remaining Estimate: 0h
>
> *Steps to reproduce*:
> - Open CLI in REPL mode, answer no to reconnect.
> - Terminate the `sh` process that started the CLI java process with `kill`,
> it's easy to find using `ps af`
> *Result*:
> CLI does not respond and CLI endlessly prints :
> {noformat}
> [disconnected]>
> Unknown error
> java.io.IOException: Input/output error
> [disconnected]>
> Unknown error
> java.io.IOException: Input/output error
> ...
> {noformat}
> *Expected behaviour*:
> CLI should not endlessly stream errors.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)