Skip to content

Commit

Permalink
Remove debug log from segment loader (milvus-io#25937)
Browse files Browse the repository at this point in the history
Signed-off-by: Congqi Xia <[email protected]>
  • Loading branch information
congqixia authored Jul 26, 2023
1 parent df0462d commit 5fbe6e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/querynodev2/segments/segment_loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,6 @@ func (loader *segmentLoader) loadFieldsIndex(ctx context.Context, segment *Local
}

func (loader *segmentLoader) loadFieldIndex(ctx context.Context, segment *LocalSegment, indexInfo *querypb.FieldIndexInfo) error {
log.Warn("CQX load segment index", zap.Int64("segmentID", segment.ID()))
filteredPaths := make([]string, 0, len(indexInfo.IndexFilePaths))

for _, indexPath := range indexInfo.IndexFilePaths {
Expand Down

0 comments on commit 5fbe6e9

Please sign in to comment.