jerbo99 opened a new issue #3017: URL: https://github.com/apache/incubator-shenyu/issues/3017
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior With DevidePlugin, there are still requests for those client service after you close them one or more. ### Expected Behavior After a service is down, the client service is no longer requested until it is restarted. ### Steps To Reproduce 1. Start client services. 2. Stop one or more of them. 3. Send multiple requests to the ShenYu. ### Environment ```markdown ShenYu version(s): 2.4.2 ``` ### Debug logs No error logs. in AbstractShenyuClientRegisterServiceImpl.doRegisterURI: if (CollectionUtils.isEmpty(uriList)) return ""; in ShenyuClientRegisterDivideServiceImpl.buildHandle List<DivideUpstream> diffList = addList.stream().filter(divideUpstream -> !existList.contains(divideUpstream)).collect(Collectors.toList()); //returns diffList size of 0, because addList is the remaining list available, all exist in existList. ### Anything else? _No response_ -- 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]
