You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Dawid Wysakowicz (Jira)" <ji...@apache.org> on 2021/01/28 22:02:00 UTC

[jira] [Closed] (FLINK-21167) Make StateTable snapshots iterable

     [ https://issues.apache.org/jira/browse/FLINK-21167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dawid Wysakowicz closed FLINK-21167.
------------------------------------
    Resolution: Fixed

Implemented in 351d6e924db155518113d21ab99c566740a0f194

> Make StateTable snapshots iterable
> ----------------------------------
>
>                 Key: FLINK-21167
>                 URL: https://issues.apache.org/jira/browse/FLINK-21167
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Runtime / Checkpointing, Runtime / State Backends
>            Reporter: Dawid Wysakowicz
>            Assignee: Dawid Wysakowicz
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.13.0
>
>
> In order to implement an iterator required by a binary unified savepoint we need a way to iterate a snapshot. We should add an interface
> {code}
> @Internal
> public interface IterableStateSnapshot<K, N, S> extends StateSnapshot {
>     Iterator<StateEntry<K, N, S>> getIterator(int keyGroup);
> }
> {code}
> that will be implemented by StateTableSnapshots.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)