You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by al...@apache.org on 2019/10/23 15:48:19 UTC

[flink] branch master updated (070fae5 -> 64fd872)

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

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


    from 070fae5  [FLINK-14199] [runtime] Improving the performance of named mails by adding overloaded submission methods to MailboxExecutor.java that do not create a new array for empty arguments.
     add bfdab9f  [FLINK-14169][history-server] Refactor HistoryServerTest for reusability
     add 64fd872  [FLINK-14169][history-server] Cleanup expired jobs from history server

No new revisions were added by this update.

Summary of changes:
 .../generated/history_server_configuration.html    |   5 +
 .../flink/configuration/HistoryServerOptions.java  |  10 ++
 .../runtime/webmonitor/history/HistoryServer.java  |  22 +++-
 .../history/HistoryServerArchiveFetcher.java       |  96 ++++++++++++--
 .../webmonitor/history/HistoryServerTest.java      | 146 +++++++++++++++++----
 5 files changed, 234 insertions(+), 45 deletions(-)