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