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

What does RichNoBrokersAvailableException exception mean? #2383

Closed
MartinKosicky opened this issue Mar 27, 2020 · 2 comments
Closed

What does RichNoBrokersAvailableException exception mean? #2383

MartinKosicky opened this issue Mar 27, 2020 · 2 comments

Comments

@MartinKosicky
Copy link

MartinKosicky commented Mar 27, 2020

Since linkerd is lacking some kind of documentation of most errors, currently I am getting RichNoBrokersAvailableException. Can someone explain what that means?

Server Send Error: com.twitter.finagle.naming.buoyant.RichNoBrokersAvailableException: Unable to route request! service name: /svc/namespace/prod/ce-sts-v63-89 dtab: base dtab: override dtab: /svc/config-engine-service => /#/io.l5d.k8s/prod/grpc/ce-api-sts-v63 . Remote Info: Not Available
@cpretzer
Copy link
Contributor

@MartinKosicky the RichNoBrokersAvailableException is an class that provides more detailed information about an underlying NoBrokersAvailableException

The "Rich" indicates that the exception writes a richer error message with information about the underlying dtab.

It is used in the DstBindingFactory class.

Is there other log info or configuration that you can share? Please join us on https://slack.linkerd.io for more help

@cpretzer
Copy link
Contributor

@MartinKosicky since this is more of a question than an issue, I'm going to close this.

Come say hi on Slack if you have more questions

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

2 participants