mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for MetaReplica (#9056)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/9059/head
parent
4d14a84d46
commit
cfd8004345
|
@ -71,6 +71,7 @@ type Meta interface {
|
|||
//printMeta()
|
||||
}
|
||||
|
||||
// MetaReplica records the current load information on all querynodes
|
||||
type MetaReplica struct {
|
||||
client kv.MetaKv // client of a reliable kv service, i.e. etcd client
|
||||
|
||||
|
|
Loading…
Reference in New Issue