Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
zzwwx
7
•
asked Apr 28
如何清理大量 unhealthy tablet?
doris版本:2.0.15 manager提醒有537个副本不健康。 如何锁定这些表并修复处理这些坏文本?repair不管用。
cluster
2.0
0
votes
2
answers
28
views
45
•
asked Apr 28
3.0.4 审计日志乱码
__internal_schema.audit_log 中文乱码 日志文件里也是乱码
3.0
0
votes
1
answers
21
views
taocoder
1
•
asked Apr 28
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
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
60
views
张张张123
19
•
asked Apr 28
查询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
28
views
kangkang
5
•
asked Apr 28
dorismanager修改grafana密码,监控页面报错无效的用户名和密码
修改了grafana admin的密码,然后在监控页面查看报错
manager
0
votes
1
answers
37
views
doudou
1
•
asked Apr 28
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
35
views
action2025
1
•
asked Apr 28
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
25
views
king.wang
1
•
asked Apr 27
存算分离 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
40
views
zhengshunzhi
1
•
asked Apr 27
doris 3.0.3 IP变更后FE节点无法启动
环境:centos7 版本:3.0.3 硬件:X86 描述:Ip变更后按照官网给的方案操作节点https://mp.weixin.qq.com/s/LLp-Nfvz9KmutWBtc1CnuQ,FE 9030 8030端口无法启动,查看日志也没有具体的报错信息,日志如下: 2025-04-27 17:19:31,250 INFO (main|23) [LogUtils.stdout():50] StdoutLogger 2025-04-27 17:19:31,245 Buil...
3.0
0
votes
1
answers
86
views
Prev
Prev
51
52
53
(current)
54
55
Next
Next
Hot Questions
【用户案例】Apache Doris 在菜鸟的大规模业务场景落地实践
1 answers
批量删除分区(删除一个范围内的分区)
使用 JOB 定时执行 INSERT INTO SELECT 报错 Execute timeout
禁止在唯一表上使用时间序列压缩策略原因
doris 3.0.3 使用multi_match_any字符串搜索函数偶发性报错
doris2.1.7版本遇到show tablet tablet_id为空?