myokok opened a new issue, #34414: URL: https://github.com/apache/doris/issues/34414
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris 2.0.3 avx2版本 操作系统是 x86 银河麒麟操作系统,jdk是 openjdk version "1.8.0_412" ### What's Wrong? 命令 show tablet 990464\G; 正常 SHOW PROC '/dbs/698186/698285/partitions/990451/698286/990464'; 正常 创建 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]` ### What You Expected? ERROR 1105 (HY000): errCode = 2, detailMessage = Failed to make snapshot for tablet xxx on backend: xxx . ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org