[JIRA] [openstack-cloud-plugin] (JENKINS-29550) exception thrown when automatically deleting old workers

2015-10-04 Thread ogon...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Oliver Gondža commented on  JENKINS-29550 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: exception thrown when automatically deleting old workers  
 
 
 
 
 
 
 
 
 
 
My best guess is that the machine is returned to openstack but slave connection is not closed properly so it fails when machines stops responding. The fact that this is the only symptom supports that hypothesis. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [openstack-cloud-plugin] (JENKINS-29550) exception thrown when automatically deleting old workers

2015-07-21 Thread als...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alexey Java commented on  JENKINS-29550 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: exception thrown when automatically deleting old workers  
 
 
 
 
 
 
 
 
 
 
this may be related to (or even duplicates) almost identical JIRAs - see links. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 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] [openstack-cloud-plugin] (JENKINS-29550) exception thrown when automatically deleting old workers

2015-07-21 Thread als...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Alexey Java created an issue 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 Jenkins /  JENKINS-29550 
 
 
 
  exception thrown when automatically deleting old workers  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Marat Mavlyutov 
 
 
 

Components:
 

 openstack-cloud-plugin 
 
 
 

Created:
 

 22/Jul/15 1:32 AM 
 
 
 

Environment:
 

 Jenkins 1.619  MacOS 10.10.3  openstack-jcloud-plugin 1.8  
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Alexey Java 
 
 
 
 
 
 
 
 
 
 
I see a bunch of these stacktraces in Jenkins console.  they started to appear when openstack-cloud-plugin tried to remove some old workers (which were supposed to be deleted because of their retention policy of 2 minutes). 

Jul 21, 2015 6:18:11 PM hudson.remoting.SynchronousCommandTransport$ReaderThread run SEVERE: I/O error in channel alex-openstack-medium-73d java.io.IOException: Unexpected termination of the channel at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:50) Caused by: java.io.EOFException at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2328) at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2797) at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:802) at java.io.ObjectInputStream.init(ObjectInputStream.java:299) at hudson.remoting.ObjectInputStreamEx.init(ObjectInputStreamEx.java:40) at