[
https://issues.apache.org/jira/browse/IGNITE-10536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Kalinin updated IGNITE-10536:
---------------------------------------
Component/s: wizards
> Incorrect hanlding of error in agent manager
> --------------------------------------------
>
> Key: IGNITE-10536
> URL: https://issues.apache.org/jira/browse/IGNITE-10536
> Project: Ignite
> Issue Type: Bug
> Components: wizards
> Reporter: Alexander Kalinin
> Assignee: Alexander Kalinin
> Priority: Major
>
> in _executeOnCluster method in AgentManager servce we have such a code:
> {code:java}
> ...
> .catch((err) => {
> if (err instanceof CancellationError)
> return;
> return err;
> });
> ...
> {code}
> So we return an err. But should throw.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)