mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for printReplica (#9434)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
44622622f6
commit
8696a37fe6
@ -110,6 +110,7 @@ func (colReplica *collectionReplica) getSegmentsMemSize() int64 {
|
||||
return memSize
|
||||
}
|
||||
|
||||
// printReplica prints the collections, partitions and segments in the collectionReplica
|
||||
func (colReplica *collectionReplica) printReplica() {
|
||||
colReplica.mu.Lock()
|
||||
defer colReplica.mu.Unlock()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user