mirror of https://github.com/milvus-io/milvus.git
Fix node state data race in querycoord (#17198)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/17206/head
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…
Reference in New Issue