This is an automated email from the ASF dual-hosted git repository. mapohl pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
from 02ab5374e88 [FLINK-30629][Client/Job Submission] Increase clientHeartbeatTimeout to 1 second (#22742) add ea26cdb8ccb [hotfix][runtime] Merges TreeCache creation into utility method add df2b9f8d472 [FLINK-32204][runtime] Separates the DirectExecutorService from the DirectExecutor again. add c35534e9b76 [hotfix][runtime] Adds private constructor to utility class Executors No new revisions were added by this update. Summary of changes: .../util/concurrent/DirectExecutorService.java | 19 +- .../apache/flink/util/concurrent/Executors.java | 31 ++- .../util/concurrent/DirectExecutorServiceTest.java | 307 +++++++++++++++++++++ ...eeperMultipleComponentLeaderElectionDriver.java | 15 +- .../apache/flink/runtime/util/ZooKeeperUtils.java | 22 +- 5 files changed, 369 insertions(+), 25 deletions(-) create mode 100644 flink-core/src/test/java/org/apache/flink/util/concurrent/DirectExecutorServiceTest.java