alibaba / nacos

an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
https://nacos.io
Apache License 2.0
30.07k stars 12.81k forks source link

dubbo provider service register nacos with 3 instance, but only 2 instance called by. #6343

Closed IssacYoung2013 closed 3 years ago

IssacYoung2013 commented 3 years ago

The duubo service proivder register nacos with three instance successfully. But only two instance was called by consumer. When I make the un-called instance offline and online, then all three instance can be called by dubbo consumer.

Desktop (please complete the following information):

KomachiSion commented 3 years ago

Please check in console whether has three providers for service, and check the consumer logs in {user.home}/logs/nacos/naming.log whether consumer get 3 ips for providers.

If so, it is no nacos' problem.