You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "AYue-94 (via GitHub)" <gi...@apache.org> on 2023/05/31 13:02:29 UTC

[GitHub] [dubbo] AYue-94 commented on issue #12437: dubbo-xds not support WeightedCluster

AYue-94 commented on issue #12437:
URL: https://github.com/apache/dubbo/issues/12437#issuecomment-1570194090

   我大概看了一下,主要有两个地方可能有问题。
   1)org.apache.dubbo.registry.xds.util.protocol.impl.RdsProtocol
   解析的时候没有解析weightcluster。
   ![image](https://github.com/apache/dubbo/assets/40812847/d30fc056-8242-4c7e-bb20-dcd4d2e67611)
   但是却提供了xdsrouter相关功能,但是实际上底层invokers并不会存在。
   2)org.apache.dubbo.rpc.cluster.router.xds.XdsRouter#computeSubset
   这里在路由的时候,构造bitlist应该有问题,是不是应该这样做?
   ![image](https://github.com/apache/dubbo/assets/40812847/59e10ec3-7c86-451b-8dad-eca57c0b3eb5)
   
   除了上面两个问题以外,我想问一下proxyless模式现在是不是非生产可用?
   因为好像AbstractProtocol内部也可能存在一些并发问题,偶尔启动阶段出现死锁问题,我也没有仔细排查。
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org