使用remote udf报RPC超时 #33940
Unanswered
qicaiyulin
asked this question in
Q&A
使用remote udf报RPC超时
#33940
Replies: 1 comment 4 replies
-
Here is the official demo, you can try run in your env. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
注册了python的remote udf,在数据量较小的时候可以正常调用,但是在数据量较大的时候会报出RPC timeout,通过官方文档也没有找到配置 remote udf rpc timeout的参数,这个超时时间如何配置。
下面为报错信息:
org.apache.doris.common.UserException: errCode = 2, detailMessage = (192.168.100.12)[INTERNAL_ERROR]call to rpc function she_cun_rpc: [192.168.100.13:9001/she_cun_rpc] failed: [E1008]Reached timeout=500ms @192.168.100.13:9001
at org.apache.doris.qe.Coordinator.getNext(Coordinator.java:922) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.qe.StmtExecutor.sendResult(StmtExecutor.java:1156) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.qe.StmtExecutor.handleQueryStmt(StmtExecutor.java:1122) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.qe.StmtExecutor.execute(StmtExecutor.java:522) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.qe.StmtExecutor.execute(StmtExecutor.java:409) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.qe.ConnectProcessor.handleQuery(ConnectProcessor.java:330) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.qe.ConnectProcessor.dispatch(ConnectProcessor.java:473) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.qe.ConnectProcessor.processOnce(ConnectProcessor.java:700) ~[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_181]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_181]
at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_181]
Beta Was this translation helpful? Give feedback.
All reactions