[
https://issues.apache.org/jira/browse/FLINK-29476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Fedulov updated FLINK-29476:
--------------------------------------
Affects Version/s: 1.15.2
> 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
> Affects Versions: 1.15.2
> Reporter: Alexander Fedulov
> Priority: Major
> 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)