You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jamie Grier (JIRA)" <ji...@apache.org> on 2018/07/10 00:34:00 UTC

[jira] [Commented] (FLINK-9691) Modify run loop in Kinesis ShardConsumer to not sleep for a fixed fetchIntervalMillis

    [ https://issues.apache.org/jira/browse/FLINK-9691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16537834#comment-16537834 ] 

Jamie Grier commented on FLINK-9691:
------------------------------------

https://github.com/apache/flink/pull/6290

> Modify run loop in Kinesis ShardConsumer to not sleep for a fixed fetchIntervalMillis
> -------------------------------------------------------------------------------------
>
>                 Key: FLINK-9691
>                 URL: https://issues.apache.org/jira/browse/FLINK-9691
>             Project: Flink
>          Issue Type: Improvement
>          Components: Kinesis Connector
>    Affects Versions: 1.5.0, 1.4.2
>            Reporter: Lakshmi Rao
>            Assignee: Jamie Grier
>            Priority: Major
>
> Currently the ShardConsumer in the Kinesis connector sleeps for a fixed [fetchIntervalMillis|https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/internals/ShardConsumer.java#L210] resulting in the shard consumer sleeping for more time than necessary and not optimally reading from Kinesis. It should only be sleeping for (fetchIntervalMillis - time taken to process records) before making the subsequent getRecords call. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)