mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Add the comment for metaTable in indexcoord (#12790)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
c3e0299f06
commit
c12885dcf9
@ -42,6 +42,7 @@ type Meta struct {
|
||||
revision int64
|
||||
}
|
||||
|
||||
// metaTable records the mapping of IndexBuildID to Meta.
|
||||
type metaTable struct {
|
||||
client *etcdkv.EtcdKV // client of a reliable kv service, i.e. etcd client
|
||||
indexBuildID2Meta map[UniqueID]Meta // index build id to index meta
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user