[skip ci]Refine component name (#13479)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/13499/head
yanliang567 2021-12-16 09:55:34 +08:00 committed by GitHub
parent 65a98fce0e
commit 5ca78ed009
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ type Core struct {
//setMsgStreams, send drop partition into dd channel
SendDdDropPartitionReq func(ctx context.Context, req *internalpb.DropPartitionRequest, channelNames []string) error
// if rootcoord create segment, datacoord will put segment msg into this channel
// if RootCoord create segment, DataCoord will put segment msg into this channel
DataCoordSegmentChan <-chan *ms.MsgPack
// if segment flush completed, data node would put segment msg into this channel