mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 19:08:30 +08:00
Add comment for DataCoord startFlushLoop (#13379)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
6320759689
commit
3b4d114b71
@ -632,6 +632,8 @@ func (s *Server) handleSessionEvent(ctx context.Context, event *sessionutil.Sess
|
||||
return nil
|
||||
}
|
||||
|
||||
// startFlushLoop starts a goroutine to handle post func process
|
||||
// which is to notify `RootCoord` that this segment is flushed
|
||||
func (s *Server) startFlushLoop(ctx context.Context) {
|
||||
go func() {
|
||||
defer logutil.LogPanic()
|
||||
|
Loading…
Reference in New Issue
Block a user