-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Bug]: Minio is not ready even though it is running after Milvus installation #18409
Comments
/assign @wayblink pls help on investigate |
[2022/07/26 06:37:33.993 +00:00] [WARN] [roles/healthz_handler.go:100] ["component is unhealthy"] [state=Abnormal] datanode state is abnormal because rootcoord is initializing. No relationship with flush. This issue only happened once, will see if it occurs in the future. |
@wayblink please help to take a look, it happened again |
get it |
Key message: milvus keep trying to flush data to minio but return error "Resource requested is unreadable, please reduce your request rate". |
please help to take a look, it seems that is an issue about minio |
@zhuwenxing From the above log:
minio does not have a quorum to accept any writes. And by default, we does not enable health probe for minio pod. So we've added health probe for minio in milvus-helm chart of version 3.18. |
test_e2e.py
for a fresh Milvus
Not reproduced anymore, so close it! |
Is there an existing issue for this?
Environment
Current Behavior
Flush takes 180s then timeout
Expected Behavior
all test cases passed
Steps To Reproduce
see https://qa-jenkins.zilliz.cc/job/chaos-test/194/ It failed before chaos
Milvus Log
artifacts-pulsar-pod-kill-194-pytest-logs.tar.gz
artifacts-pulsar-pod-kill-194-server-logs (1).tar.gz
Anything else?
It failed before chaos, so the Milvus is a fresh one
The text was updated successfully, but these errors were encountered: