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 two: move logic of querying SRV into Grpclb's own resolver) #6723

Merged
merged 13 commits into from Mar 2, 2020

Commits on Feb 18, 2020

  1. Refactor DnsNameResolver to separate logics of resolving host address…

    …, service config, balancer addresses. Subclass is able to override the resolve logic.
    voidzcy committed Feb 18, 2020
    Copy the full SHA
    7162123 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Eliminate BaseDnsNameResolverProvider, Grpclb's name resolver provide…

    …r will provide GrpclbNameResolver directly. This also eliminate the enableSrv flag.
    voidzcy committed Feb 19, 2020
    Copy the full SHA
    75a4ce1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b935f46 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    49f7240 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a28394f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. Copy the full SHA
    446f3d2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d3c6ba1 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

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

Commits on Feb 28, 2020

  1. Refactor doResolve method to avoid repeating address resolution and s…

    …ervice config resolution in child class.
    voidzcy committed Feb 28, 2020
    Copy the full SHA
    22d9bd5 View commit details
    Browse the repository at this point in the history
  2. Fix year in preface.

    voidzcy committed Feb 28, 2020
    Copy the full SHA
    4b79152 View commit details
    Browse the repository at this point in the history
  3. Avoid introducing if nesting.

    voidzcy committed Feb 28, 2020
    Copy the full SHA
    8a981ea View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    740282a View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

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

    …query_srv_logic_into_grpclb
    voidzcy committed Mar 2, 2020
    Copy the full SHA
    a5f869f View commit details
    Browse the repository at this point in the history