Issue Type: Bug Bug
Assignee: Unassigned
Components: core
Created: 08/Apr/15 10:33 PM
Description:

In our jenkins setup i started noticing that re builds of certain builds started leading to the following error in the logs

Apr 08, 2015 3:12:53 PM hudson.model.Executor run
SEVERE: Unexpected executor death
java.lang.IllegalStateException: /path/jobs/job-name/builds/59 already existed; will not overwite with HDP-TS #59
        at hudson.model.RunMap.put(RunMap.java:187)
        at jenkins.model.lazy.LazyBuildMixIn.newBuild(LazyBuildMixIn.java:178)
        at hudson.model.AbstractProject.newBuild(AbstractProject.java:1006)
        at hudson.model.AbstractProject.createExecutable(AbstractProject.java:1205)
        at hudson.model.AbstractProject.createExecutable(AbstractProject.java:144)
        at hudson.model.Executor$1.call(Executor.java:328)
        at hudson.model.Executor$1.call(Executor.java:310)
        at hudson.model.Queue._withLock(Queue.java:1246)
        at hudson.model.Queue.withLock(Queue.java:1184)
        at hudson.model.Executor.run(Executor.java:310)

If the user on the same job starts a new build it works fine. So something with re build is causing these errors. When we run into the above state the executor thread becomes dead and has to be restarted and asks you to go to http://host:8080/computer/%28master%29/executors/21/causeOfDeath

Saw this happen multiple times on different jobs. We are running v1.607

Project: Jenkins
Priority: Critical Critical
Reporter: Arpit Gupta
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