You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by xt...@apache.org on 2022/07/18 05:12:26 UTC

[flink] branch master updated (7a9016cca05 -> 6eee0c69b6c)

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

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


    from 7a9016cca05 [FLINK-27587][python] Support keyed co-broadcast processing
     add 6eee0c69b6c [FLINK-28558][history] Improve log-url configuration usability.

No new revisions were added by this update.

Summary of changes:
 .../generated/history_server_configuration.html    |  4 +-
 .../flink/configuration/HistoryServerOptions.java  |  5 +-
 .../runtime/webmonitor/history/HistoryServer.java  | 37 ++++-----
 .../flink/runtime/webmonitor/utils/LogUrlUtil.java | 64 ++++++++++++++++
 .../runtime/webmonitor/utils/LogUrlUtilTest.java   | 89 ++++++++++++++++++++++
 5 files changed, 177 insertions(+), 22 deletions(-)
 create mode 100644 flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/utils/LogUrlUtil.java
 create mode 100644 flink-runtime-web/src/test/java/org/apache/flink/runtime/webmonitor/utils/LogUrlUtilTest.java