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

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


    from 63cdae9  [FLINK-14139][rest] Fix potential memory leak problem of rest 
server.
     add 0c11dff  [FLINK-14183] Remove scala duration usages from FutureUtils 
and other related classes
     add d528ea0  [FLINK-14183] Remove scala duration usages from 
LeaderRetrievalUtils, ConnectionUtils and other related classes
     add e8ced9a  [FLINK-14183] Remove scala duration usages from TestingUtils
     add 8182080  [FLINK-14183] Remove scala duration usages from 
MetricRegistryImplTest

No new revisions were added by this update.

Summary of changes:
 .../webmonitor/LeaderRetrievalHandlerTest.java     |  8 ++--
 .../runtime/webmonitor/WebFrontendITCase.java      | 29 +++++++-------
 .../webmonitor/testutils/HttpTestClient.java       | 13 +++----
 .../flink/runtime/concurrent/FutureUtils.java      | 22 +++--------
 .../apache/flink/runtime/net/ConnectionUtils.java  | 13 +++----
 .../runtime/taskexecutor/TaskManagerRunner.java    |  3 +-
 .../flink/runtime/util/LeaderRetrievalUtils.java   | 45 ++++++----------------
 .../dispatcher/ZooKeeperHADispatcherTest.java      |  5 ++-
 .../LeaderChangeClusterComponentsTest.java         |  7 +++-
 .../ZooKeeperLeaderRetrievalTest.java              | 12 +++---
 .../runtime/metrics/MetricRegistryImplTest.java    |  5 +--
 .../flink/runtime/rpc/akka/AkkaRpcActorTest.java   |  4 +-
 .../flink/runtime/testingUtils/TestingUtils.scala  |  6 +--
 .../recovery/ProcessFailureCancelingITCase.java    |  4 +-
 14 files changed, 72 insertions(+), 104 deletions(-)

Reply via email to