You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/11/22 08:21:26 UTC

[GitHub] [dubbo] AlbumenJ opened a new issue, #10988: Invocation may broke when provider offline

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-unsubscribe@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org