[skip ci] Add comment for queryRUnlock (#11456)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/11468/head
bigsheeper 2021-11-08 21:05:30 +08:00 committed by GitHub
parent 40d199bac6
commit 4e1f42ab86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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()
}