You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2021/05/11 09:47:35 UTC

[flink] branch master updated (f667629 -> dc45656)

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

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


    from f667629  [FLINK-22624][runtime] Utilize the remain resource of new pending task managers to fulfill requirement in DefaultResourceAllocationStrategy
     add dc45656  [FLINK-22413][WebUI] Hide Checkpointing page for batch jobs

No new revisions were added by this update.

Summary of changes:
 docs/content.zh/docs/try-flink/flink-operations-playground.md |  1 +
 docs/content/docs/try-flink/flink-operations-playground.md    |  1 +
 .../web-dashboard/src/app/interfaces/job-detail.ts            |  2 ++
 .../src/app/pages/job/status/job-status.component.ts          | 11 +++++++++++
 .../flink/runtime/jobgraph/jsonplan/JsonPlanGenerator.java    |  1 +
 .../flink/runtime/jobgraph/jsonplan/JsonGeneratorTest.java    |  1 +
 .../test/optimizer/jsonplan/JsonJobGraphGenerationTest.java   |  3 +++
 7 files changed, 20 insertions(+)