Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.12.0, 1.12.1, 1.12.2, 1.13.0, 1.12.3
Description
Background
This connector has been forked by AWS for use on KDA with Flink 1.11. Bugs have been encountered:
- Under high backpressure scenarios
- When an error is thrown during tear down
Scope
Pull in the following fixes from AWS fork:
- Fix issue where KinesisDataFetcher.shutdownFetcher() hangs (issue, pull request)
- Log error when shutting down Kinesis Data Fetcher (issue, pull request)
- Treating TimeoutException as Recoverable Exception (issue, pull request)
- Add time-out for acquiring subscription and passing events from network to source thread to prevent deadlock (pull request)