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

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/13370/head
edward.zeng 2021-12-14 18:33:32 +08:00 committed by GitHub
parent 024c1ac412
commit 1858ef9924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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