Update query reduce log (#11402)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
This commit is contained in:
Cai Yudong 2021-11-08 16:07:34 +08:00 committed by GitHub
parent 021f4c0f8a
commit e27283abbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2289,9 +2289,7 @@ func mergeRetrieveResults(retrieveResults []*internalpb.RetrieveResults) (*milvu
}
}
}
if skipDupCnt > 0 {
log.Debug("skip duplicated query result", zap.Int64("count", skipDupCnt))
}
log.Debug("skip duplicated query result", zap.Int64("count", skipDupCnt))
if ret == nil {
ret = &milvuspb.QueryResults{