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 a54c2e7  [FLINK-25282][table-planner][table-runtime] Move runtime code 
from table-planner to table-runtime
     new ac6ebf2  [refactor] Extract addCompletedCheckpointToStore method
     new 9d8ecc6  [refactor] Extract finalizeCheckpoint method
     new f696593  [refactor] Extract logCheckpointInfo
     new b19cc31  [FLINK-25191] Skip savepoints for recovery
     new 5be5e1f  [FLINK-25191][checkpointing] Update documentation for 
savepoints & failure recovery

The 5 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:
 docs/content/docs/ops/state/savepoints.md          |  20 ++-
 .../runtime/checkpoint/CheckpointCoordinator.java  | 178 +++++++++++++--------
 .../CheckpointCoordinatorFailureTest.java          |   6 +-
 .../checkpoint/CheckpointCoordinatorTest.java      |  78 ++-------
 .../flink/test/checkpointing/SavepointITCase.java  | 132 +++++++++------
 .../org.apache.flink.core.fs.FileSystemFactory     |   2 +-
 6 files changed, 224 insertions(+), 192 deletions(-)
 copy {flink-end-to-end-tests/flink-plugins-test/another-dummy-fs/src/main => 
flink-tests/src/test}/resources/META-INF/services/org.apache.flink.core.fs.FileSystemFactory
 (90%)

Reply via email to