This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch 2.1-tmp
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/2.1-tmp by this push:
new 6f6d1ddd4da fix compile
6f6d1ddd4da is described below
commit 6f6d1ddd4daa8c77910c146aa20ac0ec42146329
Author: yiguolei <[email protected]>
AuthorDate: Tue Apr 2 11:17:16 2024 +0800
fix compile
---
fe/fe-core/src/main/java/org/apache/doris/alter/SystemHandler.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fe/fe-core/src/main/java/org/apache/doris/alter/SystemHandler.java
b/fe/fe-core/src/main/java/org/apache/doris/alter/SystemHandler.java
index f9e9cddda5e..6803f699ea4 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/alter/SystemHandler.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/alter/SystemHandler.java
@@ -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.");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]