Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Failed to make snapshot for tablet xxx on backend: xxx #34414

Open
3 tasks done
myokok opened this issue May 6, 2024 · 0 comments
Open
3 tasks done

[Bug] Failed to make snapshot for tablet xxx on backend: xxx #34414

myokok opened this issue May 6, 2024 · 0 comments

Comments

@myokok
Copy link

myokok commented May 6, 2024

Search before asking

  • I had searched in the issues 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?

  • Yes I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant