zilliztech / milvus-backup

Backup and restore tool for Milvus
Apache License 2.0
135 stars 50 forks source link

[Bug]: Pause Milvus GC response #433

Closed suyestyle closed 1 month ago

suyestyle commented 1 month ago

Current Behavior

When I was doing a backup, I found the log message [Pause Milvus GC response]

Expected Behavior

No response

Steps To Reproduce

1、Started milvus and did port mapping

9091 --> 55002

2、backup conf

  gcPause:
    enable: true
    seconds: 7200
    address: http://localhost:55002

3、./milvus-backup create -n firstbackup

[2024/09/24 15:55:13.629 +08:00] [INFO] [core/backup_impl_create_backup.go:628] ["Pause Milvus GC response"] [response="404 page not found"] [address=http://localhost:55002] [pauseSeconds=7200]

Environment

milvus 2.3.4
milvus-backup 0.4.24

Anything else?

No response

wayblink commented 1 month ago

@suyestyle This error won't break backup progress. I guess GC Pause is not fully supported in milvus 2.3.4