mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add the comment for metaTable in indexcoord (#12790)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>pull/12799/head
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…
Reference in New Issue