Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
yky_young
67
•
asked Aug 6, 2024
【已解决】routine-kafka 数据写入数据丢失
2.0.13版本(1.2.7版本不存在此问题) 1.routine消费多partition ,会出现部分offset 数据不消费 2.使用数组方式写入,有异常数据比如null,整个数组内容都会写入失败
2.0
0
votes
4
answers
110
views
gumiho
1
•
asked Aug 6, 2024
Doris2.1.5版本执行SQL时报:The last packet successfully received from the server was 10,009 milliseconds ago
insert into enterprise_atlas.ft_unit_inventor_sort(unit_id,inventor_name,main_ipc_four_code,sort,ipc_patent_num,ipc_inventor_num,is_deleted,process_update_time) select unit_id,k.inventor_name,k.main_ipc_four_code,sort, row_number() over (pa...
2.1
0
votes
1
answers
86
views
yky_young
67
•
asked Aug 6, 2024
【已解决】1.2.7升级2.0.13内存消耗普遍增加10%
1.2.7升级2.0.13内存消耗普遍增加10%,有没有参数可以优化?似乎感觉是没有内存释放
2.0
0
votes
2
answers
127
views
yky_young
67
•
asked Aug 6, 2024
【已解决】publish_version过多引起数据计算错误
1.2.7版本-》2.0.13 publish_version 过多,导致下游任务获取不到数据,引起指标计算错误(1.2.7版本无此问题)
2.0
0
votes
2
answers
62
views
zhou
1
•
asked Aug 6, 2024
IPV4格式的字段,在进行多条件查询时,靠后的查询条件丢失。
src_ip为IPV4格式的字段,在执行下面数据时 {code...} 相同的测试用例,在varchar类型的字段下就不存在。
2.1
0
votes
1
answers
25
views
wanxiaohun
41
•
asked Aug 5, 2024
routine load Statistic 字段里面的abortedTaskNum能够查看原因么
doris版本 2.1.3 routine load 的统计信息中有一个 abortedTaskNum,怎么才能知道 这个abroted的原因呢? Statistic: {"receivedBytes":146295162381648,"runningTxns":[33301260,33301263,33301253,33301255],"errorRows":0,"committedTaskNum":34844...
2.1
0
votes
1
answers
32
views
阿渊@SelectDB
8580
•
asked Aug 5, 2024
【最佳实践】Doris 中实现行列转换
行列转换在做报表分析时还是经常会遇到的,今天就说一下如何实现行列转换吧。 行列转换就是如下图所示两种展示形式的互相转换行转列我们来看一个简单的例子,我们要把下面第一个表格的数据转换成下边第二个表格的样式 先看看建表语句: {code...} 这样看起来SQL 逻辑就清晰很多,而且在性能上也会比之前 case when 方式好的很多,下面来看看这个执行结果: mysql> select -> userid, -> IFNULL(map['语文'...
content
faq
2
votes
1
answers
732
views
wanxiaohun
41
•
asked Aug 5, 2024
be failed to do single replica compaction
doris 版本 2.1.3 fe 一台 8核 32G be 7台 8核 64G 请问如下问题该如何定位与解决呢 {code...} 通过执行这个命令取消了 enable_single_replica_compaction 功能后错误消失,是开启这个功能需要什么先决条件么?
2.1
0
votes
1
answers
114
views
zhangm365
1
•
asked Aug 5, 2024
clion 调试 doris be 代码
一、centos 上使用 ldb_toolchain 编译完成 master 源码,可以通过 output 中编译生成的可执行文件启动 fe/be 服务。 二、使用 clion 调试 be 代码报错: 远程打开服务器上的整个 doris 项目代码; 配置 toolchains: 可以识别到 clang 编译器。 配置 cmake: CMake options 配置项的具体参数: {code...} 运行报错: 我猜测是 hdfs 访问的配置问题。
3.0
0
votes
3
answers
152
views
wanxiaohun
41
•
asked Aug 5, 2024
be报错 could not find related rowset for tablet
doris 版本 2.1.3 fe 一台 8核 32G be 7台 8核 64G {code...}
2.1
0
votes
1
answers
96
views
Prev
Prev
273
274
275
(current)
276
277
Next
Next
Hot Questions
doris 2.1.8 如何安装在申威的sw64架构上?
Doirs 2.1.10 报错请求的转换无效
doris版本为2.1.10查询报错,更新前2.1.7版本的查询没有问题,请问该怎么解决
有偿解决问题!doris查询性能提升
1 answers
Doris2.1.10使用catalog连接paimon,新增数据看不到,必须手动refresh CATALOG才能看得到
如何降低doris远程存储的访问频率