You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by pn...@apache.org on 2020/08/13 10:29:46 UTC

[flink] branch master updated (a3ba0eb -> 91298b8)

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

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


    from a3ba0eb  [hotfix] Change signature of MemorySegmentProvider#requestMemorySegments from requestMemorySegments() to requestMemorySegments(int)
     add 801102f  [FLINK-18856][checkpointing] Synchronize access to CheckpointCoordinator.lastCheckpointCompletionRelativeTime
     add a7f3f231 [hotfix][test] Fix formatting in CheckpointRequestDeciderTest
     add 91298b8  [hotfix][docs] Add javadoc to CheckpointRequestDecider

No new revisions were added by this update.

Summary of changes:
 .../runtime/checkpoint/CheckpointCoordinator.java  | 29 ++++++---
 .../checkpoint/CheckpointRequestDecider.java       | 75 +++++++++++-----------
 .../checkpoint/CheckpointCoordinatorTest.java      | 43 +++++++++++++
 .../checkpoint/CheckpointRequestDeciderTest.java   |  8 +--
 4 files changed, 105 insertions(+), 50 deletions(-)