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

core, grpclb: change policy selection strategy for Grpclb policy (take one: eliminate special logic for deciding grpclb policy in core) #6637

Merged
merged 8 commits into from Jan 31, 2020

Commits on Jan 24, 2020

  1. Change DNS resolver to return balancer addresses as attributes of res…

    …olution result. Change AutoConfiguredLoadBalancerFactory to choose LB policy purely based on lb policy config in service config. GrpclbLoadBalancer populates balancer address from attributes instead of from addresses.
    voidzcy committed Jan 24, 2020
    Copy the full SHA
    5ca8054 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Merge branch 'master' of github.com:grpc/grpc-java into impl/grpclb_s…

    …election_change_take_one
    voidzcy committed Jan 27, 2020
    Copy the full SHA
    da29532 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c817b6f View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Resolver can return empty result and let LB policy handle the error o…

    …f no usable addresses.
    voidzcy committed Jan 28, 2020
    Copy the full SHA
    3fccafe View commit details
    Browse the repository at this point in the history
  2. Do not set ATTR_LB_ADDRS for test if resolved addresses do not contai…

    …n balancer addresses, this mirrors the real behavior of DnsNameResolver.
    voidzcy committed Jan 28, 2020
    Copy the full SHA
    f02a7fa View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    19d2d7c View commit details
    Browse the repository at this point in the history
  4. Delete no longer used class.

    voidzcy committed Jan 28, 2020
    Copy the full SHA
    5adefa9 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

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