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

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


    from 8df50536ef9 [FLINK-26853][state] Update state serializer in StateMap 
when metaInfo changed
     new 52519a8eb69 [FLINK-27692][changelog] Refactor ChangelogSnapshotState
     new aef75be34d9 [FLINK-27692][changelog] Support local recovery for 
materialized part

The 2 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/minicluster/MiniCluster.java     |   3 +-
 .../state/ChangelogTaskLocalStateStore.java        | 209 ++++++++++++++++++++
 .../state/TaskExecutorLocalStateStoresManager.java |  54 ++++--
 .../runtime/state/TaskLocalStateStoreImpl.java     | 146 +++++++-------
 .../ChangelogStateBackendLocalHandle.java          | 116 +++++++++++
 .../flink/runtime/taskexecutor/TaskExecutor.java   |   4 +-
 .../state/ChangelogTaskLocalStateStoreTest.java    | 214 +++++++++++++++++++++
 .../TaskExecutorLocalStateStoresManagerTest.java   |  30 ++-
 .../runtime/state/TaskLocalStateStoreImplTest.java |  18 +-
 .../changelog/ChangelogKeyedStateBackend.java      | 165 ++++++++++++----
 .../changelog/ChangelogKeyedStateBackendTest.java  |   2 +-
 .../ChangelogLocalRecoveryITCase.java              | 189 ++++++++++++++++++
 .../ChangelogPeriodicMaterializationTestBase.java  |   2 +-
 13 files changed, 1006 insertions(+), 146 deletions(-)
 create mode 100644 
flink-runtime/src/main/java/org/apache/flink/runtime/state/ChangelogTaskLocalStateStore.java
 create mode 100644 
flink-runtime/src/main/java/org/apache/flink/runtime/state/changelog/ChangelogStateBackendLocalHandle.java
 create mode 100644 
flink-runtime/src/test/java/org/apache/flink/runtime/state/ChangelogTaskLocalStateStoreTest.java
 create mode 100644 
flink-tests/src/test/java/org/apache/flink/test/checkpointing/ChangelogLocalRecoveryITCase.java

Reply via email to