Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.15.4, 1.16.2, 1.17.1
-
None
Description
AWS connectors are not treating DNS errors as recoverable using exponential back-off resulting in Flink job restarts on transient errors and small timeouts.
DNS errors typically manifest as UnknownHostException which is not handled as a recoverable exception and potentially not retried.
Here is an example of an exception that is recoverable with exponential-backoff.