-
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]: Major compaction stucks for collection with partition key enabled when there are multiple major tasks #38851
Comments
/assign @xiaocai2333 |
This is the new function error introduced by the new code, so set urgent label. |
And the query with count(*) stucks too on this collection (name: "major_compaction_collection_enable_scalar_clustering_key_1kw_pk_string"). The query with count(*) on another collection (name: "major_compaction_collection_enable_scalar_clustering_key_1kw") is good, but it becomes very slow compared with before. |
/unassign @yanliang567 |
When re-trigger query on this collection "major_compaction_collection_enable_scalar_clustering_key_1kw_pk_string", query returns with error:
|
issue: #38851 master pr: #38856 Signed-off-by: Cai Zhang <[email protected]>
issue: #38851 Signed-off-by: Cai Zhang <[email protected]>
issue: #38851 master pr: #38856 Signed-off-by: Cai Zhang <[email protected]>
Verified and fixed in the pr image. milvus: PR-38848-20241231-6c5664aa |
cancel the urgent label first, and will close this issue when the fixed pr is merged and verified this issue using the 2.4-latest image. |
Is there an existing issue for this?
Environment
Current Behavior
Major compaction stucks for collection with partition key enabled: no responses for days
Expected Behavior
Compact successfully
Steps To Reproduce
Milvus Log
granfana:
https://grafana-4am.zilliz.cc/d/uLf5cJ3Ga/milvus2-0?orgId=1&from=now-1h&to=now&var-datasource=prometheus&var-cluster=&var-namespace=qa-milvus&var-instance=major-24-ndoap&var-collection=All&var-app_name=milvus
log:
https://grafana-4am.zilliz.cc/explore?orgId=1&panes=%7B%22pew%22:%7B%22datasource%22:%22vhI6Vw67k%22,%22queries%22:%5B%7B%22refId%22:%22A%22,%22expr%22:%22%7Bcluster%3D%5C%224am%5C%22,namespace%3D%5C%22qa-milvus%5C%22,pod%3D~%5C%22major-24-ndoap.%2A%5C%22%7D%22,%22datasource%22:%7B%22type%22:%22loki%22,%22uid%22:%22vhI6Vw67k%22%7D%7D%5D,%22range%22:%7B%22from%22:%22now-1h%22,%22to%22:%22now%22%7D%7D%7D&schemaVersion=1
Anything else?
stuck collection name: major_compaction_collection_enable_scalar_clustering_key_1kw_pk_string
The text was updated successfully, but these errors were encountered: