mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 09:38:39 +08:00
[skip e2e]Improve log (#13702)
Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
parent
b54b72e475
commit
9e0219ec3f
@ -290,7 +290,7 @@ func (s *Server) Start() error {
|
|||||||
Params.CreatedTime = time.Now()
|
Params.CreatedTime = time.Now()
|
||||||
Params.UpdatedTime = time.Now()
|
Params.UpdatedTime = time.Now()
|
||||||
atomic.StoreInt64(&s.isServing, ServerStateHealthy)
|
atomic.StoreInt64(&s.isServing, ServerStateHealthy)
|
||||||
log.Debug("dataCoordinator startup success")
|
log.Debug("DataCoord startup success")
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user