Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.7, 1.8
-
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
- relates to
-
JITL-139 JITL Jobs have a bad performance since 1.6.4246
- Released