mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for queryLock (#11526)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/11534/head
parent
27771817ed
commit
9601a5ebfe
|
@ -107,6 +107,7 @@ type ReplicaInterface interface {
|
|||
getExcludedSegments(collectionID UniqueID) ([]*datapb.SegmentInfo, error)
|
||||
|
||||
// query mu
|
||||
// queryLock guards query and delete operations
|
||||
queryLock()
|
||||
queryUnlock()
|
||||
// queryRLock guards query and delete segment operations
|
||||
|
|
Loading…
Reference in New Issue