未验证 提交 22c00260 编写于 作者: J JackLCL 提交者: GitHub

[skip ci]Fix error log output format in meta_table.go (#12931)

Signed-off-by: NJackLCL <chenglong.li@zilliz.com>
上级 707cda10
......@@ -79,7 +79,7 @@ func (mt *metaTable) reloadFromKV() error {
indexMeta := indexpb.IndexMeta{}
err = proto.Unmarshal([]byte(values[i]), &indexMeta)
if err != nil {
return fmt.Errorf("IndexCoord metaTable reloadFromKV UnmarshalText indexpb.IndexMeta err:%w", err)
return fmt.Errorf("indexCoord metaTable reloadFromKV UnmarshalText indexpb.IndexMeta err:%w", err)
}
meta := &Meta{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册