enhance: Remove useless log in collection observer (#29554)

This PR removed the useless log in collection observer

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
pull/29569/head
wei liu 2023-12-28 17:16:47 +08:00 committed by GitHub
parent 0a70e8b601
commit 514e279f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -156,9 +156,6 @@ func (ob *CollectionObserver) readyToObserve(collectionID int64) bool {
func (ob *CollectionObserver) observeLoadStatus(ctx context.Context) {
partitions := ob.meta.CollectionManager.GetAllPartitions()
if len(partitions) > 0 {
log.Info("observe partitions status", zap.Int("partitionNum", len(partitions)))
}
loading := false
for _, partition := range partitions {
if partition.LoadPercentage == 100 {