You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ro...@apache.org on 2021/05/04 13:01:38 UTC

[flink] branch master updated (5c17f4a -> 53cf103)

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

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


    from 5c17f4a  [hotfix][network] Remove redundant word from comment
     add 53cf103  [FLINK-21131][webui] Alignment timeout displayed in checkpoint configuration(WebUI)

No new revisions were added by this update.

Summary of changes:
 docs/layouts/shortcodes/generated/rest_v1_dispatcher.html |  3 +++
 flink-runtime-web/src/test/resources/rest_api_v1.snapshot |  3 +++
 .../web-dashboard/src/app/interfaces/job-checkpoint.ts    |  1 +
 .../pages/job/checkpoints/job-checkpoints.component.html  |  4 ++++
 .../handler/job/checkpoints/CheckpointConfigHandler.java  |  3 ++-
 .../rest/messages/checkpoints/CheckpointConfigInfo.java   | 15 ++++++++++++---
 .../messages/checkpoints/CheckpointConfigInfoTest.java    |  3 ++-
 7 files changed, 27 insertions(+), 5 deletions(-)