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

Race condition on the order of events

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.6
    • None
    • compute
    • None

    Description

      The test org.apache.ignite.internal.GridEventStorageCheckAllEventsSelfTest detects the irregular order of the JOB_FINISHED & EVT_JOB_RESULTED events.
      In case async execution and when the job worker is launched on separate thread the JOB_FINISHED event is recorded before EVT_JOB_RESULTED.
      In this case a response is added to delayed queue.
      See more: GridTaskWorker.java

      Attachments

        Activity

          People

            Unassigned Unassigned
            tledkov-gridgain Taras Ledkov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: