This is an automated email from the ASF dual-hosted git repository.

dwysakowicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from ad4bdf9  [hotfix][tests] Fix init of 
SavepointITCase.testStopSavepointWithBoundedInput
     new b6c8039  [hotfix] Enforce StateTable return IterableStateSnapshot
     new d67ace2  [FLINK-21206] Implement HeapKeyValueStateIterator
     new fc995d3  [FLINK-21206] Write savepoints in unified format from 
HeapStateBackend

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../flink/runtime/state/KeyValueStateIterator.java |   4 +-
 .../state/heap/HeapKeyValueStateIterator.java      | 407 +++++++++++++++++++++
 .../runtime/state/heap/HeapKeyedStateBackend.java  |  19 +-
 .../state/heap/HeapKeyedStateBackendBuilder.java   |  16 +-
 .../runtime/state/heap/HeapSavepointStrategy.java  |  95 +++++
 .../runtime/state/heap/HeapSnapshotResources.java  | 190 ++++++++++
 .../runtime/state/heap/HeapSnapshotStrategy.java   | 116 +-----
 .../flink/runtime/state/heap/StateTable.java       |   5 +
 flink-tests/pom.xml                                |   9 +
 .../state/HeapSavepointStateBackendSwitchTest.java |   4 +-
 10 files changed, 753 insertions(+), 112 deletions(-)
 create mode 100644 
flink-runtime/src/main/java/org/apache/flink/runtime/state/heap/HeapKeyValueStateIterator.java
 create mode 100644 
flink-runtime/src/main/java/org/apache/flink/runtime/state/heap/HeapSavepointStrategy.java
 create mode 100644 
flink-runtime/src/main/java/org/apache/flink/runtime/state/heap/HeapSnapshotResources.java

Reply via email to