mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]fix golint for querycoord.start (#13119)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
parent
61d910b219
commit
1a83064d5a
@ -208,7 +208,7 @@ func (qc *QueryCoord) Start() error {
|
||||
}
|
||||
|
||||
go qc.session.LivenessCheck(qc.loopCtx, func() {
|
||||
log.Error("Query Coord disconnected from etcd, process will exit", zap.Int64("Server Id", qc.session.ServerID))
|
||||
log.Error("QueryCoord disconnected from etcd, process will exit", zap.Int64("Server Id", qc.session.ServerID))
|
||||
if err := qc.Stop(); err != nil {
|
||||
log.Fatal("failed to stop server", zap.Error(err))
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user