未验证 提交 37d7d7ba 编写于 作者: C congqixia 提交者: GitHub

Fix node state data race in querycoord (#17198)

Signed-off-by: NCongqi Xia <congqi.xia@zilliz.com>
上级 4293b640
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册