-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Hi,
I observed in one of my setup that syslog tcp server thread exited.
I see the following output for "ss -t -a" command,
State Recv-Q Send-Q Local Address:Port Peer Address:Port
SYN-RECV 0 0 169.254.14.135%if372383026:514 169.254.14.129:43650
SYN-RECV 0 0 169.254.14.135%if372383037:514 10.142.194.8:54013
SYN-RECV 0 0 169.254.14.135%if372383037:1514 10.142.194.33:17801
SYN-RECV 0 0 169.254.14.135%if372383037:1514 10.142.194.46:22192
SYN-RECV 0 0 169.254.14.135%if372383037:1514 10.142.194.45:41966
Local Address - 169.254.14.135%if372383037 is in unusual format, not sure whether this a standard format, can this cause tcp server thread to exit?
Do we need to handle Exception in -
syslog4j-graylog2/src/main/java/org/graylog2/syslog4j/server/impl/net/tcp/TCPNetSyslogServer.java
Line 189 in 374bc20
public void run() { |
Thank you.