-
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]: Drop a non-existing partition will not raise exception #28722
Comments
/assign @czs007 |
milvus-io/pymilvus#1792 has removed PartitionNotExist, 1. need to adjust the related ut message. @NicoYuan1986 can you help with it? 2. test local, if drop a non-existing collection, no error throw. no need to throw partition not exist here(keep Idempotent). |
/assign |
1. Drop a non-existing partition will not raise error now. #28722 2. Search will not raise error now when some row has less elements than expression index. #28293 Signed-off-by: nico <[email protected]>
Here master branch still raise error: code=200, message=partition not found[partition=partition__BHV6nRZI] Please keep the master branch and the 2.3.x branch consistent. @smellthemoon @yah01 |
/assign @smellthemoon |
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. |
Is there an existing issue for this?
Environment
Current Behavior
Drop a non-existing partition will not raise exception.
https://jenkins.milvus.io:18080/blue/organizations/jenkins/Milvus%20HA%20CI/detail/PR-28636/6/pipeline/164/
Expected Behavior
raise exception
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: