Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
Jenkins 2.73.1, Windows 2016, Java 8
Description
We encounterd that a simple empty loop of 150 items takes 10 seconds te complete. A loop of 1000 iterations take up 1 minute. We don't see excessive CPU / memory usage on the Jenkins server / slave. The loop is very simple (nothing is executed inside the loop):
for (i=0;i<1000;i++) {
}
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
We encounterd that a simple empty loop of 150 items takes 10 seconds te complete. A loop of 1000 iterations take up 1 minute. We don't see excessive CPU / memory usage on the Jenkins server / slave. The loop is very simple (nothing is executes inside the loop): for (i=0;i<1000;i++) \{ } |
We encounterd that a simple empty loop of 150 items takes 10 seconds te complete. A loop of 1000 iterations take up 1 minute. We don't see excessive CPU / memory usage on the Jenkins server / slave. The loop is very simple (nothing is executed inside the loop): for (i=0;i<1000;i++) \{ } |
Component/s | workflow-cps-plugin [ 21713 ] | |
Component/s | pipeline-utility-steps-plugin [ 21135 ] |
Assignee | rsandell [ rsandell ] |
Priority | Critical [ 2 ] | Minor [ 4 ] |
Labels | pipeline | pipeline triaged-2018-11 |
Labels | pipeline triaged-2018-11 | complex-cps-code pipeline triaged-2018-11 |