]
James Perkins moved WFLY-6242 to WFCORE-1403:
---------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-1403 (was: WFLY-6242)
Component/s: Logging
(was: Logging)
UDP Syslog handler cannot log first message after reconnect
-----------------------------------------------------------
Key: WFCORE-1403
URL:
https://issues.jboss.org/browse/WFCORE-1403
Project: WildFly Core
Issue Type: Bug
Components: Logging
Reporter: Ondrej Lukas
Assignee: James Perkins
Attachments: logging-deployment.war
In case when logging to syslog through UDP protocol is configured and syslog port becomes
unreachable then after syslog restart first message can be thrown away. It happens when
odd number of messages is attempted to be logged during syslog is unreachable. It is
caused when port unreachable is returned during logging attempt, then another log attempt
automatically fail even if syslog server has been started meanwhile.