The count of outstanding RPCs in ChannelPool could go negative. #2081
Labels
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.
The count of outstanding RPCs in ChannelPool could go negative in some cases, and an exception would be throw. In such case, there is no way a customer could recover from such error. See internal issue for details.
We need to prevent the count of outstanding RPCs to go negative and also figure out why this happened.
The text was updated successfully, but these errors were encountered: