You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/08/15 17:54:00 UTC

[jira] [Commented] (FLINK-10154) Make sure we always read at least one record in KinesisConnector

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

ASF GitHub Bot commented on FLINK-10154:
----------------------------------------

jgrier opened a new pull request #6564: [FLINK-10154] [kinesis connector] Make sure we always read at least one record in Kinesis Connector.
URL: https://github.com/apache/flink/pull/6564
 
 
   ## What is the purpose of the change
   
   Fixing a bug that can cause the Kinesis Connector to request zero records and therefore throw an exception.
   
   ## Brief change log
   
   One line fix to ensure a minimum Kinesis request size of 1 record.
   
   ## Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ## 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): no
     - Anything that affects deployment or recovery: 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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Make sure we always read at least one record in KinesisConnector
> ----------------------------------------------------------------
>
>                 Key: FLINK-10154
>                 URL: https://issues.apache.org/jira/browse/FLINK-10154
>             Project: Flink
>          Issue Type: Bug
>          Components: Kinesis Connector
>    Affects Versions: 1.6.0
>            Reporter: Jamie Grier
>            Assignee: Jamie Grier
>            Priority: Minor
>              Labels: pull-request-available
>
> It's possible in some cases to request zero records from Kinesis in the Kinesis connector.  This can happen when the "adpative reads" feature is enabled.
>  



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