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

Compute job ids duplication

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.6
    • None

    Description

      Configure custom CollisionSpi with any implemenation which keeps waiting jobs list not empty. Execute considerable amount of tasks (e.g. 10000) from 2 or more nodes with jobs mapped to one node.

      Error occurs on mapped node: "Received computation request with duplicate job ID (could be network malfunction, source node may hang if task timeout was not set)"

      Reason: TaskGridWorker:processMappedJobs generates job ids as following: IgniteUuid jobId = IgniteUuid.fromUuid(node.id());
      where node.id() is identifier of node the job is mapped to. So parallel generation of job ids on different nodes leads to ids duplication.

      Possible solution: use node.id() of local node in job id generation.

      Attachments

        Activity

          People

            yzhdanov Yakov Zhdanov
            alephspb Sergey Sidorov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: