[ 
https://issues.apache.org/jira/browse/BEAM-4620?focusedWorklogId=189759&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-189759
 ]

ASF GitHub Bot logged work on BEAM-4620:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 24/Jan/19 23:50
            Start Date: 24/Jan/19 23:50
    Worklog Time Spent: 10m 
      Work Description: swegner commented on pull request #7555: [BEAM-4620] 
UnboundedReadFromBoundedSource invokes split for small bounded sources
URL: https://github.com/apache/beam/pull/7555
 
 
   
 
----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 189759)
    Time Spent: 1h  (was: 50m)

> UnboundedReadFromBoundedSource.split() should always call split()
> -----------------------------------------------------------------
>
>                 Key: BEAM-4620
>                 URL: https://issues.apache.org/jira/browse/BEAM-4620
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-core
>            Reporter: Josh M
>            Assignee: Chamikara Jayalath
>            Priority: Minor
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> If the source contains too little data (rounds the result down to 0), or if 
> size estimation fails, then we don't call .split().  We must always call 
> split(); instead of returning original source, we should have computed some 
> fallback value for desiredBundleSize.
> This bug has existed since the code was first introduced, so it is not a 
> regression - but it is certainly a bug.
>  
> source: 
> https://github.com/apache/beam/blob/697a1d17e473cd5b097aaaeee24c08f43cc77f58/runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/UnboundedReadFromBoundedSource.java#L137



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

Reply via email to