This is an automated email from the ASF dual-hosted git repository.
wanglijie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
from c1740861727 [FLINK-32505][network] Fixed compilation error in
ProducerMergedPartitionFileWriter.
new a68c047cfca [hotfix] migrate task deployment related tests to junit5
and assertj.
new 29e452eedfd [FLINK-32201][runtime] Abstract shuffle descriptor
serialize related logic to ShuffleDescriptorSerializer.
new 4fe3560015c [FLINK-32201][runtime]Automatically determine if the
shuffle descriptor needs to be offloaded by the blob server based on the number
of ShuffleDescriptor edges.
The 3 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:
.../org/apache/flink/runtime/blob/BlobWriter.java | 24 ++--
.../deployment/CachedShuffleDescriptors.java | 15 ++-
.../TaskDeploymentDescriptorFactory.java | 110 ++++++++++++++----
.../DefaultExecutionGraphBuilder.java | 7 +-
.../deployment/CachedShuffleDescriptorsTest.java | 26 +++--
.../TaskDeploymentDescriptorFactoryTest.java | 124 ++++++++-------------
.../deployment/TaskDeploymentDescriptorTest.java | 74 ++++++------
.../TaskDeploymentDescriptorTestUtils.java | 78 +++++++++++++
.../BlockingResultPartitionReleaseTest.java | 4 +-
.../RemoveCachedShuffleDescriptorTest.java | 100 +++++++++++++----
.../runtime/scheduler/SchedulerTestingUtils.java | 13 ++-
11 files changed, 386 insertions(+), 189 deletions(-)
create mode 100644
flink-runtime/src/test/java/org/apache/flink/runtime/deployment/TaskDeploymentDescriptorTestUtils.java