AlbumenJ commented on issue #1508: URL: https://github.com/apache/dubbo/issues/1508#issuecomment-927785233
There are some potential problem if we add empty protection. If there is really no address available, a lot of meanless connections will be created due to empty protection. This will take up a lot of threads to wait for connection timeout, which will affect other normal invocations or even cause the whole application hang up. -- 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]
