Danny Cranmer created FLINK-21933:
-------------------------------------
Summary: [kinesis][efo] EFO consumer treats interrupts as retryable exceptions
Key: FLINK-21933
URL:
https://issues.apache.org/jira/browse/FLINK-21933 Project: Flink
Issue Type: Bug
Components: Connectors / Kinesis
Affects Versions: 1.12.2, 1.12.1, 1.12.0
Reporter: Danny Cranmer
Assignee: Danny Cranmer
Fix For: 1.13.0, 1.12.3
*Background*
When an Flink job is cancelled or failed, the source threads get interrupted. The EFO consumer is treating this exception as retryable and will retry until MAX_RETRIES is exceeded.
*Scope*
Update error handling to treat Interrupted exceptions as non-recoverable. The source should gracefully shutdown.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)