[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:
Bingyi Sun 2022-01-04 13:53:39 +08:00 committed by GitHub
parent 47e19fdeab
commit 75b0e9935b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()