mirror of https://github.com/milvus-io/milvus.git
Recorrect comment for Allocation (#7887)
Signed-off-by: sunby <bingyi.sun@zilliz.com>pull/7912/head
parent
6abc4273e8
commit
9c2fb0bccb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue