tillrohrmann commented on a change in pull request #11683: [FLINK-15347] Add SupervisorActor which monitors the proper termination of AkkaRpcActors URL: https://github.com/apache/flink/pull/11683#discussion_r410180979
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/rpc/akka/exceptions/AkkaUnknownMessageException.java ########## @@ -22,7 +22,7 @@ * Exception which indicates that the AkkaRpcActor has received an * unknown message type. */ -public class AkkaUnknownMessageException extends AkkaRpcException { +public class AkkaUnknownMessageException extends AkkaRpcRuntimeException { Review comment: I will add a more detailed commit message ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services