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

[optimisation] - non descriptive error message for unsuported query #1434

Open
ertemann opened this issue Mar 25, 2024 · 2 comments
Open

[optimisation] - non descriptive error message for unsuported query #1434

ertemann opened this issue Mar 25, 2024 · 2 comments
Labels
R: Minor RELEASE: Minor T: Enhancement TYPE: Enhancement

Comments

@ertemann
Copy link
Contributor

ertemann commented Mar 25, 2024

Our larger config (over 40 chains) keeps running into this error:

querying channels: rpc error: code = Unknown desc = Ibc Error: Invalid query path"}
Error: error querying channels: rpc error: code = Unknown desc = Ibc Error: Invalid query path

It then kicks out the relayer process and restarts it.

I assume this means one of the chains doesnt have a specific endpoint, but it doesnt tell me which chain which makes debugging harder.

Additionally RLY should be more able to ignore certain fatal errors for one specific chain and just run the others in the config instead of completely erroring out.

@ertemann
Copy link
Contributor Author

The chain in question is Nomic btw

@jtieri
Copy link
Member

jtieri commented Mar 27, 2024

Thanks for opening the issue. I think this is a very valid request, i'll see if we can't get someone to dig into this more and provide some clearer logs with regards to the problematic query. I'll also try to replicate this at some point and see why Nomic has this issue as well.

With regards to the relayer process being killed and not just the processor for the specific chain, i agree. I started to take a stab at this somewhat recently but got pulled over to other tasks. I think it mostly just needs some testing. Ideally this is something we can get included in the next big release

@jtieri jtieri added T: Enhancement TYPE: Enhancement R: Minor RELEASE: Minor labels Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R: Minor RELEASE: Minor T: Enhancement TYPE: Enhancement
Projects
None yet
Development

No branches or pull requests

2 participants