Uploaded image for project: 'Samza'
  1. Samza
  2. SAMZA-1250

JobRunner.kill doesn't terminate cleanly with YarnJob.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.13.0
    • None
    • None

    Description

      I discovered this while working on the wikipedia tutorial with the Fluent API.

      Running run-app.sh with --operation=kill will kill the job but doesn't appear to do so cleanly. There are a few reasons.
      1. The client can't get the status for finished jobs because it only looks at the active (RUNNING) application IDs
      2. JobRunner.kill() waits for a successful finish. It should wait for any finish
      3. A killed job is considered an unsuccessful finish. It should be considered successful.

      Attachments

        Issue Links

          Activity

            People

              jmakes Jake Maes
              jmakes Jake Maes
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: