[skip ci]Fix golint for watchHandoffSegmentLoop (#13301)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
pull/13296/merge
xige-16 2021-12-15 07:01:09 +08:00 committed by GitHub
parent dbaca0a8c7
commit c68bae236e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ func (qc *QueryCoord) watchHandoffSegmentLoop() {
defer cancel()
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)