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 2019/09/24 11:49:09 UTC

[flink] branch master updated (44e8617 -> c235253)

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 44e8617  [FLINK-14167][python] Move python-related scripts from flink-dist to flink-python.
     add c235253  [FLINK-14158] Update Mesos scheduler to make leaseOfferExpiration and declinedOfferRefuse duration configurable

No new revisions were added by this update.

Summary of changes:
 docs/_includes/generated/mesos_configuration.html  | 10 ++++++++
 .../flink/mesos/configuration/MesosOptions.java    | 26 +++++++++++++++++++
 .../clusterframework/MesosResourceManager.java     |  6 +++++
 .../mesos/scheduler/TaskSchedulerBuilder.java      |  5 ++++
 .../flink/mesos/scheduler/LaunchCoordinator.scala  | 29 ++++++++++++++++------
 .../mesos/scheduler/LaunchCoordinatorTest.scala    | 28 +++++++++++++++++----
 6 files changed, 91 insertions(+), 13 deletions(-)