nacos2.2.0客户端调用deregisterService方法,发现原本应该下线A实例的最后确下线B实例,什么原因? #15075
Unanswered
zhaoyanlin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
补充nacos服务端是2.2.3的版本,场景就是有个服务治理的服务会专门负责所有服务的上下线工作,但是在服务治理服务调用 namingService.deregisterInstance(serviceName,group,host,port,clusterName)的时候,本来需要下线A实例了,却把B实例下线了,ip地址和端口以及服务名称都传递的正确
Beta Was this translation helpful? Give feedback.
All reactions