【已记录】创建tablet快照报错: Failed to make snapshot for tablet 990464 on backend: 10005

Viewed 102

doris-2.0.3-rc06(AVX2)版本
操作系统是 x86 银河麒麟操作系统,jdk是

openjdk version "1.8.0_412"
OpenJDK Runtime Environment (Temurin)(build 1.8.0_412-b08)
OpenJDK 64-Bit Server VM (Temurin)(build 25.412-b08, mixed mode)

创建 tablet 快照并获取建表语句时报错。执行如下命令:

admin copy tablet 990464 properties("backend_id" = "10005", "version" = "1");

报错信息:
ERROR 1105 (HY000): errCode = 2, detailMessage = Failed to make snapshot for tablet xxx on backend: xxx .

2024-05-06 10:45:12,197 WARN (mysql-nio-pool-9672|140711) [StmtExecutor.executeByLegacy():790] execute Exception. stmt[48988, 166e7d40ecd24d88-8c3c60617353bb4f]
org.apache.doris.common.AnalysisException: errCode = 2, detailMessage = Failed to make snapshot for tablet 990464 on backend: 10005
	at org.apache.doris.qe.ShowExecutor.handleCopyTablet(ShowExecutor.java:2752) ~[doris-fe.jar:1.2-SNAPSHOT]
	at org.apache.doris.qe.ShowExecutor.execute(ShowExecutor.java:424) ~[doris-fe.jar:1.2-SNAPSHOT]
	at org.apache.doris.qe.StmtExecutor.handleShow(StmtExecutor.java:2113) ~[doris-fe.jar:1.2-SNAPSHOT]
	at org.apache.doris.qe.StmtExecutor.executeByLegacy(StmtExecutor.java:766) ~[doris-fe.jar:1.2-SNAPSHOT]
	at org.apache.doris.qe.StmtExecutor.execute(StmtExecutor.java:459) ~[doris-fe.jar:1.2-SNAPSHOT]
	at org.apache.doris.qe.StmtExecutor.execute(StmtExecutor.java:429) ~[doris-fe.jar:1.2-SNAPSHOT]
	at org.apache.doris.qe.ConnectProcessor.handleQuery(ConnectProcessor.java:435) ~[doris-fe.jar:1.2-SNAPSHOT]
	at org.apache.doris.qe.ConnectProcessor.dispatch(ConnectProcessor.java:583) ~[doris-fe.jar:1.2-SNAPSHOT]
	at org.apache.doris.qe.ConnectProcessor.processOnce(ConnectProcessor.java:834) ~[doris-fe.jar:1.2-SNAPSHOT]
	at org.apache.doris.mysql.ReadListener.lambda$handleEvent$0(ReadListener.java:52) ~[doris-fe.jar:1.2-SNAPSHOT]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_412]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_412]
	at java.lang.Thread.run(Thread.java:750) ~[?:1.8.0_412]
1 Answers

【问题处理】定位中
【问题状态】处理中,有新进展我会更新到论坛