mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-08 01:58:34 +08:00
[skip ci]Fix golint for watchHandoffSegmentLoop (#13301)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
parent
dbaca0a8c7
commit
c68bae236e
@ -392,7 +392,7 @@ func (qc *QueryCoord) watchHandoffSegmentLoop() {
|
|||||||
|
|
||||||
defer cancel()
|
defer cancel()
|
||||||
defer qc.loopWg.Done()
|
defer qc.loopWg.Done()
|
||||||
log.Debug("query coordinator start watch segment loop")
|
log.Debug("QueryCoord start watch segment loop")
|
||||||
|
|
||||||
watchChan := qc.kvClient.WatchWithRevision(handoffSegmentPrefix, qc.indexChecker.revision+1)
|
watchChan := qc.kvClient.WatchWithRevision(handoffSegmentPrefix, qc.indexChecker.revision+1)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user