[skip ci]Add the comment for metaTable in indexcoord (#12790)

Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
pull/12799/head
cai.zhang 2021-12-06 18:31:47 +08:00 committed by GitHub
parent c3e0299f06
commit c12885dcf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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