Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-1113

SubQuery in KILLED state should handle unexpected events.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • None
    • 0.9.0
    • QueryMaster
    • None

    Description

      Currently, KILLED state in SubQuery does not handle any event. As I mentioned in TAJO-1111, QueryUnit in even terminal states may receive additional unexpected events from a running tasks because a running task reporter sends a progress periodically; that is the report is not synchronized with a task life cycle. As a result, When a killed QueryUnit receives unexpected events, it can cause some event towards SubQuery. But, SubQuery does not handle any addition events if SubQuery is already in KILLED.

      This patch adds some transitions to SubQuery in order to fix the above problem.

      Attachments

        Activity

          People

            hyunsik Hyunsik Choi
            hyunsik Hyunsik Choi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: