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

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


    from dacb848f84f [FLINK-34505][table] Migrate WindowGroupReorderRule to java
     new 662e2be630d [FLINK-36880][network] Handle the finished vertex in 
InputConsumableDecider
     new 3f247042fa8 [FLINK-36880][network] Hybrid shuffle supports job master 
failover if only external tier used.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../executiongraph/ResultPartitionBytes.java       |  21 +++
 .../shuffle/AllTieredShuffleMasterSnapshots.java   |  50 +++++++
 .../EmptyTieredShuffleMasterSnapshot.java}         |  17 +--
 .../shuffle/ShuffleDescriptorRetriever.java}       |  20 +--
 .../shuffle/TieredInternalShuffleMaster.java       |  73 +++++++++-
 .../TieredInternalShuffleMasterSnapshot.java       |  55 +++++++
 .../TieredShuffleMasterSnapshot.java}              |  15 +-
 .../tiered/storage/TieredStorageMasterClient.java  | 159 ++++++++++++++++++++-
 .../partition/hybrid/tiered/tier/TierFactory.java  |   3 +
 .../hybrid/tiered/tier/TierMasterAgent.java        |  58 ++++++++
 .../hybrid/tiered/tier/disk/DiskTierFactory.java   |   5 +
 .../tiered/tier/memory/MemoryTierFactory.java      |   5 +
 .../tiered/tier/remote/RemoteTierFactory.java      |   5 +
 .../tiered/tier/remote/RemoteTierMasterAgent.java  |  20 +++
 .../AllFinishedInputConsumableDecider.java         |   5 +-
 .../strategy/DefaultInputConsumableDecider.java    |  21 ++-
 .../scheduler/strategy/InputConsumableDecider.java |   5 +-
 .../PartialFinishedInputConsumableDecider.java     |   5 +-
 .../strategy/VertexwiseSchedulingStrategy.java     |   5 +-
 .../flink/runtime/shuffle/NettyShuffleMaster.java  | 101 ++++++++++++-
 .../hybrid/tiered/storage/TestingTierFactory.java  |   5 +
 .../adaptivebatch/BatchJobRecoveryTest.java        |  96 +++++++++----
 .../scheduler/adaptivebatch/DummyTierFactory.java} |  82 +++++------
 .../DefaultInputConsumableDeciderTest.java         |   4 +-
 .../strategy/VertexwiseSchedulingStrategyTest.java |   2 +-
 25 files changed, 727 insertions(+), 110 deletions(-)
 create mode 100644 
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/hybrid/tiered/shuffle/AllTieredShuffleMasterSnapshots.java
 copy 
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/hybrid/tiered/{tier/UnknownTierShuffleDescriptor.java
 => shuffle/EmptyTieredShuffleMasterSnapshot.java} (66%)
 copy 
flink-runtime/src/main/java/org/apache/flink/runtime/{executiongraph/MarkPartitionFinishedStrategy.java
 => io/network/partition/hybrid/tiered/shuffle/ShuffleDescriptorRetriever.java} 
(62%)
 create mode 100644 
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/hybrid/tiered/shuffle/TieredInternalShuffleMasterSnapshot.java
 copy 
flink-runtime/src/main/java/org/apache/flink/runtime/io/network/partition/hybrid/tiered/{storage/TieredStorageResource.java
 => shuffle/TieredShuffleMasterSnapshot.java} (74%)
 copy 
flink-runtime/src/{main/java/org/apache/flink/runtime/io/network/partition/hybrid/tiered/tier/memory/MemoryTierFactory.java
 => 
test/java/org/apache/flink/runtime/scheduler/adaptivebatch/DummyTierFactory.java}
 (65%)

Reply via email to