mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for seekQueryNodeFlowGraph (#14002)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>pull/14016/head
parent
ef96b40dd4
commit
da5a740756
|
@ -217,6 +217,7 @@ func (q *queryNodeFlowGraph) consumerFlowGraphLatest(channel Channel, subName Co
|
|||
return nil
|
||||
}
|
||||
|
||||
// seekQueryNodeFlowGraph would seek by position
|
||||
func (q *queryNodeFlowGraph) seekQueryNodeFlowGraph(position *internalpb.MsgPosition) error {
|
||||
q.dmlStream.AsConsumer([]string{position.ChannelName}, position.MsgGroup)
|
||||
err := q.dmlStream.Seek([]*internalpb.MsgPosition{position})
|
||||
|
|
Loading…
Reference in New Issue