Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
椰子Echo@SelectDB
1111
•
asked Nov 24, 2025
【资料获取】AI- Native 系列直播,聚焦 AI 函数、混合检索、实践落地等
11 月 27 日(周四) 19:30-20:30,飞轮科技资深技术专家、Apache Doris PMC 成员李昊鹏、Apache Doris Active Contributor 林真祺将带来 Apache Doris 4.0 版本原生 AI 函数的设计理念、实现原理 以及企业级应用的解读,为用户提供更强大、更易用的智能数据分析体验。 资料获取: [https://www.selectdb.com/resources/events/doris-webinar-202511...
community
4.0
0
votes
0
answers
244
views
椰子Echo@SelectDB
1111
•
asked Mar 13, 2024
【最新:大数据工程师】Apache Doris 社区招聘信息汇总,长期有效,建议收藏
小伙伴们好,Apache Doris 在深受社区用户喜爱与信任的同时,也收到了一些有关大数据、数据仓库、计算引擎研发等技术岗位招聘与求职需求,特此帮转,欢迎关注~ 岗位信息帮转可联系 Doris 小助手,微信号:ApacheDoris_Official(添加好友请备注来意) 本帖长期有效,如需转发,请按下方格式说明,谢谢! 【招聘】/【求职】 岗位名称: 工作地点: 工作经验/年限: 学历要求: 工作职责: 任职要求(招聘方填写): 联系方式:
community
ask
5
votes
22
answers
8765
views
wangcool
13
•
asked 12h ago
doris 3.1.4 fe是否内存泄露问题(glm分析)
Doris FE OOM Heap Dump 分析报告 一、宕机概况 项目 详情 FE版本 Doris 3.1.4 JVM配置 -Xmx32768m -Xms32768m(32GB堆) Java版本 OpenJDK 17.0.12 宕机时间 2026-08-17 ~10:54 FE启动时间 2026-08-03 16:05(运行约14天) 宕机原因 java.lang.OutOfMemoryError: Java heap space Heap Dump 30.46GB,54...
memory
0
votes
1
answers
37
views
wangcool
13
•
asked 13h ago
Doris 3.1.4 fe节点内存泄露(kimi分析)
Doris FE OOM Heap Dump 分析报告 项目 内容 集群节点 FE 172.4.8.10(MASTER) Doris 版本 doris-3.1.4-rc02 JDK 17.0.12(崩溃时)/ 17.0.17(现网) 事故时间 2026-08-17 10:55:29 (+08:00) OOM,进程被 OnOutOfMemoryError=kill -9 杀死 堆配置 崩溃时 -Xmx32768m,重启后调整为 -Xmx49152m Dump 文件 /data0...
memory
0
votes
1
answers
24
views
wangcool
13
•
asked 13h ago
Doris 3.1.4 meta_delay_toleration_second 参数设置
在doris3.1.4的默认配置文件中,meta_delay_toleration_second =10,但是官网默认参数时300S。目前生产参数设置10S后,fe editlog 经常延时>10s,造成无法提供服务。请问下meta_delay_toleration_second 建议设置为多大?
install
0
votes
1
answers
24
views
Da Wan
27
•
asked 17h ago
variant类型的a字段本来存放的是json,update b字段时,a字段变成了错误的json字符串,转json失败
Version 4.0.7,遇到问题的场景如下: 现有个表结构如下: {code...} 问了AI给的结论是:Doris 的 UPDATE 不是原地更新,而是整行重写(读旧行 → 计算新行 → 删旧行 → 插新行),问题就出在读回再写回这个环节:variant 列原本存的是 JSON 数组(variant array),在整行重写时它的值被序列化成了 JSON 文本字符串 "[{...}]",写回时 variant 列把这段文本当成**字符串值(variant...
partial-update
0
votes
1
answers
26
views
gy
1
•
asked Aug 25
flink cdc 和 doris 自带的cdc写入都很慢
大佬,帮忙分析一下,4.1.3版本单节点be和fe合并部署 写入耗时和cpu使用率,cpu只使用了单核100,其他核没用,写入耗时8000条要40多秒: 火焰图:
4.1
0
votes
1
answers
22
views
paul
1
•
asked Aug 24
欣旺达动力科技招聘-资深Doris运维专家
岗位职责 1、负责多基地Apache Doris集群架构规划、部署升级、全生命周期运维,搭建完整可观测体系,完成故障根因分析,保障PB级数仓7*24高可用。 2、基于Doris底座主导流批一体架构落地,结合Flink‑CDC、Paimon构建海量实时数据链路,解决高并发写入、数据实时更新等性能问题,保障数据低延迟与强一致性。 3、持续开展Doris性能调优,优化SQL、索引、集群参数,沉淀运维规范与故障案例,赋能内部数据团队,支撑锂电制造、经营管理实时分析业务。 任职要求 1...
demand
0
votes
0
answers
23
views
liust
1
•
asked Aug 24
doris3.1.4查询报错The specified scan snapshotId 97906 is out of available snapshotId range [1, 1]
在用Doris查询的时候会报这个错,但是重启BE后就能够正常查询
3.0
0
votes
1
answers
16
views
daoxiwu
1
•
asked Aug 24
doris4.1.3配置MYSQL Streaming Job 报错
按照官方同步教程创建MYSQL自动建表同步时报错 CREATE JOB mysql_db_sync ON STREAMING FROM MYSQL ( "user" = "root", "password" = "aXRvc2Rldgo111111", "jdbc_url" = "jdbc:mysql://10.231.229.120:3306", "driver_url&...
ingestion
0
votes
1
answers
18
views
1
(current)
2
3
4
5
Next
Next
Hot Questions
doris 3.1.4 fe是否内存泄露问题(glm分析)
1 answers
Doris 3.1.4 fe节点内存泄露(kimi分析)
1 answers
Doris 3.1.4 meta_delay_toleration_second 参数设置
1 answers
variant类型的a字段本来存放的是json,update b字段时,a字段变成了错误的json字符串,转json失败
1 answers
flink cdc 和 doris 自带的cdc写入都很慢
1 answers
欣旺达动力科技招聘-资深Doris运维专家