fix compile

This commit is contained in:
yiguolei
2024-04-02 11:17:16 +08:00
parent cf7595d423
commit caea45586f

View File

@ -330,7 +330,7 @@ public class SystemHandler extends AlterHandler {
int backendNum = tagAvailBackendNums.getOrDefault(tag, 0);
if (replicaNum > backendNum) {
throw new DdlException("After decommission, partition " + partition.getName()
+ " of table " + db.getName() + "." + tbl.getName()
+ " of table " + db.getFullName() + "." + tbl.getName()
+ " 's replication allocation { " + replicaAlloc
+ " } > available backend num " + backendNum + " on tag " + tag
+ ", otherwise need to decrease the partition's replication num.");