Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
CYOSEI
35
•
asked Jul 24, 2024
Doris表字段带有Map类型,进行Join时提示报错
版本: Doris - 2.0.5 -rc02 建表语句 参考知乎文章 [Apache Doris 行列转换可以这样玩] {code...} 报错信息截图:
2.0
0
votes
2
answers
52
views
vijay
2
•
asked Jul 24, 2024
doris2.0.10 unique表使用count函数结果不一致
场景:使用flinkcdc做mysql到doris的多表同步,对比其中一张表两边的数据 查看doris中表的数据行数 使用catalog 功能查看mysql中该表的行数 使用union all合并两个结果
2.0
0
votes
1
answers
57
views
aa
10
•
asked Jul 24, 2024
fe重启失败
Doris版本: 2.1.4 ; fe节点:3个; fe集群进行重启时,有两个节点抛了上面的错误,导致集群启动失败
2.1
0
votes
1
answers
79
views
Wanghuan
15
•
asked Jul 23, 2024
【已解决】Doris 1.2.1.1 元数据过大,FE OOM问题
FE 的元数据过大, FE 8G 内存一直OOM ,增加内存后缓解了, 请问如何彻底解决?
cluster
1.2
0
votes
1
answers
132
views
yang
3
•
asked Jul 23, 2024
doris2.1.4无法创建https连接的s3(minio)外部resource
docker部署的3fe、3be doris集群,image:selectdb/doris.fe-ubuntu:2.1.4-rc03。创建外部s3资源时发现http+ip的endpoint属性能成功,https+hostname报错,SQL语句和报错日志如下: CREATE RESOURCE "rs_minio" PROPERTIES ( "type" = "s3", "s3.endpoint" = "h...
2.1
0
votes
2
answers
104
views
jiaxuefeng
3
•
asked Jul 23, 2024
DorisBE启动后崩溃,无法正常启动
之前可以正常启动,seaTunnel导入百万数据时,be崩溃,怀疑文件打开数超限,修改为最大文件打开数位1000000后,DorisBe一直启动不了 Doris BE启动后崩溃, 重启也无法解决,进程一会就会自己崩溃,请教各位大佬如何解决?非常感谢! INFO: jdk_version 17 OpenJDK 64-Bit Server VM warning: Option CriticalJNINatives was deprecated in version 16.0 an...
2.1
0
votes
2
answers
75
views
eli_
1
•
asked Jul 23, 2024
数组创建倒排索引后,查询速度依旧很慢
使用doris 2.1.4 版本: 建表语句: create table test_table ( c1 date not null comment '', c2 int not null comment '', c3 varchar(1024) NOT NULL comment '', c4 array<varchar(15)> comment '', c5 string comment '...
2.1
0
votes
2
answers
123
views
liaole
7
•
asked Jul 23, 2024
doris的2.0.4,mysql的catalog的随机查询太慢,在mysql很快
select * from mysql_catalog.mysqldb.mysqltable where id >= (( select max(id) from mysql_catalog.mysqldb.mysqltable)-( select min(id) from mysql_catalog.mysqldb.mysqltable))* rand() + ( select min(id) from mysql_catalog.mysqldb.mysqltable...
2.0
0
votes
1
answers
56
views
Suxuan
1
•
asked Jul 23, 2024
2.1.3升级到2.1.4后BE的CPU负载相较之前成倍增长
图中上升的时间点为我操作升级的时间点,升级后BE负载就这个样子了,其实FE也有上涨不过没有BE明显。 这张是任意找的BE节点上be.WARINING的日志。 以下是FE节点的be.warn.log {code...}
2.1
0
votes
2
answers
150
views
____
27
•
asked Jul 23, 2024
【已解决】关于doris 2.0.x版本配置基于fe be 内存配比的最佳实践
大家好,最近看了社区的一些常见问题,很多是关于doris 配置 fe be 的内存配比导致的oom或者无法启动的一系列问题,一直是社区在讨论的话题,社区可否分享一下配置的最佳实践呢? 3fe 3be节点规划 预估数据量 30G,QPS 峰值 5-10 fe 每节点 4c 16G fe.cnf配置 参数名 配置值 jvm Xmx 8G be 每节点 4c 32G be.cnf配置 参数名 配置值 jvm Xmx 1G exec_mem_limit 2G
install
2.0
0
votes
1
answers
220
views
Prev
Prev
225
226
227
(current)
228
229
Next
Next
Hot Questions
【直播预告】7/3「可观测性能力」人工智能与大模型专场,欢迎预约观看!
1 answers
doris3.0 k8s部署疑问
Doris-3.0.6 内存占用大,后端没有执行的进程,一直持续升高不释放
Date与DatatimeV2
3 answers
Doris 里的表最多支持多少列?
1 answers
doris 导出报错 2.1.9
1 answers