Vladimir Dmitrienko created IGNITE-26741:
--------------------------------------------
Summary: [FLAKY] Cluster initialization command may return
non-zero exit code even when cluster initialized successfully
Key: IGNITE-26741
URL: https://issues.apache.org/jira/browse/IGNITE-26741
Project: Ignite
Issue Type: Bug
Components: cli ai3
Affects Versions: 3.1
Reporter: Vladimir Dmitrienko
Attachments: log.zip
*Steps to reproduce:*
# Start a single node cluster.
# Run a `cluster init` command:
{code:java}
/bin/ignite3 cluster init --name=test_cluster
--metastorage-group=test_cluster_0 --url=http://localhost:10301{code}
*Actual result:*
The command returns exit code 1.
stderr: "timeout"
However, the are no errors in the log and the cluster seems to be initialized
successfully.
Log attached.
*Expected result:*
Cluster initialized successfully, exit code: 0.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)