Skip to content

xds: Priority policy restarts timer on CONNECTING->CONNECTING transition #8516

@dfawley

Description

@dfawley

If the priority policy's timer for a child (the init timer) expires -- started here:

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.Type: Bug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions