mirror of https://github.com/milvus-io/milvus.git
[skip ci]Refine component name (#13479)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/13499/head
parent
65a98fce0e
commit
5ca78ed009
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue