mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
Use logutil in DataCoord (#14737)
Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
parent
a50a0cece0
commit
37c9419707
@ -677,7 +677,7 @@ func (s *Server) startFlushLoop(ctx context.Context) {
|
||||
for {
|
||||
select {
|
||||
case <-ctx.Done():
|
||||
log.Debug("flush loop shutdown")
|
||||
logutil.Logger(s.ctx).Debug("flush loop shutdown")
|
||||
return
|
||||
case segmentID := <-s.flushCh:
|
||||
//Ignore return error
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user