You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vadim Pakhnushev (Jira)" <ji...@apache.org> on 2023/03/22 08:09:00 UTC

[jira] [Updated] (IGNITE-19090) Don't show progress bar in case of an error

     [ https://issues.apache.org/jira/browse/IGNITE-19090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vadim Pakhnushev updated IGNITE-19090:
--------------------------------------
    Description: 
Running
{{unit deploy --path file --cluster-endpoint-url http://no-such-host.com id}}
shows the empty progressbar
{{0% │                                                  │   0/100 (0:00:00) ?/s}}
followed by the error
{{Unknown host: http://no-such-host.com}}.
We should improve error detection and don't show the progress bar in cases when the error is shown right away.

  was:
Running {{unit deploy --path file --cluster-endpoint-url http://no-such-host.com id}} shows the empty progressbar {{0% │                                                  │   0/100 (0:00:00) ?/s}} followed by the error {{Unknown host: http://no-such-host.com}}.
We should improve error detection and don't show the progress bar in cases when the error is shown right away.


> Don't show progress bar in case of an error
> -------------------------------------------
>
>                 Key: IGNITE-19090
>                 URL: https://issues.apache.org/jira/browse/IGNITE-19090
>             Project: Ignite
>          Issue Type: Task
>          Components: cli
>            Reporter: Vadim Pakhnushev
>            Priority: Major
>              Labels: ignite-3
>
> Running
> {{unit deploy --path file --cluster-endpoint-url http://no-such-host.com id}}
> shows the empty progressbar
> {{0% │                                                  │   0/100 (0:00:00) ?/s}}
> followed by the error
> {{Unknown host: http://no-such-host.com}}.
> We should improve error detection and don't show the progress bar in cases when the error is shown right away.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)