mirror of https://github.com/milvus-io/milvus.git
Add comment for datacoord Server.startDataNodeTtLoop (#11033)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/11354/head
parent
3ac7d7a9de
commit
0c4e09e341
|
@ -388,6 +388,8 @@ func (s *Server) startStatsChannel(ctx context.Context) {
|
|||
}()
|
||||
}
|
||||
|
||||
// startDataNodeTtLoop start a goroutine to recv data node tt msg from msgstream
|
||||
// tt msg stands for the currently consumed timestamp for each channel
|
||||
func (s *Server) startDataNodeTtLoop(ctx context.Context) {
|
||||
ttMsgStream, err := s.msFactory.NewMsgStream(ctx)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue