You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "didiaode18 (via GitHub)" <gi...@apache.org> on 2023/06/10 10:13:00 UTC

[GitHub] [doris] didiaode18 commented on a diff in pull request #20617: [Feature](log)friendly hint for creating table failed

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


##########
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:
   Yes I agree with you that we should give users a more explicit be status.



-- 
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-unsubscribe@doris.apache.org

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


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