Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xds/priority: start the init timer when a child switch to Connecting from non-transient-failure state #5334

Merged
merged 3 commits into from May 10, 2022

Commits on May 2, 2022

  1. [priority_connectivity_fix] xds/priority: start the init timer when a…

    … child switch to Connecting from non-transient-failure state
    
    See grpc/proposal#296 for context.
    
    After this change, priority will restart the failover timer when a child
    reports Connecting, if that child hasn't reported TF more recently than
    it reported Ready or Idle.
    
    Also changed the priority policy to always call the centralized function
    `syncPriority` to handle child switching.
    menghanl committed May 2, 2022
    Copy the full SHA
    ed22e17 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a58f11b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Copy the full SHA
    d6d1e4a View commit details
    Browse the repository at this point in the history