grpc / grpc/grpc-java

ClusterImplLB should be above Priority after A75 Aggregate Cluster Fixes

オープン
#12,430 コメント 0 件 リアクション 0 件 担当者 1 名 @kannanjgithub が担当を希望しています GitHub で見る
enhancement
主要言語
Java
スター
12.1k
フォーク
4k
平均マージ
2日 17時間
マージ済み PR(30日)
37

説明

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

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。