[
https://issues.apache.org/jira/browse/FLINK-2664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14743397#comment-14743397
]
ASF GitHub Bot commented on FLINK-2664:
---------------------------------------
Github user mbalassi commented on the pull request:
https://github.com/apache/flink/pull/1126#issuecomment-140045524
Apart from that one comment looks good to me, handy feature.
> Remove partitioned states when set to null
> ------------------------------------------
>
> Key: FLINK-2664
> URL: https://issues.apache.org/jira/browse/FLINK-2664
> Project: Flink
> Issue Type: Improvement
> Components: Streaming
> Reporter: Gyula Fora
> Assignee: Gyula Fora
>
> Currently there is no way to remove a specific key from the partitioned state
> stored at streaming operators, which can cause unnecessary state accumulation.
> I suggest to remove the partitioned state for the current input when the
> state is set to null, and upon next retrieval simply return the default
> value. This allows the implementation of streaming programs that can garbage
> collect their own unwanted state.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)