mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 19:08:30 +08:00
fix: Indexnode stuck at stopping progress cause by wrong lifetime control (#34559)
issue: #34557 pr: #34558 Signed-off-by: Wei Liu <wei.liu@zilliz.com>
This commit is contained in:
parent
1589d68413
commit
a7190b042d
@ -350,6 +350,7 @@ func (i *IndexNode) ShowConfigurations(ctx context.Context, req *internalpb.Show
|
||||
Configuations: nil,
|
||||
}, nil
|
||||
}
|
||||
defer i.lifetime.Done()
|
||||
|
||||
configList := make([]*commonpb.KeyValuePair, 0)
|
||||
for key, value := range Params.GetComponentConfigurations("indexnode", req.Pattern) {
|
||||
|
Loading…
Reference in New Issue
Block a user