[
https://issues.apache.org/jira/browse/FLINK-5114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15708824#comment-15708824
]
ASF GitHub Bot commented on FLINK-5114:
---------------------------------------
GitHub user uce opened a pull request:
https://github.com/apache/flink/pull/2913
[backport] [FLINK-5114] [network] Handle partition producer state check for
unregistered executions
This is a backport of #2912.
Code between 1.1 and 1.2 slightly changed. I decided to further backport
the new callback method via `TaskActions`.
This would be important to get into 1.1.4.
\cc @tillrohrmann
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/uce/flink 5114-partition_state-1.1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2913.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 #2913
----
commit 628c6e63c424ef11f7d650f8e88ea50af515fb84
Author: Ufuk Celebi <[email protected]>
Date: 2016-11-30T14:09:44Z
[FLINK-5114] [network] Handle partition producer state check for
unregistered executions
----
> PartitionState update with finished execution fails
> ---------------------------------------------------
>
> Key: FLINK-5114
> URL: https://issues.apache.org/jira/browse/FLINK-5114
> Project: Flink
> Issue Type: Bug
> Components: Network
> Reporter: Ufuk Celebi
> Assignee: Ufuk Celebi
>
> If a partition state request is triggered for a producer that finishes before
> the request arrives, the execution is unregistered and the producer cannot be
> found. In this case the PartitionState returns null and the job fails.
> We need to check the producer location via the intermediate result partition
> in this case.
> See here: https://api.travis-ci.org/jobs/177668505/log.txt?deansi=true
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)