Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
LiTianBiao
3
•
asked Apr 26, 2024
Doris1.2.8版本broker导出和1.2.6结果不同,导致导出数据错误,急需解决,是1.2.8的bug还是需要修改语句?
1.2.6版本,export 导出 where province=15,查看 TaskInfo: {code...} 这是1.2.8的bug还是需要修改语句?
ingestion
1.2
upgrade
0
votes
1
answers
64
views
wwey1
15
•
asked Apr 26, 2024
【已解决】升级版本2.0.7->2.1.2后, FlinkSQL出现时间类型错误
在2.0.7版本时, 是没问题的, 连接器的版本是flink-doris-connector-1.18-1.5.2.jar
faq
upgrade
0
votes
2
answers
115
views
labuladuo
15
•
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
458
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
54
views
xiaohui
15
•
asked Apr 26, 2024
【已记录】datax同时启动多个任务同步数据,任务发生错乱
这里开启的任务同步表名称为ods_b83dc9564a991293209edf9347419566_7188790706360553472_true 但是报错提示没有。 ods_8e6215f80f8f380ac8fe8e84b35b291a_7188790032222654464_true 这个表是另外一个任务中的数据表,有没有大佬知道这个是为什么
2.1
cluster
0
votes
1
answers
82
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
134
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
144
views
wanxiaohun
41
•
asked Apr 26, 2024
【已解决】be的机器突然宕机,报磁盘错误
{code...} 然后此BE就启动不起来了
2.1
cluster
0
votes
1
answers
132
views
xxww
9
•
asked Apr 26, 2024
【已解决】k8s 部署doris 2.1.2遇到问题
自己按照官网打的镜像启动有问题 谁帮我看下
2.1
operator
install
0
votes
3
answers
105
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
112
views
Prev
Prev
331
332
333
(current)
334
335
Next
Next
Hot Questions
【系列直播预告】Apache Doris 3.1 新版本解读(共 3 期):整体功能介绍、半结构化、湖仓一体
1 answers
doris的be奔溃,版本2.1.7
Doris部署架构推荐
报错: Failed to get scan range, no queryable replica found in tablet
1 answers
求助!x2doris同步经常中断
1 answers
Doris开启了2阶段提交,且事务已经被清理了,如何判断最近一次的ckp对应的事务是否正常提交了