Skip to content

Commit

Permalink
fix: Indexnode stuck at stopping progress cause by wrong lifetime con…
Browse files Browse the repository at this point in the history
…trol (#34560)

issue: #34557
pr: #34558

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
  • Loading branch information
weiliu1031 committed Jul 10, 2024
1 parent cfb5390 commit 0bfa1a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/indexnode/indexnode.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,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) {
Expand Down

0 comments on commit 0bfa1a7

Please sign in to comment.