Issue Type: Bug Bug
Assignee: Unassigned
Components: core
Created: 08/Apr/14 8:21 AM
Description:

Seems that there is a concurrency issue in queue handlers.
The issue sometimes appears in jenkins-1.509.4 .

java.lang.IndexOutOfBoundsException: Index: 62, Size: 62
at java.util.ArrayList.rangeCheck(ArrayList.java:635)
at java.util.ArrayList.get(ArrayList.java:411)
at hudson.model.queue.MappingWorksheet$ReadOnlyList.get(MappingWorksheet.java:102)
at hudson.model.queue.MappingWorksheet$ExecutorChunk.execute(MappingWorksheet.java:150)
at hudson.model.queue.MappingWorksheet$ExecutorChunk.access$000(MappingWorksheet.java:110)
at hudson.model.queue.MappingWorksheet$Mapping.execute(MappingWorksheet.java:298)
at hudson.model.Queue.maintain(Queue.java:1048)
at hudson.model.Queue.pop(Queue.java:866)
at hudson.model.Executor.grabJob(Executor.java:285)
at hudson.model.Executor.run(Executor.java:206)

Environment: Jenkins Core - 1.509.4
RHEL6-based Server
~400 executors on 80 slave nodes
Project: Jenkins
Labels: queue executor
Priority: Major Major
Reporter: Oleg Nenashev
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to