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: Rename ring_hash LB Policy to ring_hash_experimental #8776

Merged
merged 2 commits into from Jan 7, 2022

Commits on Dec 21, 2021

  1. xds: Rename ring_hash LB Policy to ring_hash_experimental

    Ring hash can only be used from within xds currently, because that's
    the only way to get a hash assigned to RPCs which is required for it
    to function. So it should be using the _experimental suffix like the
    other only-used-from-xds policies.
    
    Fixes grpc#8756
    sergiitk committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    18afe42 View commit details
    Browse the repository at this point in the history
  2. Rename some missed comments

    sergiitk committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    a164c85 View commit details
    Browse the repository at this point in the history