Did you check if after the disconnection there is a remoting.jar process running on the agents? you can try to fix the memory of the remoting process by setting the JVM Options `--Xms=512m --Xmx=512m` on the node configuration, I am not sure if it is crashing or not.
El mar., 12 mar. 2019 a las 14:44, Glenn Burkhardt (<[email protected]>) escribió: > We have another instance of > > WARNING: Failed to ack the stream > java.io.IOException: Broken pipe > > and scatter/gather is disabled: > /etc/network/if-up.d$ ethtool -k ens3 > Features for ens3: > Cannot get device udp-fragmentation-offload settings: Operation not > permitted > rx-checksumming: on [fixed] > tx-checksumming: on > tx-checksum-ipv4: off [fixed] > tx-checksum-ip-generic: on > tx-checksum-ipv6: off [fixed] > tx-checksum-fcoe-crc: off [fixed] > tx-checksum-sctp: off [fixed] > scatter-gather: off > tx-scatter-gather: off > tx-scatter-gather-fraglist: off [fixed] > > So that's not it. > > 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". >> >> 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 the node log >>> (JENKINS_URL/computer/NODE_NAME/log) we could see if the agent connect or >>> not, then if the communication is broken before/after connection and in >>> which point. >>> >>> >>> -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-users/VbdIfb4ua9A/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/d0977005-4ba9-4a71-b1ad-27c590836039%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/d0977005-4ba9-4a71-b1ad-27c590836039%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAKo5Qrpk0ba4NhZPcOWNbBdyaPfBwvb64X9dvCoVcs%2B%2B-bJdiA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
