We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82552d commit ce835caCopy full SHA for ce835ca
core/backup/task.go
@@ -64,7 +64,7 @@ func NewTask(
64
if request.GetGcPauseEnable() || params.BackupCfg.GcPauseEnable {
65
addr := request.GetGcPauseAddress()
66
if len(addr) == 0 {
67
- addr = params.MilvusCfg.Address
+ addr = params.BackupCfg.GcPauseAddress
68
}
69
70
manage = client.NewManage(addr)
0 commit comments