mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Adjust stop order in minicluster to avoid test fail (#23545)
Signed-off-by: wayblink <anyang.wang@zilliz.com>
This commit is contained in:
parent
aa2985490c
commit
0753d97d0b
@ -423,8 +423,6 @@ func (cluster *MiniCluster) Start() error {
|
||||
|
||||
func (cluster *MiniCluster) Stop() error {
|
||||
log.Info("mini cluster stop")
|
||||
cluster.proxy.Stop()
|
||||
log.Info("mini cluster proxy stopped")
|
||||
cluster.rootCoord.Stop()
|
||||
log.Info("mini cluster rootCoord stopped")
|
||||
cluster.dataCoord.Stop()
|
||||
@ -432,6 +430,8 @@ func (cluster *MiniCluster) Stop() error {
|
||||
//cluster.indexCoord.Stop()
|
||||
cluster.queryCoord.Stop()
|
||||
log.Info("mini cluster queryCoord stopped")
|
||||
cluster.proxy.Stop()
|
||||
log.Info("mini cluster proxy stopped")
|
||||
|
||||
for _, dataNode := range cluster.dataNodes {
|
||||
dataNode.Stop()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user