Commit ebb9420
committed
xds: Merge ClusterResolverLB into CdsLB2
This is a cleanup from gRFC A74:
> The xds_cluster_resolver LB policy will be removed completely, as
> obtaining endpoint addresses will now be done in the xds resolver. The
> code for generating the child policy configs for the priority policy
> will now be done in the cds LB policy.
Since XdsDependencyManager handles the actual resolution,
ClusterResolverLB was only handling config conversion. We just do that
in CdsLB2 now.
The large blob of code from ClusterResolverLB was moved into CdsLB2
unchanged. The cluster resolver tests were left in-place, though, as
they did need changes and it'd be very hard to see the changes if moved
at the same time.1 parent 57e8589 commit ebb9420
File tree
8 files changed
+425
-992
lines changed- xds/src
- main
- java/io/grpc/xds
- resources/META-INF/services
- test/java/io/grpc/xds
8 files changed
+425
-992
lines changedLarge diffs are not rendered by default.
Lines changed: 0 additions & 455 deletions
This file was deleted.
Lines changed: 0 additions & 245 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
0 commit comments