This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 39a93b5341a [fix](case) fix 230 message for case (#54894)
39a93b5341a is described below

commit 39a93b5341ad183ab8817f2ed845f789ab72a927
Author: Yongqiang YANG <[email protected]>
AuthorDate: Sat Aug 16 20:57:22 2025 +0800

    [fix](case) fix 230 message for case (#54894)
---
 be/src/olap/rowset_version_mgr.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/be/src/olap/rowset_version_mgr.cpp 
b/be/src/olap/rowset_version_mgr.cpp
index d222ccfbb02..e4c1f2bef94 100644
--- a/be/src/olap/rowset_version_mgr.cpp
+++ b/be/src/olap/rowset_version_mgr.cpp
@@ -74,7 +74,8 @@ static bvar::LatencyRecorder 
g_remote_fetch_tablet_rowsets_latency("remote_fetch
                     "tablet_id={}",
                     version_range.to_string(), 
_tablet_meta->max_version().second, tablet_id());
             return ResultError(Status::Error<VERSION_ALREADY_MERGED, false>(
-                    "missed versions is empty, version_range={}, 
max_version={}, tablet_id={}",
+                    "versions are already compacted, version_range={}, 
max_version={}, "
+                    "tablet_id={}",
                     version_range.to_string(), 
_tablet_meta->max_version().second, tablet_id()));
         }
         LOG(WARNING) << fmt::format("missed version for version_range={}, 
tablet_id={}, st={}",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to