-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Open
Labels
Area: xDSIncludes everything xDS related, including LB policies used with xDS.Includes everything xDS related, including LB policies used with xDS.Type: Bug
Description
If the priority policy's timer for a child (the init timer) expires -- started here:
cb.startInitTimer() |
If the child is still CONNECTING and then it produces a new CONNECTING picker, this code will restart it:
case connectivity.Connecting: |
This should be able to be fixed by checking if the old state was also CONNECTING, and avoiding starting the timer if so.
Metadata
Metadata
Assignees
Labels
Area: xDSIncludes everything xDS related, including LB policies used with xDS.Includes everything xDS related, including LB policies used with xDS.Type: Bug