grpc / grpc/grpc-java

ClusterImplLB should be above Priority after A75 Aggregate Cluster Fixes

Abierto
#12,430 0 comentarios 0 reacciones 1 asignado Reclamado por @kannanjgithub Ver en GitHub
enhancement
Lenguaje dominante
Java
Estrellas
12.1k
Forks
4k
Merge medio
2 d 17 h
PR fusionados (30 d)
37

Descripción

From [A75 Aggregate Cluster Fixes](https://github.com/grpc/proposal/blob/master/A75-xds-aggregate-cluster-behavior-fixes.md#aggregate-cluster-changes):

> This will allow us to move the outlier_detection, xds_cluster_impl, and xds_override_host LB policies up above the priority policy that chooses the priority within the cluster. This will result in outlier detection and stateful session affinity working across priorities within a cluster, as they should.

It then defines the new LB tree organization that has that change.

That does not appear to have happened in Java, as cluster impl is below priority:

https://github.com/grpc/grpc-java/blob/096c4d9f915fcbef342311a794378194f526bd54/xds/src/main/java/io/grpc/xds/ClusterResolverLoadBalancer.java#L341-L358

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.