mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +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 {
|
for {
|
||||||
select {
|
select {
|
||||||
case <-ctx.Done():
|
case <-ctx.Done():
|
||||||
log.Debug("flush loop shutdown")
|
logutil.Logger(s.ctx).Debug("flush loop shutdown")
|
||||||
return
|
return
|
||||||
case segmentID := <-s.flushCh:
|
case segmentID := <-s.flushCh:
|
||||||
//Ignore return error
|
//Ignore return error
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user