You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by tillrohrmann <gi...@git.apache.org> on 2017/01/26 16:00:14 UTC

[GitHub] flink pull request #3221: [backport] [FLINK-5660] [state] Fix state cleanup ...

GitHub user tillrohrmann opened a pull request:

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

    [backport] [FLINK-5660] [state] Fix state cleanup of PendingCheckpoint

    This is a backport of #3220 onto `release-1.2` branch.
    
    When calling PendingCheckpoint.dispose, the state contained of a pending checkpoint
    is discarded by an asynchronous task. Since this task accesses the taskStates field
    we must not clear it in PendingCheckpoint.dispose. Instead we will clear it once
    all state objects have been discarded from within the asynchronous task.


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

    $ git pull https://github.com/tillrohrmann/flink pendingCheckpointFixCleanupBackport

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

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

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink issue #3221: [backport] [FLINK-5660] [state] Fix state cleanup of Pend...

Posted by rmetzger <gi...@git.apache.org>.
Github user rmetzger commented on the issue:

    https://github.com/apache/flink/pull/3221
  
    I've tested this fix again with my testing job on a cluster, and it works!


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request #3221: [backport] [FLINK-5660] [state] Fix state cleanup ...

Posted by tillrohrmann <gi...@git.apache.org>.
Github user tillrohrmann closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink issue #3221: [backport] [FLINK-5660] [state] Fix state cleanup of Pend...

Posted by tillrohrmann <gi...@git.apache.org>.
Github user tillrohrmann commented on the issue:

    https://github.com/apache/flink/pull/3221
  
    Thanks for the tests @rmetzger. Merging the PR.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---