mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Fix bug when starting indexbuilder
Signed-off-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
parent
e05c441fc9
commit
e7998da797
@ -34,6 +34,10 @@ func (pt *ParamTable) Init() {
|
||||
pt.initEtcdAddress()
|
||||
pt.initMasterAddress()
|
||||
pt.initMetaRootPath()
|
||||
pt.initMinIOAddress()
|
||||
pt.initMinIOAccessKeyID()
|
||||
pt.initMinIOSecretAccessKey()
|
||||
pt.initMinIOUseSSL()
|
||||
}
|
||||
|
||||
func (pt *ParamTable) initAddress() {
|
||||
|
||||
@ -153,6 +153,7 @@ func (scheduler *IndexBuildScheduler) describe() error {
|
||||
return err
|
||||
}
|
||||
log.Printf("build index for segment %d field %d finished", indexBuildInfo.segmentID, indexBuildInfo.fieldID)
|
||||
break
|
||||
} else {
|
||||
// save status to meta table
|
||||
err = scheduler.metaTable.UpdateFieldIndexMeta(&etcdpb.FieldIndexMeta{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user