Update query reduce log (#11401)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/11429/head
Cai Yudong 2021-11-08 16:05:51 +08:00 committed by GitHub
parent d32c77e99b
commit 021f4c0f8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -1260,9 +1260,7 @@ func mergeRetrieveResults(retrieveResults []*segcorepb.RetrieveResults) (*segcor
}
}
}
if skipDupCnt > 0 {
log.Debug("skip duplicated query result", zap.Int64("count", skipDupCnt))
}
log.Debug("skip duplicated query result", zap.Int64("count", skipDupCnt))
// not found, return default values indicating not result found
if ret == nil {