Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
Signed-off-by: bigsheeper <[email protected]>
  • Loading branch information
bigsheeper committed Dec 12, 2024
1 parent daaf1a5 commit 1604c01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/datacoord/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ func (m *meta) reloadFromKV(broker broker.Broker) error {
return err
}

log.Info("datacoord show segments done", zap.Duration("dur", record.RecordSpan()))

metrics.DataCoordNumCollections.WithLabelValues().Set(0)
metrics.DataCoordNumSegments.Reset()
numStoredRows := int64(0)
Expand Down

0 comments on commit 1604c01

Please sign in to comment.