You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by hx...@apache.org on 2022/07/19 02:13:06 UTC

[flink] branch master updated (06ef00b3efc -> bf983ab1f9b)

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

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


    from 06ef00b3efc [FLINK-27905] Introduce HsSpillingStrategy interface and selectiveSpillingStrategy、allSpillingStrategy implementation.
     add bf983ab1f9b [FLINK-27162][runtime] Trigger non-periodic checkpoint in 'timer' thread

No new revisions were added by this update.

Summary of changes:
 .../runtime/checkpoint/CheckpointCoordinator.java  | 22 ++++++++++++++--------
 .../checkpoint/CheckpointCoordinatorTest.java      |  5 ++++-
 .../CheckpointCoordinatorTriggeringTest.java       | 15 ++++++++++++++-
 .../runtime/scheduler/DefaultSchedulerTest.java    | 18 +++++++++++++++---
 4 files changed, 47 insertions(+), 13 deletions(-)