mirror of https://github.com/milvus-io/milvus.git
parent
17a2fd048e
commit
a5a4ca8459
|
@ -62,7 +62,6 @@ func (fm *fgManagerImpl) AddFlowgraph(ds *dataSyncService) {
|
|||
|
||||
func (fm *fgManagerImpl) AddandStartWithEtcdTickler(dn *DataNode, vchan *datapb.VchannelInfo, schema *schemapb.CollectionSchema, tickler *etcdTickler) error {
|
||||
log := log.With(zap.String("channel", vchan.GetChannelName()))
|
||||
log.Warn(fmt.Sprintf("debug AddandStartWithEtcdTickler %d", dn.GetNodeID()))
|
||||
if fm.flowgraphs.Contain(vchan.GetChannelName()) {
|
||||
log.Warn("try to add an existed DataSyncService")
|
||||
return nil
|
||||
|
|
|
@ -111,7 +111,6 @@ func (node *DataNode) FlushSegments(ctx context.Context, req *datapb.FlushSegmen
|
|||
zap.Int64("serverID", serverID),
|
||||
)
|
||||
|
||||
log.Info(fmt.Sprintf("debug by FlushSegments:%v:%v", serverID, req.GetBase().GetTargetID()))
|
||||
return merr.Status(merr.WrapErrNodeNotMatch(req.GetBase().GetTargetID(), serverID)), nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue