[skip ci] Add comment for queryUnlock (#11527)

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

View File

@ -109,6 +109,7 @@ type ReplicaInterface interface {
// query mu
// queryLock guards query and delete operations
queryLock()
// queryUnlock guards query and delete segment operations
queryUnlock()
// queryRLock guards query and delete segment operations
queryRLock()