mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 19:08:30 +08:00
[skip ci] Add comment for queryUnlock (#11527)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
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
Block a user