Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
labuladuo
17
•
asked Apr 26, 2024
【已解决】FE日志报错Error happened when receiving packet,应该调整什么配置?
日志详情: WARN (mysql-nio-pool-62433|257921) [ReadListener.lambda$handleEvent$0():60] Exception happened in one session(org.apache.doris.qe.ConnectContext@3f51ed58). 741062 java.io.IOException: Error happened when receiving packet. 741063 at or...
2.1
0
votes
1
answers
535
views
Frankehp
3
•
asked Apr 26, 2024
【已解决】doris 2.0.6 版本array ()和exists不能同时使用
Select array (a,b),c from t1 where exists (select e from t2 where t2.e=t1.c),25的2.0.2版本可以执行,2.0.6版本执行报错,unknown column t1.c
2.0
0
votes
1
answers
71
views
xiaohui
15
•
asked Apr 26, 2024
【已记录】datax同时启动多个任务同步数据,任务发生错乱
这里开启的任务同步表名称为ods_b83dc9564a991293209edf9347419566_7188790706360553472_true 但是报错提示没有。 ods_8e6215f80f8f380ac8fe8e84b35b291a_7188790032222654464_true 这个表是另外一个任务中的数据表,有没有大佬知道这个是为什么
2.1
cluster
0
votes
1
answers
94
views
海边看花开
29
•
asked Apr 26, 2024
【已解决】2.1版本,Spark Connector 插入doris时,字段数据不一致
dwd_ap_supplier_fee_detail_monthly_df.write .mode("overwrite") .format("doris") .option("doris.table.identifier", "dw_dwd.dwd_ap_supplier_monthly") .option("doris.fenodes", "xxxx:8030") .optio...
2.1
0
votes
2
answers
151
views
caoliang
76
•
asked Apr 26, 2024
【已解决】通过flink cdc 同步oracle 数据,如果类型是clob/blob ,同步到doris,数据为null
问题描述: 通过flink cdc 同步oracle 数据,如果类型是clob/blob ,通过到doris,数据为null oracle表结构: CREATE TABLE your_table ( id NUMBER PRIMARY KEY, clob_data CLOB, blob_data BLOB ); INSERT INTO your_table (id, clob_data, blob_data) VALUES ( 1, 'Sample CLOB data...
faq
0
votes
1
answers
187
views
wanxiaohun
41
•
asked Apr 26, 2024
【已解决】be的机器突然宕机,报磁盘错误
{code...} 然后此BE就启动不起来了
2.1
cluster
0
votes
1
answers
152
views
xxww
9
•
asked Apr 26, 2024
【已解决】k8s 部署doris 2.1.2遇到问题
自己按照官网打的镜像启动有问题 谁帮我看下
2.1
operator
install
0
votes
3
answers
125
views
难得今生共此时
3
•
asked Apr 25, 2024
【已解决】Doris 两be两副本执行sql比单be单副本执行慢2、3倍
Drois版本 selectdb-doris-2.1.1 1fe+2be(fe与be混部) 24C/100G/千兆 查询sql [https://img.wgmf.com/doris_query.txt 1fe 2be 2副本执行的profile =》 执行 21s多 https://img.wgmf.com/doris_21s.txt 1fe 1be 1副本执行的profile =》 执行 6s多 https://img.wgmf.com/doris_6s.txt] ipe...
2.1
performance
0
votes
1
answers
122
views
changguowei
199
•
asked Apr 25, 2024
【已解决】profile分析:只查看数据扫描总时间应该看哪个指标
只列了一部分 Query: Summary: - Profile ID: 932d72aada9d4357-8f5d8b9926f0b8fa - Task Type: QUERY - Start Time: 2024-04-25 17:02:39 - End Time: 2024-04-25 17:03:10 - Total: 31s504ms - Task State: EOF - User: root - Default Db: - Sql Statement: SELE...
2.0
docs
0
votes
1
answers
159
views
____
3
•
asked Apr 25, 2024
【已解决】ccr-syncer 编译失败,哪里可以获取二进制包?
ccr-syncer 编译失败,哪里可以获取二进制包?
2.0
0
votes
1
answers
158
views
Prev
Prev
384
385
386
(current)
387
388
Next
Next
Hot Questions
Doris3.0.8的ddl任务一直运行不停止
1 answers
doris fe挂掉,报错(JE 18.3.12) Disk usage is not within je.maxDisk or je.freeDisk
1 answers
Iceberg Catalog 使用 MinIO 作为存储时, 读写权限报错
2 answers
文档描述疑问
1 answers
在 Doris 中自定义 UDF 时,若函数名与内置函数重名,调用时必须加上数据库名才能正确执行。如果不希望每次调用都携带数据库名,该如何解决?
1 answers
使用doris查询paimon 执行show databases 直接报错
1 answers