zilliztech / milvus-backup

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

[Bug]: After the recovery is issued, query the recovery progress information. The returned progress may be inaccurate. #305

Closed lentitude2tk closed 3 months ago

lentitude2tk commented 4 months ago

Current Behavior

Trigger the restore operation for the backup, and then query the check_restore interface to obtain the information. The stateCode is still being restored, but the queried progress status is 100.

Expected Behavior

Only the stateCode status is recovery completed, and the corresponding progress status is 100. If the stateCode status is recovering, progress should not be 100, which may easily lead to misjudgment.

Steps To Reproduce

1. Issue the restore operation
2. Query the progress information of restore

Environment

No response

Anything else?

No response