dataroaring commented on code in PR #41048:
URL: https://github.com/apache/doris/pull/41048#discussion_r1770572136


##########
be/src/cloud/cloud_delete_task.cpp:
##########
@@ -52,8 +52,10 @@ Status CloudDeleteTask::execute(CloudStorageEngine& engine, 
const TPushReq& requ
         LOG_WARNING("tablet exceeds max version num limit")
                 .tag("limit", config::max_tablet_version_num)
                 .tag("tablet_id", tablet->tablet_id());
-        return Status::Error<TOO_MANY_VERSION>("too many versions, versions={} 
tablet={}",
-                                               config::max_tablet_version_num, 
tablet->tablet_id());
+        return Status::Error<TOO_MANY_VERSION>(
+                "too many versions, versions={} tablet={}. Please reduce the 
frequency of loading "
+                "data.",
+                config::max_tablet_version_num, tablet->tablet_id());

Review Comment:
   Or you can adjust  max_tablet_version_num in be.conf to a larger number. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to