mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 19:08:30 +08:00
[skip ci] Add comment for freeAll (#10575)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
9ee77bbf01
commit
2df20eaa5a
@ -567,6 +567,7 @@ func (colReplica *collectionReplica) getExcludedSegments(collectionID UniqueID)
|
||||
return colReplica.excludedSegments[collectionID], nil
|
||||
}
|
||||
|
||||
// freeAll will free all meta info from collectionReplica
|
||||
func (colReplica *collectionReplica) freeAll() {
|
||||
colReplica.mu.Lock()
|
||||
defer colReplica.mu.Unlock()
|
||||
|
Loading…
Reference in New Issue
Block a user