jlynet commented on pull request #2052: URL: https://github.com/apache/servicecomb-java-chassis/pull/2052#issuecomment-1079584598
这个是什么场景下触发的啊?我最近遇到生产上两个应用都开启的版本隔离,最后A 调B 的时候调用到B的另一个最新版本去了。具体场景是C 调用A服务采用 version-rule latest ,然后A再调用B (A调用B采用版本号区间隔离)。单B起了一个最新的版本时候,在注册中心看A居然和B最新服务有调用关系。然后A又调用不到B的最新版本,然后线程就出现很多锁和阻塞,最后服务器CPU被拉到好高。 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
