-
Notifications
You must be signed in to change notification settings - Fork 205
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
Is public archive or quickstart image for v20 good now for horizon ingestion?! #557
Comments
Can you upload an unabridged chunk of the Horizon and Stellar Core logs, at least where the restart is occurring? |
stellar-core would be in sync with head but horizon can't ingest
truncated logs excluding httpapi request logs ref attachment (grep -v method=GET), lines highlighting ingestion loop restarting ...
|
Hmm... it's hard to debug because it starts off in an error state, but the logs suggest something might be up with the cache. Can you try the following? Stop Horizon, remove the bucket cache, and start it again: supervisorctl stop horizon
rm -rf /opt/stellar/horizon/captive-core/bucket-cache/
supervisorctl start horizon If this fixes it, it may be a bug with how caching works. To be more certain, could you provide another chunk of logs but leave more entries prior to the restart? Before trying the above, ideally. |
We have tried multiple time , not only pruning
folder structures of bucket/bucket-cache and horizoin db , never got it worked for few days |
fyi impact may not be only fresh sync of v20 , I got teammate also reported (v19->v20) "upgraded node is stuck in a bucket download + ledger process loop" , which might be a similar issue |
@Shaptic , this can be closed now that stellar/go#5197 merged? looks like it's headed into upcoming horizon 2.28.2 |
I think we can only close it once quickstart is released 👍 then @jun0tpyrc can reopen if the issue persists after upgrading |
This should be closed by #565, please reopen if not! |
confirmed latest quickstart image is working for quick sync , thanks |
What version are you using?
quickstart: 85a2c8b
What did you do?
use stellar:quickstart, only tuned two things
What did you expect to see?
nodes can get in sync
What did you see instead?
The text was updated successfully, but these errors were encountered: