mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
[skip ci] Add comment for queryRUnlock (#11590)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
b6c7bc19d1
commit
b9f2616108
@ -113,6 +113,7 @@ type ReplicaInterface interface {
|
|||||||
queryUnlock()
|
queryUnlock()
|
||||||
// queryRLock guards query and delete segment operations
|
// queryRLock guards query and delete segment operations
|
||||||
queryRLock()
|
queryRLock()
|
||||||
|
// queryRUnlock guards query and delete segment operations
|
||||||
queryRUnlock()
|
queryRUnlock()
|
||||||
|
|
||||||
// getSegmentsMemSize get the memory size in bytes of all the Segments
|
// getSegmentsMemSize get the memory size in bytes of all the Segments
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user