You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/09/24 11:19:39 UTC

[GitHub] [flink] TisonKun commented on a change in pull request #9743: [hotfix][coordination] Fix MiniCluster#closeAsync to correctly close all components and services

TisonKun commented on a change in pull request #9743: [hotfix][coordination] Fix MiniCluster#closeAsync to correctly close all components and services
URL: https://github.com/apache/flink/pull/9743#discussion_r327558251
 
 

 ##########
 File path: flink-runtime/src/main/java/org/apache/flink/runtime/minicluster/MiniCluster.java
 ##########
 @@ -438,9 +438,8 @@ protected HighAvailabilityServices createHighAvailabilityServices(Configuration
 						rpcServicesTerminationFuture,
 						this::terminateMiniClusterServices);
 
-					final CompletableFuture<Void> executorsTerminationFuture = FutureUtils.runAfterwards(
-						remainingServicesTerminationFuture,
-						() -> terminateExecutors(shutdownTimeoutMillis));
+					final CompletableFuture<Void> executorsTerminationFuture = remainingServicesTerminationFuture
 
 Review comment:
   Also I update the calls to `thenCompose` with `closeMetricSystem`. Correspondingly update pull request description and commit info.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services