[
https://issues.apache.org/jira/browse/IGNITE-10536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Kuznetsov updated IGNITE-10536:
--------------------------------------
Ignite Flags: (was: Docs Required)
Fix Version/s: 2.8
> 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: Alexey Kuznetsov
> Priority: Major
> Fix For: 2.8
>
>
> 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)