You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by zentol <gi...@git.apache.org> on 2018/04/23 13:38:07 UTC

[GitHub] flink issue #5879: [FLINK-9215][resoucemanager] Only log the exception when ...

Github user zentol commented on the issue:

    https://github.com/apache/flink/pull/5879
  
    I think it is fine that exceptions are logged under debug, it's just that we use exceptions in the normal life-cycle. I'm wondering if we could replace these kind of exceptions with a special `ExpectedLifecycleException?`  or similar that overrides `printStackTrace` to only contain the message.


---