add ErrNoSubConnAvailable reason to pick ctx timeout #7143
Closed
Mergeable / Mergeable
failed
Nov 4, 2024 in 3s
1/3 Fail(s): DESCRIPTION
Status: FAIL
Here are some stats of the run:
3 validations were ran.
2 PASSED
1 FAILED
Details
✔️ Validator: LABEL
- ✔️ label must include '^Type:'
Input : P2,Status: Requires Reporter Clarification,Type: Bug
Settings :{"must_include":{"regex":"^Type:"}}
❌ Validator: DESCRIPTION
- ❌ description does not include "^RELEASE NOTES:\s([Nn][Oo][Nn][Ee]|[Nn]/[Aa]|\n(*|-)\s.+)$"**
Input : If the server-side balancer picks balancer.ErrNoSubConnAvailable, the gRPC picking logic will cause the context (ctx) to block until it times out. As a result, from the client's perspective, it appears as if there is a server response timeout, without knowing that it is due to NoSubConnAvailable.
#7135
Settings : {"must_include":{"regex":"^RELEASE NOTES:\\s*([Nn][Oo][Nn][Ee]|[Nn]/[Aa]|\\n(\\*|-)\\s*.+)$","regex_flag":"m"}}
✔️ Validator: MILESTONE
- ✔️ milestone must include 'Release$'
Input : 1.64 Release
Settings :{"must_include":{"regex":"Release$"}}
Loading