morningman commented on code in PR #26328:
URL: https://github.com/apache/doris/pull/26328#discussion_r1380203525
##########
fe/fe-core/src/main/java/org/apache/doris/system/SystemInfoService.java:
##########
@@ -593,7 +593,7 @@ public Map<Tag, List<Long>>
selectBackendIdsForReplicaCreation(
if (!failedEntries.isEmpty()) {
String failedMsg = Joiner.on("\n").join(failedEntries);
throw new DdlException("Failed to find enough backend, please
check the replication num,"
- + "replication tag and storage medium.\n" + "Create
failed replications:\n" + failedMsg);
+ + "replication tag and storage medium and
AvailCapacity.\n" + "Create failed replications:\n" + failedMsg);
Review Comment:
```suggestion
+ "replication tag and storage medium and avail
capacity of backends.\n" + "Create failed replications:\n" + failedMsg);
```
--
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]