mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Fix node state data race in querycoord (#17198)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
4293b640b2
commit
37d7d7baf8
@ -438,7 +438,7 @@ func (qn *queryNode) getNodeInfo() (Node, error) {
|
||||
return &queryNode{
|
||||
id: qn.id,
|
||||
address: qn.address,
|
||||
state: qn.state,
|
||||
state: qn.getState(),
|
||||
|
||||
totalMem: qn.totalMem,
|
||||
memUsage: qn.memUsage,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user