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

dwysakowicz pushed a change to branch release-1.7
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from 6c84103  [FLINK-10856] Take latest checkpoint to resume from in resume 
from externalized checkpoint e2e test
     new 480d5e3  [FLINK-10419] Using DeclineCheckpoint message class when 
invoking RPC declineCheckpoint
     new d16e012  [FLINK-10419] Added IT test to check declineCheckpoint 
invocation

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:
 .../checkpoint/CheckpointCoordinatorGateway.java   |  7 +-
 .../apache/flink/runtime/jobmaster/JobMaster.java  |  8 +--
 .../org/apache/flink/runtime/rpc/RpcUtils.java     | 27 ++++++++
 .../taskexecutor/rpc/RpcCheckpointResponder.java   |  6 +-
 .../flink/runtime/jobmaster/JobMasterTest.java     | 77 ++++++++++++++++++++++
 .../jobmaster/utils/TestingJobMasterGateway.java   |  9 +--
 .../utils/TestingJobMasterGatewayBuilder.java      |  5 +-
 7 files changed, 120 insertions(+), 19 deletions(-)

Reply via email to