mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 09:38:39 +08:00
[skip e2e]Use logutil in DataCoord (#14739)
Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
parent
47e19fdeab
commit
75b0e9935b
@ -749,7 +749,7 @@ func (s *Server) Stop() error {
|
||||
if !atomic.CompareAndSwapInt64(&s.isServing, ServerStateHealthy, ServerStateStopped) {
|
||||
return nil
|
||||
}
|
||||
log.Debug("dataCoord server shutdown")
|
||||
logutil.Logger(s.ctx).Debug("server shutdown")
|
||||
s.cluster.Close()
|
||||
s.garbageCollector.close()
|
||||
s.stopServerLoop()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user