Skip to content

Conversation

@davorbonaci
Copy link
Member

No description provided.

@davorbonaci
Copy link
Member Author

R: @dhalperi

@dhalperi
Copy link
Contributor

dhalperi commented Mar 8, 2016

LGTM

@asfgit asfgit merged commit a1ab951 into apache:master Mar 8, 2016
asfgit pushed a commit that referenced this pull request Mar 8, 2016
@davorbonaci davorbonaci deleted the counting_input_test branch March 8, 2016 00:56
davorbonaci added a commit to GoogleCloudPlatform/DataflowJavaSDK that referenced this pull request Mar 8, 2016
echauchot added a commit to echauchot/beam that referenced this pull request May 12, 2017
echauchot added a commit to echauchot/beam that referenced this pull request May 12, 2017
echauchot added a commit to echauchot/beam that referenced this pull request May 12, 2017
echauchot added a commit to echauchot/beam that referenced this pull request May 12, 2017
issue apache#28

Fix compilation issue after rebase + make checkstyle happy again
cosmoskitten pushed a commit to cosmoskitten/beam that referenced this pull request Jun 16, 2017
cosmoskitten pushed a commit to cosmoskitten/beam that referenced this pull request Jun 16, 2017
issue apache#28

Fix compilation issue after rebase + make checkstyle happy again
asfgit pushed a commit that referenced this pull request Aug 23, 2017
issue #28

Fix compilation issue after rebase + make checkstyle happy again
lukecwik referenced this pull request in lukecwik/incubator-beam Mar 22, 2018
Add a no-op sink to datasets that are never consumed
mareksimunek pushed a commit to mareksimunek/beam that referenced this pull request May 9, 2018
apache#10 Improve documentation around URI based data-sources/-sinks
tvalentyn pushed a commit to tvalentyn/beam that referenced this pull request May 15, 2018
robertwb pushed a commit to robertwb/incubator-beam that referenced this pull request Apr 30, 2020
* Migrated sdks directory

* Migrated dsls directory

* Refactored github_sample

* Added links to homepage
hengfengli referenced this pull request in hengfengli/beam Mar 21, 2022
We used to wait for children to be scheduled on every child partition
record received. The problem with that is that a child was not
scheduled, it could result in resuming the function with the mode
WAIT_FOR_CHILD_PARTITION. When resumed, the function would just wait for
the children and start finishing the partition. Because of this, any
records after the first child partition record for the same stream would
be in fact ignored.

This PR changes the logic, so that the waiting for child partitions to
be scheduled is only done when the change stream ends (meaning all child
partition records have been processed).
sjvanrossum pushed a commit to sjvanrossum/beam that referenced this pull request May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants