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

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

                Author: ASF GitHub Bot
            Created on: 12/May/22 16:35
            Start Date: 12/May/22 16:35
    Worklog Time Spent: 10m 
      Work Description: chamikaramj commented on PR #17609:
URL: https://github.com/apache/beam/pull/17609#issuecomment-1125202269

   LGTM. Thanks.




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

    Worklog Id:     (was: 769756)
    Time Spent: 3h 20m  (was: 3h 10m)

> SyntheticUnboundedSource(with SDF) produce duplicate records when split with 
> DEFAULT_DESIRED_NUM_SPLITS
> -------------------------------------------------------------------------------------------------------
>
>                 Key: BEAM-14429
>                 URL: https://issues.apache.org/jira/browse/BEAM-14429
>             Project: Beam
>          Issue Type: Bug
>          Components: io-common
>            Reporter: Yichi Zhang
>            Assignee: Yichi Zhang
>            Priority: P1
>             Fix For: 2.40.0
>
>          Time Spent: 3h 20m
>  Remaining Estimate: 0h
>
> With the default 20 split, the num records produced by 
> Read.from(SyntheticUnboundedSource) is always larger than the numRecords 
> specified. the more splits the more actual number records produced is off. 
> And the Read step tends to take longer time with more splits.
> [https://github.com/apache/beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/io/Read.java#L512]
> The issue is manifested with java LoadTests on dataflow runner v2.
> Initial suspicion is that duplicate source readers for the same restriction 
> and checkpoint were created by multiple UnboundedSourceAsSDFWrapperFns.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

Reply via email to