Jack-Jiang commented on issue #4475: URL: https://github.com/apache/servicecomb-java-chassis/issues/4475#issuecomment-2317013430
就是我们在k8s的preStop时调用org.apache.servicecomb.serviceregistry.RegistryUtils#destroy来关闭rpc入口流量;以及其他流量入口如kafka等异步流量。 但是内存中有关闭流量前已经收到的请求正在异步执行,如kafka内存已经消费的队列中的任务,这些任务进行rpc调用时报错如上截图的。 实际我们只需要ServiceRegistry::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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
