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 ac0d22e  [FLINK-24336][python] Fix the issue that jar url list may 
contain empty string.
     new cfabea7  [hotfix] Make it possible to force MockSourceReader to wait 
for initial splits assignment
     new 1dc183a  [FLINK-24280] Initialize base locations for checkpoints 
lazily in the first checkpoint
     new 7952960  [FLINK-24280] Support manual checkpoints triggering from a 
MiniCluster

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:
 .../api/connector/source/mocks/MockSource.java     |  97 ++++++++++-
 .../connector/source/mocks/MockSourceReader.java   |  42 ++++-
 .../runtime/checkpoint/CheckpointCoordinator.java  |  30 +++-
 .../flink/runtime/dispatcher/Dispatcher.java       |   6 +
 .../runtime/dispatcher/DispatcherGateway.java      |   4 +
 .../apache/flink/runtime/jobmaster/JobMaster.java  |   5 +
 .../flink/runtime/jobmaster/JobMasterGateway.java  |   8 +
 .../flink/runtime/minicluster/MiniCluster.java     |   5 +
 .../flink/runtime/scheduler/SchedulerBase.java     |  25 +++
 .../flink/runtime/scheduler/SchedulerNG.java       |   2 +
 .../scheduler/adaptive/AdaptiveScheduler.java      |  13 ++
 .../adaptive/StateWithExecutionGraph.java          |  23 +++
 .../filesystem/FsCheckpointStorageAccess.java      |   3 -
 .../jobmaster/utils/TestingJobMasterGateway.java   |   9 ++
 .../utils/TestingJobMasterGatewayBuilder.java      |   9 ++
 .../runtime/scheduler/TestingSchedulerNG.java      |  17 ++
 .../test/checkpointing/ManualCheckpointITCase.java | 180 +++++++++++++++++++++
 17 files changed, 462 insertions(+), 16 deletions(-)
 create mode 100644 
flink-tests/src/test/java/org/apache/flink/test/checkpointing/ManualCheckpointITCase.java

Reply via email to