You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Beam JIRA Bot (Jira)" <ji...@apache.org> on 2020/11/06 17:12:01 UTC

[jira] [Commented] (BEAM-10984) Dataflow's UnboundedReaderIterator should support overriding default bundle size targets

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

Beam JIRA Bot commented on BEAM-10984:
--------------------------------------

This issue was marked "stale-assigned" and has not received a public comment in 7 days. It is now automatically unassigned. If you are still working on it, you can assign it to yourself again. Please also give an update about the status of the work.

> Dataflow's UnboundedReaderIterator should support overriding default bundle size targets
> ----------------------------------------------------------------------------------------
>
>                 Key: BEAM-10984
>                 URL: https://issues.apache.org/jira/browse/BEAM-10984
>             Project: Beam
>          Issue Type: Improvement
>          Components: runner-dataflow
>            Reporter: Daniel Mills
>            Priority: P2
>
> Currently, the UnboundedReaderIterator will read until 10k elements have been read or 10s have passed.  This works for most pipelines, but is insufficient for pipelines that either require very high throughput or require low latency.  We should make these values controllable via a PipelineOption, probably under DataflowPipelineDebugOptions.
> The constants are defined here: https://github.com/apache/beam/blob/master/runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/WorkerCustomSources.java#L757



--
This message was sent by Atlassian Jira
(v8.3.4#803005)