Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
xiaofan2012
3
•
asked Nov 13, 2024
union表模型修改成mow类型后设置倒排索引后发现内存Orphan一直不释放
,union表模型修改成mow类型后设置倒排索引后发现内存Orphan一直不释放重启后还是最少在3-4G左右,峰值在8G-9G左右不会再下降了。通过页面显示的InvertedIndexSearcherCache、IOBufBlockMemory和总的Orphan值对不上。 [https://doris.apache.org/zh-CN/docs/2.0/admin-manual/memory-management/memory-tracker#global-type-mem_...
2.0
0
votes
1
answers
63
views
changguowei
199
•
asked Nov 13, 2024
Doris从2.1.5升级到2.1.7后FE服务的日志中关于JDBC catalog有报错
Doris从2.1.5升级到2.1.7后,fe.warn.log针对JDBC catalog会报如下错误,是doris内部回去统计这些catalog下的库表的统计信息吗?这种情况下应该如何处理?
2.1
upgrade
0
votes
1
answers
104
views
1
•
asked Nov 13, 2024
doris指标采集部分指标不存在,指标数据一直为0
doris_be_meta_request_total指标不存在。 doris_be_max_disk_io_util_percent指标采集数据一直为0
2.1
0
votes
1
answers
55
views
meng
17
•
asked Nov 13, 2024
doris 数据恢复 用delete 删除了 表的 数据 还能恢复么? 在恢复之前没有备份
如题 doris 数据恢复 用delete 删除了 表的 数据 还能恢复么? 在恢复之前没有备份
2.1
0
votes
1
answers
101
views
Jambo
3
•
asked Nov 13, 2024
doris 2.1.6 查询超时异常
1.doris 版本2.1.6,用doris manager部署的,操作系统 centos 7.9 2.3fe+3be 问题描述: 这个集群是最近新部署的,建了一张表insert into 了三条数据,隔一段时间去查询会报错TimeOut be报错日志: I20241113 15:13:40.255936 2120 internal_service.cpp:632] Cancel query e74f23a113d64e44-90553ef5467a1e43, reason:...
2.1
cluster
query
0
votes
2
answers
166
views
tumg
5
•
asked Nov 13, 2024
2.1.7 版本查询hive外表出现 get file split failed for table错误
版本:doris-2.1.7-rc03-443e87e203 原版本:doris-2.1.6-rc04-653e315ba5 升级2.1.7版本后,原来hive外表查询报错:get file split failed for table 回滚2.1.6 版本后,恢复正常使用,fe.warn 如下: get file split failed for table: xxxx java.lang.NullPointerException: null at org.apache.d...
mtmv
2.1
catalog
0
votes
3
answers
154
views
chunqiuwuzhe
3
•
asked Nov 13, 2024
doris-manager-24.1.2,1个FE,3个BE ,其中一个BE和FE在一台主机上,显示BE的Agent启动不成功
同一台主机上,部署了be和fe,启动agent后,be显示失败 其中 10.0.0.6 和 centos6 是同一台主机,但是一个显示ip一个显示hostname,是这个问题吗?但是怎么改呢?页面上不能改10.0.0.6 为centos6, 也没有写be的ip的地方
manager
install
0
votes
1
answers
105
views
doris
2
•
asked Nov 13, 2024
请问有什么方式可以解决这个行列转换问题吗?
如图所示,想要的效果就是对于单个plaza_code如G001Z005Q0052 根据index_num_arr,index_value_arr,这两列进行展开成以下这种一对一的映射形式,目前直接炸裂会有笛卡尔积产,想把M01,M02做成数组,取第一个的时候,带出一个下表值即:M01,1, M02,2,同样153879,1,12,2.然后根据相同的下标进行映射。 |plaza_code | index_num_arr | index_value_arr| |G001Z005Q...
2.0
0
votes
2
answers
98
views
Gavin
3
•
asked Nov 13, 2024
v2.0.2 update操作报错
CREATE TABLE user_back ( user_id int(11) NOT NULL, brand int(11) NULL COMMENT '品牌', user_name varchar(90) NULL ) ENGINE=OLAP UNIQUE KEY(user_id, brand) COMMENT 'OLAP' DISTRIBUTED BY HASH(user_id, brand) BUCKETS 3 PROPERTIES ...
storage
2.0
0
votes
1
answers
33
views
songhaifei
5
•
asked Nov 13, 2024
关于不同版本Doris之间备份和恢复的问题
低版本doris的备份,可以恢复到高版本吗? 比如1.2.x 的备份文件,恢复到2.0.x 或者 2.1.x 。
1.2
backup
0
votes
1
answers
94
views
Prev
Prev
221
222
223
(current)
224
225
Next
Next
Hot Questions
Doris 4.0.4 视图查询
Doris 4.0.5 ArrowFight 问题
能使用ROUTINE LOAD将kafka数据批量同步到doris中吗
1 answers
【倒排索引存储格式】修改表属性里的 inverted_index_storage_format
1 answers
4.0.4 stream load 报错: can not cast from origin type bitmap to target type=varchar(65533)
1 answers
doris 2.1 stream load 使用group commit 有2个报错
1 answers