You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by re...@apache.org on 2022/07/27 23:09:43 UTC

[beam] branch master updated (505b5b723b0 -> c581b4dc6bd)

This is an automated email from the ASF dual-hosted git repository.

reuvenlax pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from 505b5b723b0 Restrict google-api-core and regenerate container dependencies. #22481
     add 9e7cc7cfd76 Fixes #22438. Ensure that WindmillStateReader completes all batched read futures on exceptions.  Also improve decoder exceptions to only affect the corresponding state not the rest of batched reads.
     new c581b4dc6bd Merge pull request #22461: Fixes #22438. Ensure that WindmillStateReader completes all batched read futures on exceptions

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../dataflow/worker/WindmillStateReader.java       | 109 ++++++++------
 .../dataflow/worker/WindmillStateReaderTest.java   | 161 ++++++++++++++++++++-
 2 files changed, 222 insertions(+), 48 deletions(-)


[beam] 01/01: Merge pull request #22461: Fixes #22438. Ensure that WindmillStateReader completes all batched read futures on exceptions

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

reuvenlax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit c581b4dc6bd33360af890c9342e5239b8fcc7561
Merge: 505b5b723b0 9e7cc7cfd76
Author: Reuven Lax <re...@google.com>
AuthorDate: Wed Jul 27 16:09:35 2022 -0700

    Merge pull request #22461: Fixes #22438. Ensure that WindmillStateReader completes all batched read futures on exceptions

 .../dataflow/worker/WindmillStateReader.java       | 109 ++++++++------
 .../dataflow/worker/WindmillStateReaderTest.java   | 161 ++++++++++++++++++++-
 2 files changed, 222 insertions(+), 48 deletions(-)