Skip to content
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 data has been flushed before the backup, but there is much more data after the backup than before the backup. #265

Closed
wutachiang opened this issue Dec 20, 2023 · 5 comments

Comments

@wutachiang
Copy link

Current Behavior

milvus-backup version 0.4.2. The original cluster has multiple datasets, and only one of them was backed up. The data was flushed before the backup.
The backup process is as follows: the mivlus-backup tool backs up the data of cluster A, and then synchronizes the S3 bucket backed up by cluster A to the new S3. bucket, and then used the mivus-backup tool to restore the backed up data, but found that the backed up data was much more than before, some even several times more.
Source:
Xnip2023-12-20_09-53-37
Destination:
Xnip2023-12-20_09-54-28

Expected Behavior

No response

Steps To Reproduce

No response

Environment

milvus 2.2.11 cluster
milvus-backup 0.4.2
centos7

Anything else?

No response

@zhuwenxing
Copy link
Collaborator

There is an issue with delta log milvus-io/milvus#29122
It means some deleted data was still in the backup and will be recovered.
There is already a fix for it #257.
It was verified in Milvus v2.3.x, and I will take a look at Milvus v2.2.x.

@wayblink
Copy link
Contributor

@wutachiang Hi, some known bugs may cause data redundancy. Do you have a lot of delete operations? Please try the latest v0.4.4. And We can see what's the problem.

@wutachiang
Copy link
Author

@wayblink The number of collections restored after backup is incorrect, and they have a lot of deletion operations.

@wutachiang
Copy link
Author

@zhuwenxing The previous backup process refers to the official document of mivlus "https://milvus.io/docs/milvus_backup_overview.md". That information is a bit old and needs to be updated.

@wayblink
Copy link
Contributor

@wayblink The number of collections restored after backup is incorrect, and they have a lot of deletion operations.

Please upload your log and {backup_name}/meta folder if it is allowed. We can look into it.

@wayblink wayblink closed this as completed May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants