Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
typuc
17
•
asked Sep 24, 2024
x2doris 重自建doris到腾讯云doris 失败
1,软件版本 x2doris selectdb-x2doris-1.0.5_2.12 doris 版本 2.0.8 2,抽数场景 抽取部分自建表到腾讯云doris,其中两个表重试几次,也是报同样错误 java.lang.RuntimeException: 24/09/24 16:17:04 ERROR BackendClient: server 'Doris BE{host='10.100.0.68', port=9060}' internal...
2.0
0
votes
2
answers
54
views
w604470835
3
•
asked Sep 24, 2024
doris2.0.0版本使用 bitmap_agg位图函数报错没有No matching function with signature
而且查不到任何这个报错的资料
2.0
0
votes
1
answers
26
views
Shylin
15
•
asked Sep 24, 2024
IFNULL返回结果不合预期
doris version: 2.1.6 sql1: select time_to_sec(cast('2024-09-24 16:00:00' as varchar)); -- 57600 sql2: select sec_to_time(57600); -- 04:00:00 PM sql3: select sec_to_time(time_to_sec(cast('2024-09-24 16:00:00' as varchar))); -...
2.1
0
votes
1
answers
35
views
echoLss
7
•
asked Sep 24, 2024
1.2.7 be启动报错
报错信息如下: [root@node1 be]# bin/start_be.sh *** Query id: 0-0 *** *** Aborted at 1727169367 (unix time) try "date -d @1727169367" if you are using GNU date *** *** Current BE git commitID: Unknown *** *** SIGBUS nonexistent physical ad...
1.2
0
votes
1
answers
48
views
aalwd
13
•
asked Sep 24, 2024
flink-connector-doris导入数据问题
之前使用connector v1.3版本没有任何报错, 使用新版本jar包进行导入(使用csv方式), 会报列不匹配, 列分割符@#@, 目前看报错是因为数据后面会多一个逗号而导致无法导入, 但是换成1.3版本又没有这个问题了 {code...} flink版本: 1.17 doirs版本: 2.1.5
2.1
0
votes
1
answers
31
views
zengyongchuan
31
•
asked Sep 24, 2024
【已解决】doris 3 个节点,其中一个的BE CPU 使用率100%,其它节点5% 左右,CPU资源使用不均
环境: 节点数:3 部署方式:FE 和 BE 混合布 服务器资源:8C16G 表的副本数:所有表的副本数都是 3 doris 3 个节点中有一个节点的BE CPU 使用率100%,其它节点5% 左右,照理负载应该是均衡的呀,有什么样的可能会导致这种情况呢? 监控载图如下:
mtmv
0
votes
2
answers
187
views
toms
13
•
asked Sep 24, 2024
通过nginx代理,并且开启ip穿透后,manager不可用
manager
0
votes
1
answers
67
views
吴英峰
7
•
asked Sep 24, 2024
doris jdbc catalog 用mariadb驱动包出现连接失败
实测2.0.9的catalog 不支持用mariadb驱动包,我们希望可以直接用fe中lib下自带的mariadb驱动包,这样给客户部署环境时不在需要额外带上驱动包。 同样的方式,改用Mysql-8.4.0驱动可以连接成功,看fe异常位置源码,怀疑和类加载器加载冲突有关,2.x和3.x估计都有这个问题,希望可以优化这个问题。
3.0
2.1
2.0
0
votes
2
answers
37
views
nokichen
29
•
asked Sep 24, 2024
倒排索引部分场景失效
v2.1.6 {code...} 经测试 如果A和B都为varchar类型,则上述问题不存在
2.1
0
votes
1
answers
103
views
Doubt
3
•
asked Sep 24, 2024
[Bug] Doris 3.0.1 执行CREATE TABLE AS SELECT语句创建表报错
从外部MySQL数据表创建内部表失败,MySQL数据表所有字段类型都是varchar。 执行语句:create table table_a as select * from mysql.test.table_b; 报错信息:The olap table first column could nut be float, double, string, or array, struct, map, please use decimal or varchar instead. 创建...
3.0
0
votes
1
answers
82
views
Prev
Prev
170
171
172
(current)
173
174
Next
Next
Hot Questions
【直播预告】7/3「可观测性能力」人工智能与大模型专场,欢迎预约观看!
1 answers
stream load 的返回值字段解释,Doris2.1.8版本,receiveDataTimeMs是什么意思
2 answers
insert into 后,查询有时候查不到数据
表副本问题,突然有一个表访问报错
1 answers
查询一张Aggregate模型的表,每次执行的结果都不一致
1 answers
unique key hash分桶数据倾斜
1 answers