Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-31956

Executors die if the configuration is reloaded from disk

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • core
    • None
    • Jenkins 1.620
      Oracle JDK 1.8 u60
      Debian 7 (wheezy) 64bit

      If you reload the Jenkins configuration from disk, executors randomly die with below stack trace some time later. This happens on both master and slave nodes.

      java.lang.IllegalStateException: /var/lib/jenkins/jobs/job/builds/104 already existed; will not overwite with job #104
      	at hudson.model.RunMap.put(RunMap.java:189)
      	at jenkins.model.lazy.LazyBuildMixIn.newBuild(LazyBuildMixIn.java:178)
      	at hudson.model.AbstractProject.newBuild(AbstractProject.java:1017)
      	at hudson.model.AbstractProject.createExecutable(AbstractProject.java:1216)
      	at hudson.model.AbstractProject.createExecutable(AbstractProject.java:144)
      	at hudson.model.Executor$1.call(Executor.java:335)
      	at hudson.model.Executor$1.call(Executor.java:317)
      	at hudson.model.Queue._withLock(Queue.java:1345)
      	at hudson.model.Queue.withLock(Queue.java:1210)
      	at hudson.model.Executor.run(Executor.java:317)
      

            Unassigned Unassigned
            erikdw Erik De Weerdt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: