Till Rohrmann created FLINK-7861:
------------------------------------
Summary: Suppress ActorKilledExceptions
Key: FLINK-7861
URL:
https://issues.apache.org/jira/browse/FLINK-7861 Project: Flink
Issue Type: Improvement
Components: Distributed Coordination
Affects Versions: 1.4.0
Reporter: Till Rohrmann
Assignee: Till Rohrmann
Priority: Minor
When stopping a {{RpcEndpoint}}, the {{AkkaRpcService}} sends a {{Kill}} message which causes an {{ActorKilledException}} to be thrown. This exception is logged by the {{StoppingSupervisorStrategy}}. This is not necessary because we voluntarily stopped the {{RpcEndpoint}}. In order to clean up logs, I think we should not log this kind of exception.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)