mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for queryRUnlock (#11456)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/11468/head
parent
40d199bac6
commit
4e1f42ab86
|
@ -146,6 +146,7 @@ func (colReplica *collectionReplica) queryRLock() {
|
|||
colReplica.queryMu.RLock()
|
||||
}
|
||||
|
||||
// queryRUnlock guards query and delete segment operations
|
||||
func (colReplica *collectionReplica) queryRUnlock() {
|
||||
colReplica.queryMu.RUnlock()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue