[
https://issues.apache.org/jira/browse/FLINK-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14516927#comment-14516927
]
ASF GitHub Bot commented on FLINK-1923:
---------------------------------------
Github user tillrohrmann commented on the pull request:
https://github.com/apache/flink/pull/628#issuecomment-97035552
I changed the TaskManager logging to make it consistent with the way the
other actors do the logging. Furthermore, by using a trait to mix the logger
in, we can easily switch between asynchronous and synchronous logging. We could
even make this configurable if the synchronous logging should become a
performance issue.
> Replace asynchronous logging in JobManager with regular slf4j logging
> ---------------------------------------------------------------------
>
> Key: FLINK-1923
> URL: https://issues.apache.org/jira/browse/FLINK-1923
> Project: Flink
> Issue Type: Task
> Components: JobManager
> Affects Versions: 0.9
> Reporter: Robert Metzger
> Assignee: Till Rohrmann
>
> Its hard to understand exactly whats going on in the JobManager because the
> log messages are send asynchronously by a logging actor.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)