[
https://issues.apache.org/jira/browse/STORM-1519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15129258#comment-15129258
]
ASF GitHub Bot commented on STORM-1519:
---------------------------------------
GitHub user jerrypeng opened a pull request:
https://github.com/apache/storm/pull/1068
[STORM-1519] - Storm syslog logging not confirming to RFC5426 3.1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jerrypeng/storm STORM-1519
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/1068.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1068
----
----
> Storm syslog logging not confirming to RFC5426 3.1
> --------------------------------------------------
>
> Key: STORM-1519
> URL: https://issues.apache.org/jira/browse/STORM-1519
> Project: Apache Storm
> Issue Type: Bug
> Reporter: Boyang Jerry Peng
>
> AS per RFC 5426 section 3.1, there should be only one message per datagram:
> 3.1. One Message Per Datagram
> Each syslog UDP datagram MUST contain only one syslog message, which
> MAY be complete or truncated. The message MUST be formatted and
> truncated according to RFC 5424 [2]. Additional data MUST NOT be
> present in the datagram payload.
> For example
> UDP package: <174>1 2016-02-02T22:44:05.558Z localhost [nimbus] - [nobody:S0]
> [mdc@18060 ClassName="?"] Using custom scheduler:
> backtype.storm.scheduler.bridge.MultitenantResourceAwareBridgeScheduler
> <174>1 2016-02-02T22:44:05.591Z localhost [nimbus] - [nobody:S0] [mdc@18060
> ClassName="?"] Creating new blob store based in /home/y/var/storm/blobs
> but the two log messages should be each in their own udp packet
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)