-
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]: e2e case test_compact_during_insert
is not stable
#34637
Comments
I think this case is normal. This case inserted 6000 entries, then built an ivfpq index (nlist=128), search with nprob=32, and top 10. When ivf clustering is uneven, getting only 9 results is possible. |
@bigsheeper after some confirmation with Knowhere team. It's possible to get an empty bucket when doing KMeans clustering but the chance is extremely low. It is almost impossible to meet 32 buckets having only 9 candidates. Even then situation is met, Knowhere would skip empty buckets. It looks that some bug still exists here. |
See also milvus-io#34637 Signed-off-by: Congqi Xia <[email protected]>
See also milvus-io#34637 Signed-off-by: Congqi Xia <[email protected]>
See also milvus-io#34637 Signed-off-by: Congqi Xia <[email protected]>
See also #34637 Signed-off-by: Congqi Xia <[email protected]>
Is there an existing issue for this?
Environment
Current Behavior
e2e case
test_compact_during_insert
is not stableExpected Behavior
e2e case shall pass stably
Steps To Reproduce
No response
Milvus Log
Anything else?
https://jenkins.milvus.io:18080/blue/organizations/jenkins/Milvus%20HA%20CI/detail/PR-34632/1/pipeline
The text was updated successfully, but these errors were encountered: