未验证 提交 1858ef99 编写于 作者: E edward.zeng 提交者: GitHub

[skip ci] Refine indexcoord meta table comment (#13360)

Signed-off-by: NEdward Zeng <jie.zeng@zilliz.com>
上级 024c1ac4
......@@ -35,8 +35,8 @@ import (
)
// Meta is used to record the state of the index.
// revision: The number of times IndexMeta has been changed in ETCD. It's the same as Event.Kv.Version in ETCD.
// indexMeta:A structure that records the state of the index defined by proto.
// revision: The number of times IndexMeta has been changed in etcd. It's the same as Event.Kv.Version in etcd.
// indexMeta: A structure that records the state of the index defined by proto.
type Meta struct {
indexMeta *indexpb.IndexMeta
revision int64
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册