xingyingone commented on PR #26328:
URL: https://github.com/apache/doris/pull/26328#issuecomment-1809585069
> Could you put an example of output?
before modification:
MySQL [test_db]> truncate table create_table_use_created_policy;
ERROR 1105 (HY000): errCode = 2, detailMessage = Failed to find enough
backend, please check the replication num,replication tag and storage medium.
Create failed replications:
replication tag: {"location" : "default"}, replication num: 3, storage
medium: SSD
after modification:
MySQL [test_db]> truncate table create_table_use_created_policy;
ERROR 1105 (HY000): errCode = 2, detailMessage = Failed to find enough
backend, please check the replication num,replication tag and storage medium
and avail capacity of backends.
Create failed replications:
replication tag: {"location" : "default"}, replication num: 3, storage
medium: SSD
--
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]