Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/5879 Thanks for the contribution @sihuazhou. You're right that the log output of the `SlotPool` component is a bit too noisy and should not log the full stack trace in the happy case. What about not logging the stack traces at all and simply logging the exception messages instead?
---