dannycranmer opened a new pull request #16840: URL: https://github.com/apache/flink/pull/16840
## What is the purpose of the change Reduce/eliminate ReadTimeoutException from the EFO consumer ## Brief change log 1. Request next record from the Flink source thread rather than the AWS SDK response thread. This means that there will always be space in the input buffer queue. The AWS SDK async response thread is no longer blocking on this queue. Backpressure is now applied by the Flink source thread rather than the AWS SDK thread. 2. Increase the Read Timeout (30s) to be higher than the maximum Shard subscription duration (5m) and enable TCP keep alive This change is being merged across multiple Flink versions: - 1.12: - 1.13: - 1.14: https://github.com/apache/flink/pull/16839 ## Verifying this change 1. Existing unit tests 2. Added new unit tests 3. This fix is ported from [v2.2.0](https://github.com/awslabs/amazon-kinesis-connector-flink/blob/master/CHANGELOG.md) of Amazon Kinesis connector ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): no - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: no - The serializers: no - The runtime per-record code paths (performance sensitive): yes - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no - The S3 file system connector: no ## Documentation - Does this pull request introduce a new feature? no - If yes, how is the feature documented? not applicable -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
