You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2017/10/20 12:39:00 UTC

[jira] [Closed] (FLINK-7861) Suppress ActorKilledExceptions

     [ https://issues.apache.org/jira/browse/FLINK-7861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Till Rohrmann closed FLINK-7861.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0

Fixed via 33497024852c521472c40040cc023526426835af

> 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
>              Labels: flip-6
>             Fix For: 1.4.0
>
>
> 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)