mirror of https://github.com/milvus-io/milvus.git
Half of the log messages come from this log if DataNode in stale. Signed-off-by: yangxuan <xuan.yang@zilliz.com> Signed-off-by: yangxuan <xuan.yang@zilliz.com>pull/20505/head
parent
aae2a2db1d
commit
b565145ad1
|
@ -801,13 +801,6 @@ func (node *DataNode) GetMetrics(ctx context.Context, req *milvuspb.GetMetricsRe
|
|||
}, nil
|
||||
}
|
||||
|
||||
log.Debug("DataNode.GetMetrics",
|
||||
zap.Int64("node_id", Params.DataNodeCfg.GetNodeID()),
|
||||
zap.String("req", req.Request),
|
||||
zap.String("metric_type", metricType),
|
||||
zap.Any("systemInfoMetrics", systemInfoMetrics), // TODO(dragondriver): necessary? may be very large
|
||||
zap.Error(err))
|
||||
|
||||
return systemInfoMetrics, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue