diff --git a/internal/datacoord/segment_manager.go b/internal/datacoord/segment_manager.go index 207804daee..bfaed8bd50 100644 --- a/internal/datacoord/segment_manager.go +++ b/internal/datacoord/segment_manager.go @@ -75,7 +75,7 @@ type Manager interface { ExpireAllocations(channel string, ts Timestamp) error } -// allcation entry for segment Allocation record +// Allocation records the allocation info type Allocation struct { SegmentID UniqueID NumOfRows int64