From 9c2fb0bccba3ac1d45a084de152ed24af44cae89 Mon Sep 17 00:00:00 2001 From: sunby Date: Tue, 14 Sep 2021 17:27:55 +0800 Subject: [PATCH] Recorrect comment for Allocation (#7887) Signed-off-by: sunby --- internal/datacoord/segment_manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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