azagrebin commented on a change in pull request #6701: [FLINK-10349] Unify 
stopActor utils
URL: https://github.com/apache/flink/pull/6701#discussion_r218366304
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/akka/ActorUtils.java
 ##########
 @@ -87,12 +89,52 @@
                return FutureUtils.completeAll(terminationFutures);
        }
 
-       public static void stopActor(AkkaActorGateway akkaActorGateway) {
-               stopActor(akkaActorGateway.actor());
-       }
+       // ---------- Utils to stop an actor ----------
 
 Review comment:
   does it make sense to move then these stop methods to separate utility class 
`ActorStopUtils`?

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


With regards,
Apache Git Services

Reply via email to