Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
caochuansong
1
•
asked Apr 28, 2025
doris3.0 倒排索引怎么使用更高效
我现在有一个字段是variant类型,格式如下: {"颜色":"红色","大小":"100*200*300","图号":"qx00022211"} 现在我是用倒排索引,parser我选择unicode。 我现在想实现的是:输入"x000",能够匹配到这条数据。如果用like“%x000%”,数据量大的时候,性能会很差。请教大神们,我应该怎么来做?
3.0
0
votes
1
answers
45
views
zzwwx
7
•
asked Apr 28, 2025
如何清理大量 unhealthy tablet?
doris版本:2.0.15 manager提醒有537个副本不健康。 如何锁定这些表并修复处理这些坏文本?repair不管用。
cluster
2.0
0
votes
2
answers
42
views
49
•
asked Apr 28, 2025
3.0.4 审计日志乱码
__internal_schema.audit_log 中文乱码 日志文件里也是乱码
3.0
0
votes
1
answers
35
views
taocoder
1
•
asked Apr 28, 2025
3.0.2版本使用arrow flight不停打WARN日志cancel failed
Doris版本:3.0.2 warn日志,显示cancel failed重复不停打 show processlist
3.0
0
votes
1
answers
23
views
____
9
•
asked Apr 28, 2025
Doris 2.1.9 BE文件描述符过大且持续增长
Doris版本:2.1.9 在监控中发现有一个BE节点的文件描述符持续增长,已经逼近阈值200k了(看监控2.1.6;2.1.8;2.1.9三个版本都有这个问题【3.29-4.20期间做了升级】)。 整个集群只有这一个节点be的文件描述符超高,关键是这个节点的任务量不大。 在重启后文件描述符还是使用这么多,4.25才升级到2.1.9,可以看到监控在启动后直接就飙到190k。 大佬们看下这个问题该怎么解决,如果超出200k又会导致什么现象呢? 该节点的配置与其他节点配置相同 日...
2.1
0
votes
1
answers
76
views
张张张123
19
•
asked Apr 28, 2025
查询sql 报错 Failed to get scan range, no queryable replica found in tablet: xxxxxxx
查询的sql : SELECT domain, businessUnit, cityCompany, project, area, format, paidLiquidatedDamages, paidInAmount FROM table fee WHERE fee.id IN (......) 查询的表是单副本,并且通过Flink 实时更新的,查询时会出现报错, java.lang.RuntimeException: errCode = 2, detailMessage ...
2.1
query
0
votes
1
answers
35
views
kangkang
5
•
asked Apr 28, 2025
dorismanager修改grafana密码,监控页面报错无效的用户名和密码
修改了grafana admin的密码,然后在监控页面查看报错
manager
0
votes
1
answers
53
views
doudou
1
•
asked Apr 28, 2025
Doris 2.0.3 版本substring函数使用问题
背景:Doris 2.0.3 版本 问题:使用substring('adag',-1,4)的时候,结果错误 场景: 建表:create table ttt (id int,name varchar)ENGINE=OLAP DUPLICATE KEY(id) DISTRIBUTED BY HASH(id) BUCKETS 1; 插入数据: INSERT INTO ttt (id,name ) VALUES (1, '张三丰'), -- 3字姓名 ...
2.0
0
votes
1
answers
39
views
action2025
1
•
asked Apr 28, 2025
Doris 通过stream_load部分更新,未传的字段报null校验错误
doris:3.0.4版本 例如表如下: {code...} 导入方式: 报错: Reason: column(agent_id) values is null while columns is not nullable. src line [999 103_00000000000000000105 2025-04-01 105 SMS system3 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NU...
update
0
votes
1
answers
38
views
king.wang
1
•
asked Apr 27, 2025
存算分离 doris-Operator - MetaService 无法调整 Replicas
存算分离 使用 Doris-Operator 使用版本 apache/doris:operator-25.4.0,调整 MetaService 不生效。 看代码对应Tag和Master都这块写死为default值了。 [https://github.com/apache/doris-operator/blob/25.4.0/pkg/controller/sub_controller/disaggregated_cluster/metaservice/statefulset.g...
decoupled
3.0
0
votes
1
answers
46
views
Prev
Prev
126
127
128
(current)
129
130
Next
Next
Hot Questions
Doris 某个be节点负载高,导致短暂宕机
版本4.0.4,算子罗盘留下了一堆空目录
doris 3.1.2连接iceberg问题
1 answers
升级4.0 insert 文本转数字出问题
1 answers
flink 多job checkpoint超时,doirs abort transation
1 answers
doirs表数据归档到对象存储的问题
2 answers