Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
水月洞天
3
•
asked May 23, 2025
大表系统的列统计sql特别耗时
有一张天分区表,存储了较多的数据,随着数据越来越大,发现列统计的sql扫描的数据、内存消耗、cpu消耗、查询消耗都特别大,频次还比较高,基本上一分钟一次,消耗资源特别大,影响到集群的使用。这个表使用flinkcdc实时更新,可能会有新数据不断写入,不存在数据更新,主键表。 doris版本:2.1.5
2.1
0
votes
1
answers
30
views
夏花
1
•
asked May 22, 2025
doris2.1.10版本,特定sql查询,节点全部hang住。。。。
doris2.1.10版本 3fe9be 配置48C 376G ccc_user_ops表一共有400G 查询这个sql,返回数据很快,数据返回以后,整个be节点全部hang住,所有的查询都阻塞..... 求助排查方向 select * from( select *, ROW_NUMBER() OVER( PARTITION BY refId ORDER BY cTime DESC ) AS num from( SELECT JSON_EXTRACT_STRING(input...
2.1
0
votes
1
answers
69
views
taocoder
1
•
asked May 22, 2025
BE节点CPU使用率上涨
Doris版本:3.0.2 单表1.3亿数据,大小约70g 单表聚合查询,单条sql查询100ms左右,压测到100qps,cpu使用率涨到90%+ 下面是be的线程cpu用量情况,请问一下pipe_normal是什么线程
3.0
0
votes
1
answers
52
views
yuangang
1
•
asked May 22, 2025
使用catalog往hive中写数据报错
CREATE TABLE hive01.ods_market.ods_jjy_price_deduction_detail ENGINE=hive AS SELECT * FROM market_db.ods_jjy_price_deduction_detail;直接这么建的表 在doris select * from hive01.ods_market.ods_jjy_price_deduction_detail是可以直接查到数据的 在hive中select * from ...
2.1
0
votes
2
answers
27
views
shifang
7
•
asked May 22, 2025
doris 写入iceberg 权限不足
doris 版本3.0.5 ,存算分离部署,在测试doris写入iceberg时,出现权限不足: 通过在catalog的属性中增加配置"hadoop.username" = "hdfs" ,现在data目录中可以写入数据,但是在往metadata中写入元数据时报权限不足:
3.0
0
votes
1
answers
18
views
abjfh
17
•
asked May 22, 2025
执行insert into select语句,偶发be与fe连接错误,[THRIFT_RPC_ERROR]Couldn't open transport for 10.1.0.23:9020 (open() timed out)
{code...} 单台机器的配置为3T SSD硬盘,1T 内存,128核 请问接下来该如何排查呢?
2.0
0
votes
2
answers
92
views
xuke
1
•
asked May 22, 2025
operator 部署的 存算分离 3.0.3 版本的 FE-0报错
FE-0报错,起因执行select语句之后,fe出现重启,但是一直重启不成功,提示探针失败,然后强制删除pod,之后日志就是这样
decoupled
0
votes
1
answers
28
views
Ewen
1
•
asked May 21, 2025
在K8s中部署doris时,内网环境,be的init容器中的selectdb/alpine:latest镜像需要替换镜像名,crd.yaml注释显示该为默认配置,请问该如何修改,以便拉去到该镜像?
be启动的时候会报错:init进程卡在镜像拉取失败。目前通过修改be的statefulset的yaml配置绕过该问题,想请问下有办法直接调整或暴露该image配置么?
install
0
votes
1
answers
22
views
baijun
15
•
asked May 21, 2025
关于编译的thirdparty包
现在3.0版本有官方提供的prebuild的thirdparty的包吗? 3.0我们自己编译的第三方包各种问题 2.0的时候用的官方的prebuild包
3.0
0
votes
1
answers
21
views
yuan
13
•
asked May 21, 2025
fe发出警告cancel failed, typically means the future is finished, cancel reason is Status [errorCode=LIMIT_REACH, errorMsg=query reach limit]
这是什么原因呢? 2025-05-21 15:05:10,320 WARN (mysql-nio-pool-10|130) [ResultReceiver.cancel():223] ResultReceiver of query f9a75a842144417e-85c9eb192d28510d cancel failed, typically means the future is finished, cancel reason is Status [errorCode=...
3.0
1
votes
2
answers
76
views
Prev
Prev
115
116
117
(current)
118
119
Next
Next
Hot Questions
升级4.0 insert 文本转数字出问题
1 answers
flink 多job checkpoint超时,doirs abort transation
1 answers
doirs表数据归档到对象存储的问题
2 answers
日志一直在报parse date or datetime fail
1 answers
升级后视图查询速度变慢
1 answers
doris-manager webserver启动问题
1 answers