-
Notifications
You must be signed in to change notification settings - Fork 338
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
Readiness endpoint available very late #4746
Comments
I have never observed the stamp batch sync to be completed in 30 seconds on a new bee instance. I question your initial premise, not your current observations which align better with my accumulated experience with new nodes (or nuked nodes). |
@ldeffenb i am talking about batchstore
and not pull sync, state store or how its called. this starts AFTER bathstore sync is complete |
@ldeffenb it could be that you are correct, i am not putting my hand on fire to blame batchstore... my issue could be also with readiness endpoint comming alive much later than before... which could have been introduced with restricted mode deprecation or something..... so probably duplicate of: #4734 but i wouldnt care about the api in general just the readiness endpoint which influences the current behavious of kubernetes deployments |
Yes, I understood that you were talking about the stamp batch syncing and not the full reserve sync via pullsync. I cannot speak to the readiness endpoint as monBee doesn't use it, but I do see many of the APIs not being available until the stamp batches have been fully synced from the RPC provider in a new node. Not to mention the fact that peers are also not connected until after the stamp batches have been synced (at least, I believe that's been my observations as well). |
Context
bee-2.1.0
Summary
Batchstore sync is taking unusual long time to complete. I have measured times of 25 - 60 minutes with several rpc endpoints
Expected behavior
usually sync was completed in 30 seconds or so.
Steps to reproduce
start a new bee and wait for /readiness endpoint to return 200
The text was updated successfully, but these errors were encountered: