marmot-z commented on issue #13854: URL: https://github.com/apache/dubbo/issues/13854#issuecomment-2706065311
Is this a problem? When the first service instance change event takes a long time to process, the second service instance change event will not be processed, causing the consuming application to still store the old service instance information locally (a normal service instance and an offline service instance)  If this is the case, it doesn't seem to cause too much of a problem? Because when the service provider makes a service call, the load balancing link will check whether the invoker is connected. If it is not connected, it will be kicked out of the validInvokers list. As long as there is an available invoker, the RPC request will not fail.  -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
