[JIRA] [core] (JENKINS-29268) Unexpected executor death

2016-01-11 Thread jgl...@cloudbees.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jesse Glick resolved as Duplicate 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-29268 
 
 
 
  Unexpected executor death  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jesse Glick 
 
 
 

Status:
 
 Open Resolved 
 
 
 

Resolution:
 
 Duplicate 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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.


[JIRA] [core] (JENKINS-29268) Unexpected executor death

2015-09-08 Thread steffen.breitb...@1und1.de (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Steffen Breitbach commented on  JENKINS-29268 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Unexpected executor death  
 
 
 
 
 
 
 
 
 
 
We encounter this issue on freestyle builds that are triggered by a cron _expression_ and an upstream job. When those triggers both happen close to each other it seams to "kill" the executor due to the IllegalStateException 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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.


[JIRA] [core] (JENKINS-29268) Unexpected executor death

2015-08-08 Thread driveha...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Harmer commented on  JENKINS-29268 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Unexpected executor death  
 
 
 
 
 
 
 
 
 
 
Linked duplicate issues since I was also running into this problem. It seems 26582 was closed as fixing a slightly separate problem, but the original submission still seems to be the same. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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.


[JIRA] [core] (JENKINS-29268) Unexpected executor death

2015-08-08 Thread driveha...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Mark Harmer commented on  JENKINS-29268 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Unexpected executor death  
 
 
 
 
 
 
 
 
 
 
After discovering this problem while we were migrating our configuration to a new Jenkins master, this seems to be a race condition on Reloading the Configuration while a new job is queued. I was able to reproduce this reliably through the following steps (Mark Sinclair's notes from 26582 aided in this): 
 

Start a fresh server (slave nodes aren't necessary to setup)
 

Add a Freestyle Project 
 

This job will need to run for at least a few seconds, I setup a Unix shell script to just sleep 90
 
 
 

Build revision 1 of the new project
 

Run the following bash script that will continually reload the configuration in the background: 

 

Unable to find source-code formatter for language: bash. Available languages are: actionscript, html, java, _javascript_, none, sql, xhtml, xml


#!/bin/bash
while [ true ]; do
	curl -X POST http://localhost:8080/reload 
	sleep 1
done
 


 

Attempt to queue additional builds from the same project, this can be spam-clicked for a few seconds
 

Observe that the project itself will not display the queued jobs
 

Go to the main Jenkins page and observe that the Queue will have multiple jobs for the same project queued
 

Cancel or let the initial job fail, the next job in the queue will attempt to use the same build revision number as cause the above crash.
 
 
I was attempting to track down when the issue actually starting showing up and the strange build queue issue seems to go back at least before April of 2014. The crash seems to have occurred due to a change between November 11, 2014 and January 9th, 2015 (these were the arbitrary commits I manually checked out). I think the crash is related, but is actually caused by these weird queue issues while reloading. 

[JIRA] [core] (JENKINS-29268) Unexpected executor death

2015-07-07 Thread mkochanow...@pzu.pl (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michał Kochanowicz created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-29268 
 
 
 
  Unexpected executor death  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Components:
 

 core 
 
 
 

Created:
 

 07/Jul/15 11:35 AM 
 
 
 

Environment:
 

 Jenkins ver. 1.618  Red Hat Enterprise Linux Server release 5.10 (Tikanga)  Linux 2.6.18-371.6.1.el5 #1 SMP x86_64 GNU/Linux 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Michał Kochanowicz 
 
 
 
 
 
 
 
 
 
 
Several times a day I encounter executor death with stacktrace like this: 
{{Unexpected executor death java.lang.IllegalStateException: //jenkins_workdir/jobs/X-1.2.x (continuous integration)/builds/214 already existed; will not overwite with X-1.2.x (continuous integration) #214 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)}}