You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ga...@apache.org on 2022/01/18 06:28:21 UTC

[flink] branch master updated (ec72522 -> f2d03b0)

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

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


    from ec72522  [FLINK-25654][network] Remove the redundant locks in SortMergeResultPartition and PartitionSortedBuffer.
     add f2d03b0  [FLINK-25073][streaming] Introduce TreeMode description for vertices

No new revisions were added by this update.

Summary of changes:
 .../generated/pipeline_configuration.html          |   6 +
 .../flink/configuration/PipelineOptions.java       |  15 +++
 .../job-overview-drawer-detail.component.html      |   4 +-
 .../job-overview-drawer-detail.component.less      |   4 +
 .../detail/job-overview-drawer-detail.component.ts |   7 ++
 .../src/app/share/common/dagre/node.component.ts   |   5 +-
 .../flink/streaming/api/graph/StreamGraph.java     |  11 ++
 .../streaming/api/graph/StreamGraphGenerator.java  |   1 +
 .../api/graph/StreamingJobGraphGenerator.java      | 128 +++++++++++++++++++++
 .../api/graph/StreamingJobGraphGeneratorTest.java  | 106 ++++++++++++++++-
 10 files changed, 283 insertions(+), 4 deletions(-)