Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-10536

Incorrect hanlding of error in agent manager

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.8
    • wizards
    • None

    Description

      in _executeOnCluster method in AgentManager servce we have such a code:

      ...
      
      .catch((err) => {
        if (err instanceof CancellationError) 
          return;
      
        return err;
      });
      
      ...
      

      So we return an err. But should throw.

       

      Attachments

        Activity

          People

            kuaw26 Alexey Kuznetsov
            alexdel Alexander Kalinin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: