[
https://issues.apache.org/jira/browse/FLINK-5507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15823931#comment-15823931
]
ASF GitHub Bot commented on FLINK-5507:
---------------------------------------
GitHub user NicoK opened a pull request:
https://github.com/apache/flink/pull/3129
[FLINK-5507] remove KeyedStream#asQueryableState(name,
ListStateDescriptor<T>)
The queryable state "sink" using ListState stores all incoming data forever
and is never cleaned. Eventually, it will pile up too much memory and is thus
of limited use.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/NicoK/flink flink-5507
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3129.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 #3129
----
commit 9723363951557647a8a060d61e99eefda3b23bfc
Author: Nico Kruber <[email protected]>
Date: 2017-01-16T12:36:02Z
[FLINK-5507] remove KeyedStream#asQueryableState(name,
ListStateDescriptor<T>)
The queryable state "sink" using ListState stores all incoming data forever
and is never cleaned. Eventually, it will pile up too much memory and is thus
of limited use.
----
> remove queryable list state sink
> --------------------------------
>
> Key: FLINK-5507
> URL: https://issues.apache.org/jira/browse/FLINK-5507
> Project: Flink
> Issue Type: Improvement
> Components: State Backends, Checkpointing
> Affects Versions: 1.2.0
> Reporter: Nico Kruber
> Assignee: Nico Kruber
>
> The queryable state "sink" using ListState
> (".asQueryableState(<name>, ListStateDescriptor)") stores all incoming data
> forever and is never cleaned. Eventually, it will pile up too much memory and
> is thus of limited use.
> We should remove it from the API.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)