diff --git a/internal/datanode/syncmgr/task.go b/internal/datanode/syncmgr/task.go index e9b386075e..c97238abab 100644 --- a/internal/datanode/syncmgr/task.go +++ b/internal/datanode/syncmgr/task.go @@ -137,7 +137,7 @@ func (t *SyncTask) Run() error { t.metacache.UpdateSegments(metacache.MergeSegmentAction(actions...), metacache.WithSegmentIDs(t.segmentID)) - log.Warn("task done") + log.Info("task done") return nil }