[ https://issues.apache.org/jira/browse/FLINK-5240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15745293#comment-15745293 ]
ASF GitHub Bot commented on FLINK-5240: --------------------------------------- GitHub user mxm opened a pull request: https://github.com/apache/flink/pull/2997 [FLINK-5240][tests] ensure state backends are properly closed This adds additional test cases to verify the state backends are closed properly upon the end of a task. The state backends should always be closed regardless of the final state of the task. You can merge this pull request into a Git repository by running: $ git pull https://github.com/mxm/flink FLINK-5240 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/2997.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 #2997 ---- commit 5162c26d4cf59be8f997ee1e99200ff143f13db2 Author: Maximilian Michels <m...@apache.org> Date: 2016-12-13T14:21:31Z [FLINK-5240][tests] ensure state backends are properly closed This adds additional test cases to verify the state backends are closed properly upon the end of a task. The state backends should always be closed regardless of the final state of the task. ---- > Properly Close StateBackend in StreamTask when closing/canceling > ---------------------------------------------------------------- > > Key: FLINK-5240 > URL: https://issues.apache.org/jira/browse/FLINK-5240 > Project: Flink > Issue Type: Improvement > Components: Streaming > Reporter: Aljoscha Krettek > Priority: Blocker > Fix For: 1.2.0 > > > Right now, the {{StreamTask}} never calls {{close()}} on the state backend. -- This message was sent by Atlassian JIRA (v6.3.4#6332)