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

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


    from 1fa91ba  [FLINK-26151]Avoid inprogressfileRecoverable not be clean up 
after restoring the bucket
     new b6822f2  [FLINK-21321]: change RocksDB rescale to use deleteRange
     new 1bf45b2  [FLINK-21321][Runtime/StateBackends] Add ITCases for 
rescaling from checkpoint

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:
 .../state/RocksDBIncrementalCheckpointUtils.java   |  37 +--
 .../RocksDBIncrementalRestoreOperation.java        |   3 +-
 .../RocksDBIncrementalCheckpointUtilsTest.java     |   3 +-
 .../RescaleCheckpointManuallyITCase.java           | 286 +++++++++++++++++++++
 .../flink/test/checkpointing/RescalingITCase.java  | 136 +---------
 .../ResumeCheckpointManuallyITCase.java            |  65 +----
 .../checkpointing/utils/RescalingTestUtils.java    | 162 ++++++++++++
 .../java/org/apache/flink/test/util/TestUtils.java |  22 ++
 8 files changed, 490 insertions(+), 224 deletions(-)
 create mode 100644 
flink-tests/src/test/java/org/apache/flink/test/checkpointing/RescaleCheckpointManuallyITCase.java
 create mode 100644 
flink-tests/src/test/java/org/apache/flink/test/checkpointing/utils/RescalingTestUtils.java

Reply via email to