Uploaded image for project: 'JITL - JobScheduler Integrated Template Library'
  1. JITL - JobScheduler Integrated Template Library
  2. JITL-566

ConfigurationOrderMonitor shouldn't write task parameters into the order parameters

    XMLWordPrintable

Details

    • Fix
    • Status: Released (View Workflow)
    • Blocker
    • Resolution: Fixed
    • None
    • 1.12.10

    Description

      Current Situation

      • The ConfigurationOrderMonitor writes the task parameters into the order parameters during the preprocessing of the job execution.
      • This could have a side effect in the situation where we have two jobs in the job chain with the same task parameters but different parameter values. Because of above behavior of the ConfigurationOrderMonitor the order parameters at the second job contains the task parameter of the first job which beats the task parameter of the second job so that the second job starts with the same parameters than the first job.
      • Especially annoying is this effect when the JobSchedulerJobChainSplitter-Job is used twice in a Job Chain because the second JobSchedulerJobChainSplitter-Job creates Orders for the nodes of the first JobSchedulerJobChainSplitter-Job so that an endless loop will be created.
        • If the 2nd split a nested splits then the child orders' id grows and grows and you get after some loops
          ERRNO-36: File name too long

      Desired Behavior

      ConfigurationOrderMonitor shouldn't modify the order parameters for next Jobs of the Job Chain.

      Workaround

      A patch can be downloaded from the link list below.
      Copy the patch to the ./lib/patches folder of the JobScheduler master/agent and restart the JobScheduler.

      Attachments

        Issue Links

          Activity

            People

              ur Uwe Risse
              oh Oliver Haufe
              Anuj Mandloi Anuj Mandloi (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: