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.---
