Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
labuladuo
17
•
asked Apr 8
【倒排索引存储格式】修改表属性里的 inverted_index_storage_format
旧集群升级到新集群后,表属性里的inverted_index_storage_format还是V1且不支持修改。我针对此case做了一个功能优化,支持在表没有倒排索引时,能够修改表的 inverted_index_storage_format 属性,但是发现已有的 tablet schema 里的值没有变化。 要想对全部tablet生效,需要在alter时把 inverted_index_storage_format 推送到BE,BE 侧接收后更新 tablet schema...
upgrade
4.0
0
votes
1
answers
62
views
yadao
1
•
asked Apr 8
请问当前推荐的生产环境最新稳定版本是多少呢?
我们目前是用的2.1.10,看2.1.x好久没有更新了,准备升级适配到下一个版本,请问当前推荐的生产环境最新稳定版本是多少呢?
upgrade
0
votes
1
answers
51
views
CYOSEI
35
•
asked Apr 8
get_json_string/json_extract 在不同的Doris版本中结果不一致
执行以下SQL 查询语句 {code...} 可以在2.1.X版本中得到json_key对应的value集合 但是在SD 4.1.2 版本中相同的查询遍历不出来数据 希望SD 4.1.X可以修复这个问题
3.0
query
0
votes
1
answers
26
views
ICE_wei
1
•
asked Apr 8
服务器如何配置才比较合理?
当前共有3台服务器,都是16核、64G,目前是存算一体的方式部署,3个fe、3个be。数据是通过Debezium+kafka+doris sink的方式进行的实时同步,数据通过每次的量不大,从几十到几百行不等,最多的也就5000左右。但是业务数据变更会比较平凡,几乎时时都有数据更新。但在配置Debezium时,已经做了限制,即每10秒去捕获一次。另外,doris目前我们考虑用来做报表的查询,已经建了60来个物化视图且都是增量异步的方式。从数据同步的情况来看,数据量确实是不大的...
resource-admin
mtmv
cluster
performance
install
0
votes
1
answers
25
views
xuweijun
35
•
asked Apr 7
doris 4.x版本是不会出selectdb版本吗,还是现在的版本不稳定?
doris 4.x版本是不会出selectdb版本吗,还是现在的版本不稳定?
4.0
0
votes
1
answers
79
views
EzGan
1
•
asked Apr 3
Doris 某个be节点负载高,导致短暂宕机
一个be节点,负载突然增高导致be宕机,但是其他资源使用没有明显升高,三次be crash时间分别是08:10,16:10,17:05左右 CPU和内存是正常的 但该be确实短暂重启了 be.out信息,应该可以排除oom的可能性 日志无法上传,可以添加微信18852852213
2.1
cluster
0
votes
1
answers
70
views
xialuo
3
•
asked Apr 3
doris 3.1.2连接iceberg问题
doris创建的catalog语句为: CREATE CATALOG iceberg_catalog PROPERTIES ( 'type'='iceberg', 'iceberg.catalog.type' = 'hadoop', 'warehouse'='hdfs://localhost:9000/warehouse/iceberg', "hadoop.username...
3.0
catalog
0
votes
2
answers
29
views
Jude
5
•
asked Apr 3
版本4.0.4,算子罗盘留下了一堆空目录
开启中间结果罗盘后,计算完成后在spill_storage_root_path/spill目录下留下了很多空目录,不会自动清理
storage
0
votes
2
answers
39
views
tianhuan2001
5
•
asked Apr 2
升级4.0 insert 文本转数字出问题
之前用3.0,insert into 表A(字段a) select b from 表B, 如果b是文本数字,a是数字格式,只要把a转化成数字就可以插入了, 也就是insert into 表A(字段a) select cast(b as int) as b from 表B,就可以了。 但4.0会报错,用try_cast也不行,try_cast有时候可以,但会把那一列都变成null插入。 感觉,doris的解释器在转换之前先判定了结果是否符合。 另一种情况,b不是单纯的文本数字,...
4.0
0
votes
1
answers
58
views
sky
1
•
asked Apr 2
Doris4.0.2版本,集群部署模式3台主机,不稳定,经常报错。insert报failed to write enough replicas 0/1 for tablet,select查询也报错
1、查询问题: fe从节点日志:2026-04-02 12:31:19,596 WARN (mysql-nio-pool-36|689) [ReadListener.lambda$handleEvent$0():60] Exception happened in one session(org.apache.doris.qe.ConnectContext@518705f9:dict_user). java.io.IOException: Error happened when...
mtmv
storage
query
0
votes
1
answers
31
views
Prev
Prev
3
4
5
(current)
6
7
Next
Next
Hot Questions
Doris 4.0.4 物化视图异常问题反馈
doris3.0.8运行insert into 任务报错send fragments failed. io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED
存算分离下groupcommit是否支持wal写入
升级至4.0.4后物化视图查询失败,报错Insert a plan into targetGroup but differ in logicalproperties
Doris 4.x 预热
doris-manager CVE-2025-4123漏洞
1 answers