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

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


    from 03ea8c42d20 [hotfix][docs]correct configuration key 
"taskmanager.network.detailed-metrics" in metrics document
     add 1084786c908 [FLINK-27260][Runtime/REST] Expose changelog 
configurations in Rest API
     add c47500c5ba0 FLINK-27260][Runtime/Web] Expose changelog configurations 
in web ui

No new revisions were added by this update.

Summary of changes:
 .../shortcodes/generated/rest_v1_dispatcher.html   |  6 +++++
 docs/static/generated/rest_v1_dispatcher.yml       |  5 +++++
 .../flink/api/common/ArchivedExecutionConfig.java  |  8 +++++++
 .../src/test/resources/rest_api_v1.snapshot        |  6 +++++
 .../src/app/interfaces/job-checkpoint.ts           |  2 ++
 .../job/checkpoints/job-checkpoints.component.html | 17 ++++++++++++++
 .../executiongraph/AccessExecutionGraph.java       |  7 ++++++
 .../executiongraph/ArchivedExecutionGraph.java     | 15 +++++++++++--
 .../executiongraph/DefaultExecutionGraph.java      | 11 ++++++++-
 .../DefaultExecutionGraphBuilder.java              |  5 ++++-
 .../runtime/executiongraph/ExecutionGraph.java     |  3 ++-
 .../job/checkpoints/CheckpointConfigHandler.java   |  9 +++++++-
 .../messages/checkpoints/CheckpointConfigInfo.java | 26 +++++++++++++++++++---
 .../utils/ArchivedExecutionConfigBuilder.java      |  8 +++++++
 .../utils/ArchivedExecutionGraphBuilder.java       |  3 ++-
 .../checkpoints/CheckpointConfigInfoTest.java      |  4 +++-
 .../adaptive/StateTrackingMockExecutionGraph.java  |  8 ++++++-
 17 files changed, 131 insertions(+), 12 deletions(-)

Reply via email to