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

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


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new f63dd2f0bfe branch-3.1: [chore](error) remove cloud unique id from 
error msg #55209 (#55249)
f63dd2f0bfe is described below

commit f63dd2f0bfeee972729ab670c6e2c8c2bcca0396
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 27 11:40:41 2025 +0800

    branch-3.1: [chore](error) remove cloud unique id from error msg #55209 
(#55249)
    
    Cherry-picked from #55209
    
    Co-authored-by: Yongqiang YANG <[email protected]>
---
 .../src/main/java/org/apache/doris/cloud/rpc/MetaServiceProxy.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/fe/fe-core/src/main/java/org/apache/doris/cloud/rpc/MetaServiceProxy.java 
b/fe/fe-core/src/main/java/org/apache/doris/cloud/rpc/MetaServiceProxy.java
index dc6dc11d518..b351942cbe2 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/cloud/rpc/MetaServiceProxy.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/cloud/rpc/MetaServiceProxy.java
@@ -47,7 +47,7 @@ public class MetaServiceProxy {
 
     static {
         if (Config.isCloudMode() && (Config.meta_service_endpoint == null || 
Config.meta_service_endpoint.isEmpty())) {
-            throw new RuntimeException("in cloud mode, please configure 
cloud_unique_id and meta_service_endpoint");
+            throw new RuntimeException("in cloud mode, please configure 
meta_service_endpoint in fe.conf");
         }
     }
 


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

Reply via email to