mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add log for ListNode in indexcoord (#14222)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>pull/14229/head
parent
410cf600be
commit
8c0f96f8c1
|
@ -144,6 +144,7 @@ func (nm *NodeManager) ListNode() []UniqueID {
|
|||
for _, id := range clientIDs {
|
||||
memory := nm.pq.GetMemory(id)
|
||||
if memory == 0 {
|
||||
log.Debug("IndexCoord get IndexNode metrics info", zap.Int64("nodeID", id))
|
||||
req, err := metricsinfo.ConstructRequestByMetricType(metricsinfo.SystemInfoMetrics)
|
||||
if err != nil {
|
||||
log.Error("create metrics request failed", zap.Error(err))
|
||||
|
|
Loading…
Reference in New Issue