You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2020/06/12 13:45:12 UTC

[flink] branch master updated (b592dd2 -> 4d8f55e)

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

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


    from b592dd2  [FLINK-12855] Add WindowStagger to TumblingProcessingTimeWindows
     add 38b2755  [FLINK-18137] Handle discarding of triggering checkpoint correctly
     add 0b071a9  [hotfix] Add @Nullable annotation to FutureUtils.getWithoutException
     add c004b11  [hotfix] Make sure that no exceptions are swallowed in CheckpointCoordinator.startTriggeringCheckpoint
     add e026274  [FLINK-18233][tests] Increase test timeout to 20s for TaskExecutorSubmissionTest
     add 4d8f55e  [FLINK-18259][tests] Increase heartbeat timeouts for HeartbeatManagerTest

No new revisions were added by this update.

Summary of changes:
 .../runtime/checkpoint/CheckpointCoordinator.java  | 63 +++++++++++++---------
 .../flink/runtime/concurrent/FutureUtils.java      |  3 ++
 .../CheckpointCoordinatorTriggeringTest.java       | 57 ++++++++++++++++++++
 .../runtime/heartbeat/HeartbeatManagerTest.java    | 24 ++++-----
 .../taskexecutor/TaskExecutorSubmissionTest.java   | 22 ++++----
 5 files changed, 122 insertions(+), 47 deletions(-)