mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 20:09:57 +08:00
Fix useless log (#26058)
Signed-off-by: longjiquan <jiquan.long@zilliz.com>
This commit is contained in:
parent
b254859487
commit
517fb95207
@ -470,8 +470,6 @@ func (t *searchTask) PostExecute(ctx context.Context) error {
|
||||
metrics.SearchLabel).Observe(float64(tr.RecordSpan().Milliseconds()))
|
||||
|
||||
if len(validSearchResults) <= 0 {
|
||||
log.Warn("search result is empty")
|
||||
|
||||
t.fillInEmptyResult(Nq)
|
||||
return nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user