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

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


    from 32c9731  [FLINK-16694][ci] Limit number of dumped log lines
     new 15c3171  [hotfix][tests] Remove unused TestingScheduledExecutor
     new b417353  [hotfix][tests] Shutdown TaskmanagerServices
     new cbb8cb6  [FLINK-17558][tests] Add TestExecutorResource
     new 8e8dbb8  [FLINK-17558][runtime] Add Executors#newCachedThreadPool
     new cce9711  [FLINK-17558][tests] Simplify partition tracker setup
     new 0efeea3  [FLINK-17558][tests] Extract 
ShuffleEnvironment/PartitionTracker setup
     new c6c0839  [FLINK-17558][netty] Release partitions asynchronously

The 7 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:
 .../apache/flink/runtime/concurrent/Executors.java |  27 +++++
 .../io/network/NettyShuffleEnvironment.java        |  15 ++-
 .../io/network/NettyShuffleServiceFactory.java     |  31 +++++-
 .../runtime/shuffle/ShuffleEnvironmentContext.java |  11 +-
 .../runtime/taskexecutor/TaskManagerRunner.java    |   7 +-
 .../runtime/taskexecutor/TaskManagerServices.java  |  16 +--
 .../TaskManagerServicesConfiguration.java          |  16 ++-
 .../flink/runtime/concurrent/ExecutorsTest.java    |  63 +++++++++++
 .../io/network/NettyShuffleEnvironmentBuilder.java |  21 +++-
 .../io/network/NettyShuffleEnvironmentTest.java    |  26 +++++
 .../TaskExecutorLocalStateStoresManagerTest.java   |  58 +++++-----
 .../TaskExecutorPartitionLifecycleTest.java        | 119 +++++++++++++++------
 .../runtime/util/TestingScheduledExecutor.java     |  62 -----------
 .../testutils/executor/TestExecutorResource.java   |  42 +++++---
 14 files changed, 358 insertions(+), 156 deletions(-)
 create mode 100644 
flink-runtime/src/test/java/org/apache/flink/runtime/concurrent/ExecutorsTest.java
 delete mode 100644 
flink-runtime/src/test/java/org/apache/flink/runtime/util/TestingScheduledExecutor.java
 copy 
flink-state-backends/flink-statebackend-rocksdb/src/main/java/org/apache/flink/contrib/streaming/state/RocksDBStateDataTransfer.java
 => 
flink-test-utils-parent/flink-test-utils-junit/src/main/java/org/apache/flink/testutils/executor/TestExecutorResource.java
 (51%)

Reply via email to