[skip ci]Fix golint for loadBalanceSegmentLoop (#13302)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
pull/13110/head
xige-16 2021-12-15 21:01:10 +08:00 committed by GitHub
parent 127c5a1971
commit 7c18be6e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ func (qc *QueryCoord) loadBalanceSegmentLoop() {
ctx, cancel := context.WithCancel(qc.loopCtx)
defer cancel()
defer qc.loopWg.Done()
log.Debug("query coordinator start load balance segment loop")
log.Debug("QueryCoord start load balance segment loop")
timer := time.NewTicker(time.Duration(Params.BalanceIntervalSeconds) * time.Second)