mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for queryUnlock (#11527)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/11580/head
parent
4c37e94a39
commit
64e86c5461
|
@ -109,6 +109,7 @@ type ReplicaInterface interface {
|
|||
// query mu
|
||||
// queryLock guards query and delete operations
|
||||
queryLock()
|
||||
// queryUnlock guards query and delete segment operations
|
||||
queryUnlock()
|
||||
// queryRLock guards query and delete segment operations
|
||||
queryRLock()
|
||||
|
|
Loading…
Reference in New Issue