-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.