zilliztech/milvus-backup

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

lentitude2tk opened this issue · 0 comments

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