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 2021/11/15 18:27:17 UTC

[flink] branch master updated (e40b4b7 -> c40081d)

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 e40b4b7  [FLINK-24869] flink-core should be provided in flink-file-sink-common
     add c40081d  [FLINK-24689][runtime-web] Add log's last modified time in log list view

No new revisions were added by this update.

Summary of changes:
 .../src/test/resources/rest_api_v1.snapshot          |  6 ++++++
 .../job-manager.ts}                                  | 10 ++++------
 .../web-dashboard/src/app/interfaces/public-api.ts   |  1 +
 .../web-dashboard/src/app/interfaces/task-manager.ts |  6 ++++--
 .../log-list/job-manager-log-list.component.html     |  4 +++-
 .../log-list/job-manager-log-list.component.ts       | 11 ++++++++---
 .../log-list/task-manager-log-list.component.html    |  4 +++-
 .../log-list/task-manager-log-list.component.ts      | 11 ++++++++---
 .../src/app/services/job-manager.service.ts          |  5 +++--
 .../src/app/services/task-manager.service.ts         |  6 +++---
 .../handler/cluster/JobManagerLogListHandler.java    | 11 ++++++++---
 .../apache/flink/runtime/rest/messages/LogInfo.java  | 20 +++++++++++++++++---
 .../flink/runtime/taskexecutor/TaskExecutor.java     |  7 ++++++-
 .../cluster/JobManagerLogListHandlerTest.java        | 11 ++++++-----
 .../taskmanager/TaskManagerLogListHandlerTest.java   |  6 +++---
 .../rest/messages/taskmanager/LogListInfoTest.java   |  4 ++--
 16 files changed, 85 insertions(+), 38 deletions(-)
 copy flink-runtime-web/web-dashboard/src/app/{pages/job-manager/log-list/job-manager-log-list.component.less => interfaces/job-manager.ts} (89%)