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

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


    from 4a0c2e40506 [FLINK-37521][runtime] Implement async state version of  
KeyedCoProcessOperator (#26328)
     new 36eb336e4a6 [FLINK-37597][state/forst] Use ResourceGuard to make sure 
snapshot quit before ForSt disposal
     new 076fa80e314 [FLINK-37158][tests] Introduce ForSt to existing ITCases

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/state/forst/ForStKeyedStateBackend.java  |  17 +++
 .../state/forst/ForStKeyedStateBackendBuilder.java |   1 +
 .../snapshot/ForStNativeFullSnapshotStrategy.java  |   7 +-
 .../forst/snapshot/ForStSnapshotStrategyBase.java  |  87 ---------------
 .../forst/sync/ForStSyncKeyedStateBackend.java     |   3 +-
 .../test/checkpointing/AutoRescalingITCase.java    |   4 +-
 .../EventTimeWindowCheckpointingITCase.java        |  34 ++++++
 .../KeyedStateCheckpointingITCase.java             |  18 ++++
 .../RescaleCheckpointManuallyITCase.java           | 118 +++++++++++++++++++--
 9 files changed, 192 insertions(+), 97 deletions(-)

Reply via email to