AlbumenJ opened a new issue, #10988: URL: https://github.com/apache/dubbo/issues/10988
<!-- If you need to report a security issue please visit https://github.com/apache/dubbo/security/policy --> - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ## Describe the proposal When the provider is offline, the registry will push the offline notification to the consumer, and the consumer will stop all in-transit calls. This affects the overall request success rate. Move the destroy actions of invoker into a seperate thread, wait unit all of the request end, then destroy. -- 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: notifications-unsubscr...@dubbo.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org