-
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]: The number of query count * is larger than the number of inserted entities after long run of continuous major compaction to multiple collections #38526
Comments
/assign @xiaocai2333 |
/unassign @yanliang567 |
When
Later, due to a timeout when connecting to etcd, the lease renewal failed, causing mixcoord to restart. This reset the compacting state of the input segment, which resulted in both the input and result segments participating in subsequent clustering compaction, leading to data duplication.
PR #38170 will fix it, need to cherry-pick to 2.4. |
Verified and fixed in master branch: milvus: master-20241219-8fcb33c2-amd64 |
The pr for 2.4 branch has not been merged yet, so keeps this issue open until the verification for 2.4 branch finished too. |
remove the urgent label first. |
Is there an existing issue for this?
Environment
Current Behavior
The number of query count * is larger than the number of inserted entities after long run of continuous major compaction
The inserted number is: 10 m
Expected Behavior
The number of query count * keeps the same with the number of inserted entities after long run of continuous major compaction
Steps To Reproduce
Milvus Log
https://grafana-4am.zilliz.cc/explore?orgId=1&left=%7B%22datasource%22:%22Loki%22,%22queries%22:%5B%7B%22refId%22:%22A%22,%22expr%22:%22%7Bcluster%3D%5C%22devops%5C%22,namespace%3D%5C%22chaos-testing%5C%22,pod%3D~%5C%22major-24-ewyem.*%5C%22%7D%22%7D%5D,%22range%22:%7B%22from%22:%22now-1h%22,%22to%22:%22now%22%7D%7D
Anything else?
collection name:
The text was updated successfully, but these errors were encountered: