mirror of https://github.com/milvus-io/milvus.git
enhance: Remove frequent observe log (#39413)
/kind improvement Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/36416/head
parent
1a680c29e2
commit
e55d6506e3
|
@ -304,7 +304,9 @@ func (ob *CollectionObserver) observeLoadStatus(ctx context.Context) {
|
|||
return true
|
||||
})
|
||||
|
||||
log.Info("observe all collections done", zap.Int("num", observeTaskNum), zap.Duration("dur", time.Since(observeStart)))
|
||||
if observeTaskNum > 0 {
|
||||
log.Info("observe all collections done", zap.Int("num", observeTaskNum), zap.Duration("dur", time.Since(observeStart)))
|
||||
}
|
||||
|
||||
// trigger check logic when loading collections/partitions
|
||||
if loading {
|
||||
|
|
Loading…
Reference in New Issue