Alexander Fedulov created FLINK-29476:
-----------------------------------------
Summary: Kinesis Connector retry mechanism not applied to
EOFException
Key: FLINK-29476
URL: https://issues.apache.org/jira/browse/FLINK-29476
Project: Flink
Issue Type: Improvement
Reporter: Alexander Fedulov
Attachments: kinesis-exception.log
The current retry mechanism in Kinesis connector only considers
_SocketTimeoutException_ as recoverable:
[KinesisProxy.java#L422|https://github.com/apache/flink/blob/release-1.16.0-rc1/flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/proxy/KinesisProxy.java#L422]
, however we observed that communication can also fail with EOFException:
[^kinesis-exception.log]
This exception should also be considered recoverable and retried.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)