You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2021/05/31 06:57:39 UTC

[GitHub] [servicecomb-java-chassis] fanjiang-2021 opened a new issue #2398: 实例变更的可靠性测试问题

fanjiang-2021 opened a new issue #2398:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2398


   背景:
   在k8s环境中,将注册中心以及提供端A和提供端B重启,
   由于endpoint是由k8s随机分配的浮动IP,提供端A老的IP被另外一个提供端B占用,
   此时消费端C内存中缓存了提供端A的老的IP,以及新的IP,老的IP没有通知下线,
   导致消费端C调提供端A,会出现概率性调用失败
   -------------------------------------------------------
   


-- 
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.

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



[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2398: 实例变更的可靠性测试问题

Posted by GitBox <gi...@apache.org>.
liubao68 commented on issue #2398:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2398#issuecomment-856386009


   注册中心和提供端同时重启属于一个特殊的情况。 [PR](https://github.com/apache/servicecomb-java-chassis/pull/2406) 可以帮助缓解这个场景下的问题。 


-- 
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.

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



[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2398: 实例变更的可靠性测试问题

Posted by GitBox <gi...@apache.org>.
liubao68 commented on issue #2398:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2398#issuecomment-851769842


   按照目前的服务发现机制,这种情况是预期会发生的情况,是设计可接纳的。 


-- 
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.

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



[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2398: 实例变更的可靠性测试问题

Posted by GitBox <gi...@apache.org>.
liubao68 commented on issue #2398:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2398#issuecomment-861935988


   这个问题是safemode机制处理导致的问题, [PR](https://github.com/apache/servicecomb-java-chassis/pull/2412) 优化了实例查询的机制。 


-- 
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.

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



[GitHub] [servicecomb-java-chassis] liubao68 closed issue #2398: 实例变更的可靠性测试问题

Posted by GitBox <gi...@apache.org>.
liubao68 closed issue #2398:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2398


   


-- 
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.

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