Re: remoting issue

2019-03-12 Thread Glenn Burkhardt
. On Monday, February 11, 2019 at 3:52:23 PM UTC-5, Glenn Burkhardt wrote: > > I've attached the two logs. I did make a change after seeing 'Failed to > ack the stream' to turn off scatter/gather. But I think that's a bit of a > "hail mary". > &

Remoting issue

2019-02-06 Thread Glenn Burkhardt
We've been seeing job termination due to slave disconnects, and would like help in solving this issue. Jenkins 2.140 ssh-slaves-plugin 1.29.4 Ubuntu 16.04.5 Hypervisor, plugin Libvirt 1.8.6 Slave guest: Ubuntu 18.04.1 I've been looking at the wiki note here: https://wiki.

Re: Remoting issue

2019-02-06 Thread Glenn Burkhardt
...forgot to mention that Jenkins and the VMs are all running on the same machine, so network activity shouldn't be an issue. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, sen

remoting issue

2019-02-06 Thread Glenn Burkhardt
We've been seeing job termination due to slave disconnects, and would like help in solving this issue. Jenkins 2.140 ssh-slaves-plugin 1.29.4 Ubuntu 16.04.5 Hypervisor, plugin Libvirt 1.8.6 Slave guest: Ubuntu 18.04.1 Jenkins and the VMs are all running on the same machine, so network activity

Re: remoting issue

2019-02-06 Thread Glenn Burkhardt
My reading of the code indicates that the timeout value is set by "kexTimeout" in com\trilead\ssh2\Connection.java at line 693. That appears to be set in SSHLauncher.openConnection():1184. The value we're using for 'launchTimeoutMillis' should be 15000, assuming that it comes from "Startup Id

Re: remoting issue

2019-02-11 Thread Glenn Burkhardt
is the limit, I meant, If I spin 50 agent and is stable > for some hours, I would increase de number until I find the limit > > Un Saludo > Ivan Fernandez Calvo > > El 6 feb 2019, a las 19:01, Glenn Burkhardt > escribió: > > My reading of the code indicates

Re: remoting issue

2019-02-11 Thread Glenn Burkhardt
I've attached the two logs. I did make a change after seeing 'Failed to ack the stream' to turn off scatter/gather. But I think that's a bit of a "hail mary". On Monday, February 11, 2019 at 10:16:05 AM UTC-5, Ivan Fernandez Calvo wrote: > > It could be tons of things, Probably, if you go to

Re: remoting issue

2019-02-18 Thread Glenn Burkhardt
I have to agree that the Java version is a red herring. Our VMs have been more stable in the last few days. The changes that I think might have had an effect are: a) Increasing the connection timeout to 6 b) Turning off scatter/gather But I also upgraded them all with the most recent Ubun