mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 10:59:32 +08:00
enhance: change some frequent log level (#29953)
Signed-off-by: lixinguo <xinguo.li@zilliz.com> Co-authored-by: lixinguo <xinguo.li@zilliz.com>
This commit is contained in:
parent
082ee1a709
commit
595ec2559c
@ -126,7 +126,7 @@ func (c *LeaderChecker) findNeedLoadedSegments(ctx context.Context, replica int6
|
||||
leaderWithDirtyVersion := version.GetVersion() > s.Version && c.nodeMgr.Get(version.GetNodeID()) == nil
|
||||
|
||||
if !ok || leaderWithOldVersion || leaderWithDirtyVersion {
|
||||
log.Debug("leader checker append a segment to set",
|
||||
log.RatedDebug(10, "leader checker append a segment to set",
|
||||
zap.Int64("segmentID", s.GetID()),
|
||||
zap.Int64("nodeID", s.Node))
|
||||
action := task.NewSegmentActionWithScope(s.Node, task.ActionTypeGrow, s.GetInsertChannel(), s.GetID(), querypb.DataScope_Historical)
|
||||
|
Loading…
Reference in New Issue
Block a user