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 reset failover timer when connecting if seen ready or idle since TF (#9093) (1.46.x backport) #9098

Merged
merged 1 commit into from Apr 20, 2022

Commits on Apr 20, 2022

  1. xds: priority reset failover timer when connecting if seen ready or i…

    …dle since TF (grpc#9093)
    
    changes in priority:
    Keep track of whether a child has seen TRANSIENT_FAILURE more recently than IDLE or READY, and use this to decide whether to restart the failover timer when a child reports CONNECTING. This ensures that we properly start the failover timer when the ring_hash child policy transitions from IDLE to CONNECTING at startup.
    Behaviour change also affects address updates the current priority from CONNECTING to CONNECTING, previously it reports one CONNECTING, right now it does not report and wait there due to failover timer in effect. This helps to try the next priority.
    YifeiZhuang committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    81efef9 View commit details
    Browse the repository at this point in the history