zilliztech / milvus-backup

Backup and restore tool for Milvus
Apache License 2.0
110 stars 38 forks source link

[Bug]: The backup is successful but the size information returned is wrong. Sometimes it is 0 and sometimes it is an incorrect value. #304

Closed lentitude2tk closed 3 months ago

lentitude2tk commented 4 months ago

Current Behavior

The backup is successful but the size information returned is wrong. Sometimes it is 0 and sometimes it is an incorrect value.

Expected Behavior

The information returned by the backup is correct

Steps To Reproduce

1. Create a backup
2. After the backup is successful, check that the backup file size does not match the actual size (there is data but the size returned is 0, there is data but the size of the data is obviously wrong)
3. However, if you re-issue the backup, there is a probability of obtaining the correct result.

Environment

https://grafana.op.zillizcloud.com/explore?orgId=1&left=%7B%22datasource%22:%22Loki%22,%22queries%22:%5B%7B%22refId%22:%22A%22,%22expr%22:%22%7Bpod%3D%5C%22bp-in01-10b4fb02150b08a-m45qjbv%5C%22%7D%22%7D%5D,%22range%22:%7B%22from%22:%22now-24h%22,%22to%22:%22now%22%7D%7D

Anything else?

No response