-
Notifications
You must be signed in to change notification settings - Fork 22
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
Minio is not ready even after StartAndWaitReady
completes
#11
Labels
bug
Something isn't working
Comments
2 tasks
Yes, I seen that, let's fix it. 👍🏽 |
Waiting until we can get buckets would do the work potentially. Issue on it's buggy readiness endpoint would be helpful too |
2 tasks
After all this time, it seems like the fix I applied to thanos-io/thanos#5615 worked well. I think we can now bring it upstream (here) and follow up with some cleanup in Thanos. 🤘 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue description
Trying to start Minio on the latest version of
main
, the server is not ready to handle requests, despiteStartAndWaitReady
being ran successfully already. Any immediate requests afterwards result in error responseServer not initialized, please try again
.I suspect this could be an issue with the readiness probe upstream, since when setting up the same scenario with code version from before Minio image update in #4, everything is working correctly. However, I haven't confirmed the exact cause yet.
Minimal setup to reproduce
Run this test:
The text was updated successfully, but these errors were encountered: