-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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]: Indexnode will crash and auto restart later after create index #25438
Comments
same as #25129, it has been fixed. |
try master-20230708-3112dad3:
log: [2023/07/10 08:04:10.452 +00:00] [WARN] [storage/minio_chunk_manager.go:208] ["failed to put object"] [bucket=milvus-bucket] [path=file/stats_log/442673616441845659/442673616441845660/442748657200691429/100/1] [error="Resource requested is unreadable, please reduce your request rate"] |
looks like this is limited by S3, is this a very large test? |
/assign @XuanYang-cn |
@xiaocai2333 Many conditions can trigger a sync, for example 10mins cp sync, denying insertion won't fix the problem. when reaching s3 rate limit, the best solution is just wait for s3 to recover, it's no difference whether dn crashes or dn online but unable to process any msgs. |
need to change flush to async logic. |
currently flush is synchronously handled, we have to choice but panic |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
not reproduced for weeks. |
Is there an existing issue for this?
Environment
Current Behavior
Indexnode will crash and auto restart later.
devops : chaos-testing
Expected Behavior
create index successfully
Steps To Reproduce
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: