Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Dubbo 3.2.11 work with Istio get no provider, connection error #14715

Open
3 of 4 tasks
wilsonwu opened this issue Sep 24, 2024 · 2 comments
Open
3 of 4 tasks

[Bug] Dubbo 3.2.11 work with Istio get no provider, connection error #14715

wilsonwu opened this issue Sep 24, 2024 · 2 comments
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage

Comments

@wilsonwu
Copy link

Pre-check

  • I am sure that all the content I provide is in English.

Search before asking

  • I had searched in the issues and found no similar issues.

Apache Dubbo Component

Java SDK (apache/dubbo)

Dubbo Version

Dubbo 3.2.11

Steps to reproduce this issue

Use triple call provider api with istio sidecar injection, after about 1-2 hours, get RPC error, the log shows no provider problem.

By troubleshooting, we found the problem may be netty get the wrong connection status, the connection is health, but netty mark it as bad, so the RPC has been terminated.

What you expected to happen

Work fine as it start.

Anything else

No response

Are you willing to submit a pull request to fix on your own?

  • Yes I am willing to submit a pull request on my own!

Code of Conduct

@wilsonwu wilsonwu added component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage labels Sep 24, 2024
@wilsonwu wilsonwu changed the title [Bug] Dubbo 3.2.11 work with Istio get no provider, can't connect error [Bug] Dubbo 3.2.11 work with Istio get no provider, connection error Sep 24, 2024
@chickenlj
Copy link
Contributor

What's the service discovery mechanism that is used on the consumer side?

Is dubbo consumer SDK or sidecar responsible for subscribing addresses from registry?

@wilsonwu
Copy link
Author

wilsonwu commented Sep 24, 2024

#13600 I have commented here, hope this can help, this is very difficult to describe, the way of integration like: https://dubbo.apache.org/zh-cn/overview/tasks/mesh/dubbo-mesh/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/need-triage Need maintainers to triage type/need-triage Need maintainers to triage
Projects
Status: Todo
Development

No branches or pull requests

2 participants