mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Update milvus component name (#14409)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/14419/head
parent
ff79f883a9
commit
babbd329bc
|
@ -464,7 +464,7 @@ type Core struct {
|
|||
// 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
|
||||
// if segment flush completed, DataNode would put segment msg into this channel
|
||||
DataNodeFlushedSegmentChan <-chan *ms.MsgPack
|
||||
|
||||
//get binlog file path from data service,
|
||||
|
|
Loading…
Reference in New Issue