Is there any plan to work on this? I think that the SSH native client worked more reliably for me when I used the `ec2` plugin with the SSH process enabled. After switching to the `ec2-fleet` plugin, which uses this plugin as a computer connector, I started to see more and more instances getting terminated
Apr 08, 2019 6:55:13 AM hudson.remoting.SynchronousCommandTransport$ReaderThread run
INFO: I/O error in channel i-0544c80944d28d2a7
java.io.IOException: Unexpected termination of the channel
at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:77)
Caused by: java.io.EOFException
at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2681)
at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3156)
at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:862)
at java.io.ObjectInputStream.<init>(ObjectInputStream.java:358)
at hudson.remoting.ObjectInputStreamEx.<init>(ObjectInputStreamEx.java:49)
at hudson.remoting.Command.readFrom(Command.java:140)
at hudson.remoting.Command.readFrom(Command.java:126)
at hudson.remoting.AbstractSynchronousByteArrayCommandTransport.read(AbstractSynchronousByteArrayCommandTransport.java:36)
at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:63)
TBH, I'm not sure if this is an issue of the remoting plugin or not but it didn't happen to me this often when I used the SSH process client with the `ec2` plugin.
Is there any plan to work on this? I think that the SSH native client worked more reliably for me when I used the `ec2` plugin with the SSH process enabled. After switching to the `ec2-fleet` plugin, which uses this plugin as a computer connector, I started to see more and more instances getting terminated
TBH, I'm not sure if this is an issue of the remoting plugin or not but it didn't happen to me this often when I used the SSH process client with the `ec2` plugin.