mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e]Fix error log output format in task.go (#14028)
Signed-off-by: JackLCL <chenglong.li@zilliz.com>
This commit is contained in:
parent
bf66721ea3
commit
2c0d9397fb
@ -149,7 +149,7 @@ func (it *IndexBuildTask) checkIndexMeta(ctx context.Context, pre bool) error {
|
||||
return err
|
||||
}
|
||||
if len(values) == 0 {
|
||||
return fmt.Errorf("indexNode checkIndexMeta the indexMeta is empty")
|
||||
return fmt.Errorf("IndexNode checkIndexMeta the indexMeta is empty")
|
||||
}
|
||||
log.Debug("IndexNode checkIndexMeta load meta success", zap.Any("path", it.req.MetaPath), zap.Any("pre", pre))
|
||||
err = proto.Unmarshal([]byte(values[0]), &indexMeta)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user