You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ga...@apache.org on 2019/10/31 16:28:13 UTC

[flink] branch master updated (8522f3b -> 6a25bc5)

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

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


    from 8522f3b  [FLINK-14544][runtime] Fixing race condition during task cancellation when closing mailbox / enqueuing poison letter.
     add a966e44  [FLINK-14439][runtime] Enable RestartPipelinedRegionStrategy to leverage JM tracked partition availability
     add 6a25bc5  [FLINK-14440][tests] Annotate BatchFineGrainedRecoveryITCase to enable scheduler NG testing for it

No new revisions were added by this update.

Summary of changes:
 .../runtime/executiongraph/failover/flip1/FailoverStrategy.java    | 5 ++++-
 .../failover/flip1/RestartPipelinedRegionStrategy.java             | 7 +++++--
 .../java/org/apache/flink/runtime/scheduler/DefaultScheduler.java  | 2 +-
 .../java/org/apache/flink/runtime/scheduler/SchedulerBase.java     | 5 +++++
 .../apache/flink/test/recovery/BatchFineGrainedRecoveryITCase.java | 3 +++
 5 files changed, 18 insertions(+), 4 deletions(-)