GitHub user uce opened a pull request:

    https://github.com/apache/flink/pull/2975

    [backport] [FLINK-5114] [network] Handle partition producer state check for 
unregistered executions

    Reverted some changes made in #2913 after a discussion with @StephanEwen 
and decided to close the other one in favour of this PR for cleaner diffs.
    
    The main difference to the previous variants in #2913 and #2912 (for 
`master`) is that here I stick to the JobManager side changes only. The clumsy 
way of how the TaskManagers ask the JobManager for the producer state via a 
`tell` that is manually routed back to the `Task` is kept in order to keep the 
changes minimially invasive, which is better to oversee given that this goes 
into a bugfix release.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/uce/flink 5114-partition_state-1.1-reworked

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/2975.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 #2975
    
----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to