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

JITL Jobs have a bad performance when defining many parameters

    XMLWordPrintable

Details

    • Fix
    • Status: Released (View Workflow)
    • Minor
    • Resolution: Fixed
    • 1.7, 1.8
    • 1.7.6, 1.8.3, 1.9
    • None

    Description

      • JITL jobs are consuming much more time especially when there are many parameter or environment variables.
      • to verfiy this, crearte a ssh job with debug level=9
      • start the job
      • there will be log lines like this with ~ 1s duration
        2015-04-13 13:58:58.871+0200 [debug]  DEBUG [main] (JobSchedulerJobAdapter.java:577) - strTemp = true 
        2015-04-13 13:58:59.884+0200 [debug]  DEBUG [main] (JobSchedulerJobAdapter.java:577) - strTemp = ; 
        
      • After update you will see a duration time of ~0,015 s
        2015-04-13 14:10:54.392+0200 [debug]  DEBUG [main] (JobSchedulerJobAdapter.java:578) - strTemp = true 
        2015-04-13 14:10:54.406+0200 [debug]  DEBUG [main] (JobSchedulerJobAdapter.java:578) - strTemp = ;
        
        

      Attachments

        Issue Links

          Activity

            People

              ur Uwe Risse
              ur Uwe Risse
              Uwe Risse Uwe Risse
              Oliver Haufe Oliver Haufe
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: