mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
enhance: Remove frequent observe log (#39413)
/kind improvement Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user