[skip ci] Add comment for printReplica (#11592)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/11614/head
bigsheeper 2021-11-10 23:54:05 +08:00 committed by GitHub
parent 2ff913024f
commit fa77e14884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ type ReplicaInterface interface {
getSegmentsMemSize() int64
// freeAll will free all meta info from collectionReplica
freeAll()
// printReplica prints the collections, partitions and segments in the collectionReplica
printReplica()
}