diff --git a/internal/querycoord/querynode.go b/internal/querycoord/querynode.go index 49cda5a0c6..d6a6514039 100644 --- a/internal/querycoord/querynode.go +++ b/internal/querycoord/querynode.go @@ -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,