szhengli opened a new issue, #11951: URL: https://github.com/apache/dubbo/issues/11951
dubbo version: 3.0.9 error: 2023-03-28 17:47:33.403 ERROR 4212 --- [o-8082-exec-303] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.apache.dubbo.rpc.RpcException: Failed to invoke the method sayHello in the service org.example.api.DemoService. Tried 1 times of the providers [192.168.2.205:20880] (1/1) from the registry mse-4aac8ab0-zk.mse.aliyuncs.com:2181 on the consumer 192.168.2.206 using the dubbo version 3.0.9. Last error is: Failed to invoke remote method: sayHello, provider: dubbo://192.168.2.205:20880/org.example.api.DemoService anyhost=true&application=provider&background=false&category=providers,configurators,routers&check=false&deprecated=false&dubbo=2.0.2&dynamic=true&generic=false&interface=org.example.api.DemoService&methods=sayHello&pid=4212&qos.enable=false&release=3.0.9&retries=0&service-name-mapping=true&side=provider&sticky=false&timeout=30000000 , cause: org.apache.dubbo.remoting.RemotingException: Fail to decode request due to: java.io.IOException: Service org.example.api.DemoService with version 0.0.0 not found, invocation rejected. dubbo.properties: dubbo.service.shutdown.wait=600000 server.shutdown: graceful background: to shutdown jar app gracefully , initially ,run curl localhost:22222/offline && sleep 3 , and kill PID, meanwhile, the new requests arrive continuously, then the above errors happen, which cause some requests fail. any way to aovid the error? thanks log . -- 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