-
Notifications
You must be signed in to change notification settings - Fork 50
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]: delta logs - Object name contains unsupported characters. #467
Comments
@gmoshiko Thanks for report this issue, we will optimize the path concat compatibility. |
@wayblink Hey, any update on timeline for this ? Thanks ! |
@gmoshiko Hello, after this situation occurs, how can the collection be temporarily restored? |
We have encountered the same error while running the restore operation using the Milvus-backup tool. Can't restore a 500M vectors DB, because there is a double slash (//) in delta_logs path. Below is the error message:
Steps to Reproduce:
Environment:
|
Current Behavior
right now after trying to restore, the collection with insert logs seems to be ok, but when reach to delta logs we can see it tries to copy to the data to bad location.
this doesnt happen when using on collections without delta logs...
logs:
you can see here the double slash (//) on the "destKey" which should be only once (/) and when trying to copy data from minio like that you get "Object name contains unsupported characters."
Expected Behavior
to work also on collections that had delete operation before.
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: