Uploaded image for project: 'Apache Apex Malhar'
  1. Apache Apex Malhar
  2. APEXMALHAR-649

Use Operator.Util.shutdown() instead of throw new InterruptedException() to shutdown the operators

    XMLWordPrintableJSON

Details

    Description

      The throw version cannot be dependent on for correct shutdown. So please identify

      throw new Runtime(new InterruptedException(....));
      

      pattern and change it to

      Operator.Util.shutdown();
      

      Attachments

        Activity

          People

            RashmiDevarahalli Rashmi Devarahalli
            chenar Chetan Narsude
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: