mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for queryUnlock (#11377)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/11382/head
parent
b51fc9efa9
commit
436d530432
|
@ -136,6 +136,7 @@ func (colReplica *collectionReplica) queryLock() {
|
|||
colReplica.queryMu.Lock()
|
||||
}
|
||||
|
||||
// queryUnlock guards query and delete segment operations
|
||||
func (colReplica *collectionReplica) queryUnlock() {
|
||||
colReplica.queryMu.Unlock()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue