mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
feat: [2.5]reorder RootCoord shutdown to the last in stopCoordinators (#43024)
reorder RootCoord shutdown to the last in stopCoordinators issue:https://github.com/milvus-io/milvus/issues/43018 Signed-off-by: Xianhui.Lin <xianhui.lin@zilliz.com>
This commit is contained in:
parent
e13b55fc0a
commit
bdfc740a73
@ -549,7 +549,7 @@ func (mr *MilvusRoles) Run() {
|
||||
<-mr.closed
|
||||
|
||||
// stop coordinators first
|
||||
coordinators := []component{rootCoord, dataCoord, indexCoord, queryCoord}
|
||||
coordinators := []component{dataCoord, indexCoord, queryCoord, rootCoord}
|
||||
for idx, coord := range coordinators {
|
||||
log.Warn("stop processing")
|
||||
if coord != nil {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user