Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
____
5
•
asked Apr 11, 2024
【已解决】helm 安装 2.1.1 创建物化视图报错
使用官方文档上的 demo 创建物化视图报错https://doris.apache.org/zh-CN/docs/query-acceleration/async-materialized-view/#%E6%B3%A8%E6%84%8F%E4%BA%8B%E9%A1%B9CREATE MATERIALIZED VIEW mv1 BUILD DEFERRED REFRESH AUTO ON MANUAL partition by(l_shipdate) DISTRIBUTE...
mtmv
0
votes
1
answers
214
views
xuweijun
25
•
asked Apr 11, 2024
【已解决】通过 nginx 转发到 fe 的 9030 端口出现报错: [MysqlChannel.fetchOnePacket():276] receive packet sequence id[88] want to get[1]
问题描述: 1、直接链接fe 的9030 端口是可以成功,但是通过nginx 转发到 fe的9030 ,应用就无法链接 这个是直接telent fe 的端口,正常的 这个是telnet nginx 的端口,不正常 nginx 的配置 fe 的warn 日志 2024-04-11 16:37:57,007 WARN (mysql-nio-pool-0|168) [MysqlChannel.fetchOnePacket():276] receive packet sequence...
cluster
2.0
0
votes
2
answers
164
views
许鸿坤@Cisco
21
•
asked Apr 11, 2024
【已解决】Variant导致Be结点一直重启,如何调优?
我们有8台be, 每台机器都是32核 100G,只有一张表,加入了一个很宽很深的json,导致所有be一直在重启。 如何微调?使用variant有哪些注意事项?
2.1
0
votes
3
answers
88
views
bin4121
13
•
asked Apr 11, 2024
【已解决】一个profile,希望可以分析一下性能瓶颈与相应的优化
doris版本1.1.3 其中的一个instance: {code...}
performance
1.2
0
votes
2
answers
216
views
zckoon
5
•
asked Apr 11, 2024
【已解决】Doris 的元数据内存占用如何估算
doris的元数据是在内存中的,那么能根据表分区分桶数据量等信息,估算出大概占据的内存是多少吗
2.1
0
votes
1
answers
169
views
松鼠找不到松果
13
•
asked Apr 11, 2024
【已解决】Go程序 使用mysql包 连接Doris报错
go语言 代码中通过调database/sql包和mysql的驱动github.com/go-sql-driver/mysql,去访问Doris失败 ------ ---- 但我连接mysql是正常的,请问是二者的协议是不兼容吗。
2.1
0
votes
2
answers
82
views
一纸繁荒
13
•
asked Apr 11, 2024
2.0.7版本使用Stream Load 在后台持续的导入数据。fe 断性输出告警日志
2.0
0
votes
1
answers
37
views
jency401
15
•
asked Apr 11, 2024
doris-1.2.2,select into outfile时会往be节点写core开头的文件,造成根目录爆满。
这个路径有办法指定参数修改或者禁止生成吗?是在be.conf中添加吗?
1.2
0
votes
2
answers
47
views
刘旭
1
•
asked Apr 11, 2024
【已记录】使用flinksql读取doris时,报内存泄漏
运行环境 组件 版本号 Doris 2.1.1 Flink 1.8.0 flink-doris-connector-1.18 1.6.0 flinksql {code...}
2.1
0
votes
1
answers
88
views
yang delu
3
•
asked Apr 10, 2024
【已解决】请教各位吴彦祖,调度任务时经常保持 communications link failure 怎么解决?
1.2
0
votes
1
answers
50
views
Prev
Prev
350
351
352
(current)
353
354
Next
Next
Hot Questions
【系列直播预告】Apache Doris 3.1 新版本解读(共 3 期):整体功能介绍、半结构化、湖仓一体
1 answers
a broken disk is found /be/storage 如何解决
1 answers
doris manager能否升级springboot版本
1 answers
doris的be奔溃,版本2.1.7
1 answers
Doris部署架构推荐
1 answers
Doris开启了2阶段提交,且事务已经被清理了,如何判断最近一次的ckp对应的事务是否正常提交了