Closed suyestyle closed 1 month ago
When I was doing a backup, I found the log message [Pause Milvus GC response]
No response
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]
milvus 2.3.4 milvus-backup 0.4.24
@suyestyle This error won't break backup progress. I guess GC Pause is not fully supported in milvus 2.3.4
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
2、backup conf
3、./milvus-backup create -n firstbackup
Environment
Anything else?
No response