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

'circuit breaker is open','last resolver error: produced zero addresses' #4101

Open
savinchen opened this issue Apr 22, 2024 · 3 comments
Open

Comments

@savinchen
Copy link

Service A grpc invokes another service B, often : 'circuit breaker is open' or 'last resolver error: produced zero addresses' ;
"circuit breaker is open" appear more often; service B is good;

i want to try turn off breaker, so how to tun off it ?
thanks

@bighunter513
Copy link

I also encountered this error, when one of Service B's pod got some net failure for a moment, after it rescued, the error is still exist for about 15 minute

@kesonan
Copy link
Collaborator

kesonan commented Apr 25, 2024

We do not recommend turning off the breaker, but there are currently ways to turn it off. You can refer to the documentation https://go-zero.dev/docs/tutorials/grpc/server/configuration

@kevwan
Copy link
Contributor

kevwan commented Apr 27, 2024

I also encountered this error, when one of Service B's pod got some net failure for a moment, after it rescued, the error is still exist for about 15 minute

15 minutes after recovery? Better to check if it's fully recovered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants