szhengli opened a new issue, #503: URL: https://github.com/apache/dubbo-samples/issues/503
https://dubbo.apache.org/zh/overview/tasks/mesh/dubbo-mesh/ 用的是自带的镜像,啥都没改。 istio:istio-1.14.3 Kubernetes Version: v1.22.11 报错: 27/08/22 11:30:02:002 UTC] main INFO deploy.DefaultApplicationDeployer: [DUBBO] Dubbo Application[1.1](dubbo-samples-mesh-consumer) is ready., dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.188 -- ==================== dubbo invoke loop started ==================== [27/08/22 11:30:32:032 UTC] main WARN proxy.InvokerInvocationHandler: [DUBBO] [Dubbo-Consumer] execute service org.apache.dubbo.samples.Greeter:1.0.0#greet cost 30263.800801 ms, this invocation almost (maybe already) timeout. Timeout: 30000ms invocation context: interface=org.apache.dubbo.samples.Greeter; remote.application=dubbo-samples-mesh-consumer; timeout=30000; thread info: Start time: 2267640855951041 +-[ Offset: 0.000000ms; Usage: 30263.800801ms, 100% ] Receive request. Client invoke begin. ServiceKey: org.apache.dubbo.samples.Greeter:1.0.0 MethodName:greet +-[ Offset: 19.983812ms; Usage: 10219.853115ms, 33% ] Invoker invoke. Target Address: dubbo-samples-mesh-provider.dubbo-demo.svc.cluster.local:80 +-[ Offset: 10240.011307ms; Usage: 10010.577710ms, 33% ] Invoker invoke. Target Address: dubbo-samples-mesh-provider.dubbo-demo.svc.cluster.local:80 +-[ Offset: 20250.736207ms; Usage: 10011.384030ms, 33% ] Invoker invoke. Target Address: dubbo-samples-mesh-provider.dubbo-demo.svc.cluster.local:80, dubbo version: 3.1.0-SNAPSHOT, current host: 10.42.1.188 Exception in thread "main" org.apache.dubbo.rpc.RpcException: Failed to invoke the method greet in the service org.apache.dubbo.samples.Greeter. Tried 3 times of the providers [dubbo-samples-mesh-provider.dubbo-demo.svc.cluster.local:80] (1/1) from the registry dubbo-samples-mesh-provider.dubbo-demo.svc.cluster.local:80 on the consumer 10.42.1.188 using the dubbo version 3.1.0-SNAPSHOT. Last error is: Fail to invoke remote method: greet, provider: tri://dubbo-samples-mesh-provider.dubbo-demo.svc.cluster.local:80/org.apache.dubbo.samples.Greeter?application=dubbo-samples-mesh-consumer&background=false&interface=org.apache.dubbo.samples.Greeter&lazy=true&mesh-enable=true&metadata-service-port=20885&pid=1&provided-by=dubbo-samples-mesh-provider&qos.accept.foreign.ip=true&qos.enable=true®ister.ip=10.42.1.188&revision=1.0.0&side=consumer&sticky=false&timeout=30000&version=1.0.0, cause: org.apache.dubbo.rpc.StatusRpcException: UNAVAILABLE : upstream connect error or disconnect/reset before headers. reset reason: connection failure RemoteAddress:dubbo-samples-mesh-provider.dubbo-demo.svc.cluster.local:80 备注: 相信范例提供者是在自己跑通的情况下才开放出来的,能否详细说明 你们测试成功时的环境版本,比如k8s版本,istio版啥的,以便使用者复现。 我之前试 dubbo-samples-kubernetes 里面范例,也都全部没有跑通过,说找不到提供者。像这样,一方面打击使用者信心,另外也影响开源发布方的信誉。very frustrating -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
