mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for queryRUnlock (#11590)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/11614/head
parent
b6c7bc19d1
commit
b9f2616108
|
@ -113,6 +113,7 @@ type ReplicaInterface interface {
|
|||
queryUnlock()
|
||||
// queryRLock guards query and delete segment operations
|
||||
queryRLock()
|
||||
// queryRUnlock guards query and delete segment operations
|
||||
queryRUnlock()
|
||||
|
||||
// getSegmentsMemSize get the memory size in bytes of all the Segments
|
||||
|
|
Loading…
Reference in New Issue