GJL 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_r408832657
##########
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 think the commit message should better reflect why this change was done.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services