Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

fix(batcher): exceptions in unaryCaller bubble up #1844

Closed
wants to merge 3 commits into from

Conversation

diegomarquezp
Copy link
Contributor

fixes googleapis/sdk-platform-java#1324. When the BatcherImpl's unary caller throws an exception, this will bubble up to response.get()

fixes #1826. When the BatcherImpl's unary caller throws an exception,
this will bubble up to response.get()
@diegomarquezp diegomarquezp requested review from a team as code owners October 21, 2022 19:40
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@diegomarquezp
Copy link
Contributor Author

@igorbernstein2 a friendly ping to take a look at this fix

@suztomo
Copy link
Member

suztomo commented Dec 21, 2022

Closing this in favor of googleapis/sdk-platform-java#1166

@suztomo suztomo closed this Dec 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BatcherImpl.add can hang if an exception is thrown starting a call
2 participants