[
https://issues.apache.org/jira/browse/FLINK-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14516919#comment-14516919
]
ASF GitHub Bot commented on FLINK-1923:
---------------------------------------
Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/628#discussion_r29235077
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/taskmanager/Task.java ---
@@ -357,16 +356,6 @@ protected void unregisterTask() {
taskManager.tell(new UnregisterTask(executionId),
ActorRef.noSender());
}
- protected void notifyExecutionStateChange(ExecutionState executionState,
--- End diff --
Yes.
> 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)