BatcherImpl.add can hang if an exception is thrown starting a call #1324
Labels
gax
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
Steps to reproduce
Failing unit test:
Proposed solution
BatcherImpl#sendOutstanding() should catch exceptions from futureCall() and treat it as if the RPC failed
The text was updated successfully, but these errors were encountered: