You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/04/06 19:57:19 UTC

[beam] 01/01: Merge pull request #17295: [cherry-pick][release-2.38.0][BEAM-13519] Solve race issues when the server responds with an error before the GrpcStateClient finishes being constructed. (#17240)

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

danoliveira pushed a commit to branch release-2.38.0
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 93ac2a0db020841c1b34736721adba731735cbca
Merge: 47a9d8f3c42 49549098fd2
Author: Daniel Oliveira <da...@gmail.com>
AuthorDate: Wed Apr 6 12:57:13 2022 -0700

    Merge pull request #17295: [cherry-pick][release-2.38.0][BEAM-13519] Solve race issues when the server responds with an error before the GrpcStateClient finishes being constructed. (#17240)
    
    [cherry-pick][release-2.38.0][BEAM-13519] Solve race issues when the server responds with an error before the GrpcStateClient finishes being constructed. (#17240)

 .../harness/state/BeamFnStateGrpcClientCache.java  | 105 ++++++++++++++-------
 .../state/BeamFnStateGrpcClientCacheTest.java      |  81 +++++++++-------
 2 files changed, 117 insertions(+), 69 deletions(-)