[skip ci] Add comment for queryRUnlock (#11590)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
bigsheeper 2021-11-10 23:50:14 +08:00 committed by GitHub
parent b6c7bc19d1
commit b9f2616108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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