[skip ci] Refine proxy segment comment (#12808)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/12815/head
edward.zeng 2021-12-06 19:25:52 +08:00 committed by GitHub
parent 17fa870cb4
commit 22de065c9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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{