mirror of https://github.com/milvus-io/milvus.git
[skip ci] Refine proxy segment comment (#12808)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/12815/head
parent
17fa870cb4
commit
22de065c9c
|
@ -148,6 +148,7 @@ type segIDAssigner struct {
|
|||
countPerRPC uint32
|
||||
}
|
||||
|
||||
// newSegIDAssigner creates a new segIDAssigner
|
||||
func newSegIDAssigner(ctx context.Context, dataCoord DataCoord, getTickFunc func() Timestamp) (*segIDAssigner, error) {
|
||||
ctx1, cancel := context.WithCancel(ctx)
|
||||
sa := &segIDAssigner{
|
||||
|
|
Loading…
Reference in New Issue