mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-04 11:18:44 +08:00
[skip ci] Refine proxy segment comment (#12808)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user