We retry the send operation if we see an `IOException`. If any other exception occurs (e.g. `RuntimeException`), this might indicate that there is another problem where we don't want to retry. Therefore, I think it is ok to only catch the `IOException`. The request will also be failed if we see a different exception.
[ Full content available at: https://github.com/apache/flink/pull/6763 ] This message was relayed via gitbox.apache.org for [email protected]
