You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2020/09/25 06:40:34 UTC

[flink] branch master updated (aa62e64 -> 327b024)

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

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


    from aa62e64  [FLINK-19323][network] Small optimization of RecordWriter#serializeRecord
     add 327b024  [FLINK-19304][coordination] Add FLIP-138 feature toggle

No new revisions were added by this update.

Summary of changes:
 .../apache/flink/configuration/ClusterOptions.java | 11 +++++++++++
 .../dispatcher/DefaultJobManagerRunnerFactory.java |  3 +--
 .../jobmaster/slotpool/DefaultSlotPoolFactory.java | 17 -----------------
 .../jobmaster/slotpool/SlotPoolFactory.java        | 22 ++++++++++++++++++++++
 .../ResourceManagerRuntimeServices.java            | 16 ++++++++++++----
 ...esourceManagerRuntimeServicesConfiguration.java | 14 ++++++++++++--
 .../flink/runtime/jobmaster/JobMasterTest.java     |  5 ++---
 .../runtime/jobmaster/utils/JobMasterBuilder.java  |  3 +--
 .../resourcemanager/ResourceManagerHATest.java     |  6 +++++-
 9 files changed, 66 insertions(+), 31 deletions(-)