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

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


    from 012704d9884 [FLINK-32922][docs] Update compatibility matrix for 
release 1.18
     add 8ef71ba1f19 [FLINK-33532][rpc] Support configured akka remote 
dispatcher thread pool size
     add d18a4bfe596 [FLINK-33532][network] Move the serialization of 
ShuffleDescriptorGroup out of the RPC main thread]

No new revisions were added by this update.

Summary of changes:
 .../shortcodes/generated/akka_configuration.html   | 18 +++++++
 .../apache/flink/configuration/AkkaOptions.java    | 32 ++++++++++++
 .../rpc/pekko/ActorSystemBootstrapTools.java       | 13 +++++
 .../apache/flink/runtime/rpc/pekko/PekkoUtils.java | 24 +++++++++
 .../flink/runtime/rpc/pekko/PekkoUtilsTest.java    |  9 ++++
 .../org/apache/flink/runtime/blob/BlobWriter.java  | 11 ++--
 .../deployment/CachedShuffleDescriptors.java       |  2 +-
 .../deployment/InputGateDeploymentDescriptor.java  | 41 +++++----------
 .../deployment/TaskDeploymentDescriptor.java       | 19 +++++++
 .../TaskDeploymentDescriptorFactory.java           | 58 ++++++++++++++--------
 .../deployment/CachedShuffleDescriptorsTest.java   | 30 +++++------
 .../TaskDeploymentDescriptorTestUtils.java         |  9 ++--
 .../partition/consumer/SingleInputGateTest.java    |  6 +--
 13 files changed, 189 insertions(+), 83 deletions(-)

Reply via email to