yiguolei commented on code in PR #50783:
URL: https://github.com/apache/doris/pull/50783#discussion_r2093149367


##########
fe/fe-core/src/main/java/org/apache/doris/cloud/load/CloudBrokerLoadJob.java:
##########
@@ -95,24 +95,19 @@ private void setCloudClusterId() throws 
MetaNotFoundException {
             try {
                 clusterName = context.getCloudCluster();
             } catch (ComputeGroupException e) {
-                LOG.warn("failed to get compute group name", e);
-                throw new MetaNotFoundException("failed to get compute group 
name " + e);
+                LOG.warn("error happens when get cloud cluster", e);

Review Comment:
   CloudBrokerLoadJob 有2个构造函数,是不带user 这些参数的,此时咋处理呢?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to