TangSiyang2001 commented on code in PR #20617:
URL: https://github.com/apache/doris/pull/20617#discussion_r1225689351


##########
fe/fe-core/src/main/java/org/apache/doris/datasource/InternalCatalog.java:
##########
@@ -1799,7 +1799,7 @@ private Partition createPartitionWithIndices(String 
clusterName, long dbId, long
             }
 
             if (!ok || !countDownLatch.getStatus().ok()) {
-                errMsg = "Failed to create partition[" + partitionName + "]. 
Timeout:" + (timeout / 1000) + " seconds.";
+                errMsg = "The BE is not available,please check BE status!";

Review Comment:
   > So the result of executing the table is either success or failure, there 
will be no unknown results,
   
   @yujun777 may means that if the majority replicas for each tablet is created 
successfully, may we treat the creation as successful? Just like the criteria 
for loading.
   
    The current implementation does indicate that creation is successful when 
all replicas are created successfully, or it failed anyway. Maybe we could 
modify the implementation to achieve the goal if needed.



-- 
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