-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Context deadline exceed when starting go-relayer with Osmosis node started more than 1 hr ago #1389
Comments
Thanks for opening the issue @jununifi. Can you share what version of Osmosis you are using, as well as the relayer version? |
in the past, I have had luck changing this setting in
|
At the moment, we are using v22.0.1 version of Osmosis. But this used to happen in v20.x.x as well. |
Thanks for your information, we will try updating the configuration. We are using |
Thanks for the additional information! My coworker had the thought that since the issue only occurs after the Osmosis node has been running for some time, perhaps there is a memory leak in the Osmosis binary that causes a longer than usual response when the relayer attempts to query the channels on startup |
I experienced this same issue, but with One thing I'd argue is that this shouldn't close down the |
interesting 🤔 i do agree that the current behavior is a bit extreme. i think addressing #1268 by only killing the |
One thing that we noticed is that we were using a single Will also prioritize only killing |
this should be resolved in 2.5.1 |
@akc2267 @jtieri we still have this constantly even on 2.5.1 Both larger config and smaller config instances just go to an infinite loop where it reports:
|
funny thing is though that although its in a restart loop, we are processing packets. |
I would not expect to see these Do you know which chain is reporting these errors? I will likely need to do some local testing to sus out what the issue is with regards to that specific error |
@jtieri it is indeed a separate issues, smaller configs now start. The error logging shows no exact chain though which is causing this and i cant seem to distill that without doing an elimination test on the config which supports > 50 chains. |
happy to share the config though privately if that helps |
This issue is typical to Osmosis node and for other nodes didn't detect such problem.
Way to reproduce:
The way of fixing this was only restarting Osmosis node and starting go-relayer.
The problem here is that, once go-relayer stops, it can't restart automatically without Osmosis node restart.
The text was updated successfully, but these errors were encountered: