[
https://issues.apache.org/jira/browse/FLINK-15927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17036288#comment-17036288
]
Khaireddine Rezgui commented on FLINK-15927:
--------------------------------------------
Hi [~sewen], thanks for the reply. Actually, i am trying to begin contributing
on flink.
I thought that it is a simple task, but not i begin wondering that it is not.
Can you help me understanding the issue, or maybe redirect me to a other issue
more suitable for a beginner :)
> TaskExecutor should treat it as a fatal error is Task cannot be failed
> ----------------------------------------------------------------------
>
> Key: FLINK-15927
> URL: https://issues.apache.org/jira/browse/FLINK-15927
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Task
> Reporter: Stephan Ewen
> Priority: Major
>
> When the TaskManager cannot mark a task as failed, it is only logged as a
> warning.
> This should instead be treated as a fatal error.
> TaskExecutor line 1419:
> {code}
> try {
> task.failExternally(cause);
> } catch (Throwable t) {
> log.error("Could not fail task {}.", executionAttemptID, t);
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)