[JIRA] [core] (JENKINS-11962) Symlinking lastSuccessful build shouldn't fail with concurrent jobs

2016-02-11 Thread kenneth.e.po...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ken Poole commented on  JENKINS-11962 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Symlinking lastSuccessful build shouldn't fail with concurrent jobs  
 
 
 
 
 
 
 
 
 
 
This just happened to us on jenkins 1.644 running from the "official" docker image. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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-11962) Symlinking lastSuccessful build shouldn't fail with concurrent jobs

2014-11-17 Thread rdrab...@cisco.com (JIRA)














































Rebecca Drabenstott
 commented on  JENKINS-11962


Symlinking lastSuccessful build shouldnt fail with concurrent jobs















Thanks for the suggestions Daniel.  We plan to move to Java 7 in the near future.  Possibly that will fix the issue.  Good point about the parallel runs being unnecessary.  However, the other job we have that runs for much longer (and stalls for much longer) does require parallel runs.



























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.


[JIRA] [core] (JENKINS-11962) Symlinking lastSuccessful build shouldn't fail with concurrent jobs

2014-11-15 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-11962


Symlinking lastSuccessful build shouldnt fail with concurrent jobs















I think the Java 1.6 implementation needs JNA to work or something similar. Maybe try running Jenkins on Java 7.

Also, it doesn't look like you need the builds to run in parallel, as they are all done within milliseconds. Disabling that would likely prevent issues like that.



























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.


[JIRA] [core] (JENKINS-11962) Symlinking lastSuccessful build shouldn't fail with concurrent jobs

2014-11-14 Thread rdrab...@cisco.com (JIRA)














































Rebecca Drabenstott
 updated  JENKINS-11962


Symlinking lastSuccessful build shouldnt fail with concurrent jobs
















I have reproduced this issue in Jenkins 1.588 running on Red Hat Enterprise Linux Server release 5.5 (Tikanga).  It is using Java 1.6.0_21-b06 from Sun (Oracle).  I’m not sure my company would be happy if I publicly posted the entire contents of /systemInfo, but if there are specific sections of interest, I could possibly remove the sensitive data and post them.   

It seems that one job gets stuck trying (and ultimately failing) to create a symlink.  While it is stuck, other jobs get stuck too.  The instant the first job finishes, the other jobs finish too.  The job in this example runs very quickly and also gets stuck for a fairly short period of time, but we have seen the same behavior in other jobs that normally run on the order of many seconds to many minutes and they can get stuck for up to 20 minutes.

In the screen shot that I have attached, you can see that jobs 1098516, 1098517, 1098518 took longer than the others.  Job 1098516 failed to create the symlink.  I’m attaching the console output of the three jobs.  I’m also attaching part of the Jenkins error log.  There is an error in the error log, but it is difficult to tell if it is related or not.  It is a frequent error and in other examples of this issue, the error does not always occur immediately before the stuck jobs finish.  





Change By:


Rebecca Drabenstott
(14/Nov/14 7:11 PM)




Attachment:


ScreenShot.png





Attachment:


bugchugger_cleanup_1098516.txt





Attachment:


bugchugger_cleanup_1098517.txt





Attachment:


bugchugger_cleanup_1098518.txt





Attachment:


error



























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.


[JIRA] [core] (JENKINS-11962) Symlinking lastSuccessful build shouldn't fail with concurrent jobs

2014-10-12 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-11962


Symlinking lastSuccessful build shouldnt fail with concurrent jobs















Can this be reproduced in more recent versions of Jenkins (no older than 8-10 weeks or so)? If so, what OS and what version and vendor of Java are you using? Please include log excerpts, content of the /systemInfo URL in your comment. Also relevant:
https://wiki.jenkins-ci.org/display/JENKINS/How+to+report+an+issue



























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.


[JIRA] [core] (JENKINS-11962) Symlinking lastSuccessful build shouldn't fail with concurrent jobs

2014-05-14 Thread rdrab...@cisco.com (JIRA)














































Rebecca Drabenstott
 commented on  JENKINS-11962


Symlinking lastSuccessful build shouldnt fail with concurrent jobs















I am also seeing this issue (version 1.451).  I have up to 7 jobs running concurrently and I'm getting the "ln -s ... failed: 17 File exists" error message in about 5% of the jobs.  That means that there is almost always a group of jobs stuck because of a job that is unable to successfully create the symlink.  The stuck jobs eventually finish, sometimes in a few seconds, sometimes up to 20 minutes later.  



























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.


[JIRA] [core] (JENKINS-11962) Symlinking lastSuccessful build shouldn't fail with concurrent jobs

2013-04-23 Thread radek.chr...@gooddata.com (JIRA)














































Radek Chromy
 updated  JENKINS-11962


Symlinking lastSuccessful build shouldnt fail with concurrent jobs
















Change By:


Radek Chromy
(23/Apr/13 12:19 PM)




Priority:


Minor
Major



























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/groups/opt_out.




[JIRA] [core] (JENKINS-11962) Symlinking lastSuccessful build shouldn't fail with concurrent jobs

2013-04-23 Thread radek.chr...@gooddata.com (JIRA)














































Radek Chromy
 updated  JENKINS-11962


Symlinking lastSuccessful build shouldnt fail with concurrent jobs
















Change By:


Radek Chromy
(23/Apr/13 12:21 PM)




Labels:


artifactjenkins





Affects Version/s:


current



























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/groups/opt_out.