Hi,
in my Jenkins I am regularly facing master/slave connection drops with a
message like:

    hudson.remoting.ChannelClosedException: Channel "unknown": Remote
call on JNLP4-connect connection from IP/IP:58344 failed.
    The channel is closing down or has closed down.

I have seen a lot of bug-reports on this. For most, a workaround is
advised by disabling the Ping-Thread through setting:

    master: -Dhudson.slaves.ChannelPinger.pingInterval=-1
    slaves: -Dhudson.remoting.Launcher.pingIntervalSec=-1

I also found a link indicating that I can increase the timeout value
(default: 240) on the master:

    hudson.slaves.ChannelPinger.pingTimeoutSeconds

I am wondering if this would be a better approach ? And, is there also a
slave setting for the timeoutvalue?
(naming for all these settings does not look to be very consistent...)


Thx, M

-- 
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/1032035216.2364985.1586324783151%40mail.yahoo.com.

Reply via email to