Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
yugunsung
113
•
asked Dec 16, 2024
15并发导致查询超时问题
版本:2.0.12 15左右的并发导致doris查询超时(12:35分查询超时,超时时间设置为5秒),资源比较充足,cpu使用率不到40%。平常执行1.3秒左右。有什么办法可以解决吗? CPU使用率 内存使用率
2.0
0
votes
1
answers
86
views
mmmm
7
•
asked Dec 15, 2024
kettle sql 脚本组件,执行delete 报错
kettle 的 sql 脚本组件,执行 delete语句时候,报错 errCode = 2, detailMessage = Forward master command is not supported for prepare statement 如何处理?
3.0
0
votes
1
answers
27
views
luo985
1
•
asked Dec 15, 2024
_rq is full, capacity=4096
通过http方式(StreamLoad)实时导入在线日志数据到doris,不定时出现导入很慢(持续几十秒)。这段时间对应的be节点/metrics接口也没反应。 be的WARNING日志中有持续出现 task_group_inl.h:91] _rq is full, capacity=4096 错误,不确定有没有关联关系。 doris版本:2.1.6
2.1
0
votes
1
answers
57
views
cosion
11
•
asked Dec 13, 2024
查看权限问题
使用show all grants; 查询用户的权限,在2.1版本中,不同的小版本中有着不同的表结构。如下: 2.1.0版本 | UserIdentity | Password | Roles | GlobalPrivs | CatalogPrivs | DatabasePrivs | TablePrivs | ColPrivs | ResourcePrivs | WorkloadGroupPrivs | 2.1.7版本 | UserIdentity | Comment | ...
2.1
0
votes
2
answers
36
views
shifang
7
•
asked Dec 13, 2024
doris 通过 iceberg 的hadoop catalog 读取数据时,数据文件路径错误
doris 版本3.0.3 doris 通过 iceberg 的hadoop catalog 读取iceberg 数据时,hdfs 文件路径拼接错误 在doris 3.0.2 版本这个功能是正常的
3.0
0
votes
1
answers
51
views
endlesscyl
58
•
asked Dec 13, 2024
2.1.6 FE JVM内存问题以及外表读取S3文件Fail to do Snappy decompress问题
当前版本:2.1.6 存在问题: 1、FE JVM内存会在元数据在cache大量file文件时候被打爆 2、在hive外表【数据存储S3,snappy压缩,parquet文件】查询时候,会出现Fail to do Snappy decompress问题,相关文件通过spark读取是没问题的。 上述问题有没有修复,有修复的话麻烦贴一下PR链接;没修复的话,有没有相关解决方案!
2.1
catalog
cluster
0
votes
1
answers
32
views
Z.Lee
1
•
asked Dec 13, 2024
Doris 2.1.2 colocation join 报E-3113
doris 版本是2.1.2 sql语句是 一个 with 子句模式是 select 所有列 from table1 (一堆条件)和另外一个表进行left join 连接类型是colocation join 两个表都是分区表 每个表参与运算的都有90个分区。测试中with子句的结果集是空 fe 报错 024-12-12 09:29:32,812 WARN (thrift-server-pool-3629|2349029) [Coordinator.updateFragment...
2.1
query
0
votes
2
answers
32
views
____
11
•
asked Dec 12, 2024
审计日志保留时长没有生效
doris-2.1.5 fe.conf 中配置 audit_log_delete_age = 7d,但是日志文件一直没有删除 另一个问题:GC日志怎么缩短保留时长 目前仅fe.log和fe.warn.log日志的保留时间是正常的
2.1
0
votes
1
answers
40
views
danvid
5
•
asked Dec 12, 2024
insert select MySQL与直接select 耗时有差异
如题 单跑下面的 select 语句只需要几十毫秒,但是select insert 确要几秒,实际上insert的数据并不多只有几十条 {code...} 上图是selectinsert 扫描行数,与 a b 表总行数一致, 上图是单select 的扫描行数,与过滤后的行数一致,感觉没有把过滤数据进行下推
2.0
0
votes
2
answers
61
views
今晚打老虎
13
•
asked Dec 12, 2024
doris2.1.0的flink连接器一直写不进数据
org.apache.doris flink-doris-connector-1.18 1.6.0 使用上述连接器,用flink从kafka读取数据并写入doris {code...}
2.1
0
votes
1
answers
72
views
Prev
Prev
90
91
92
(current)
93
94
Next
Next
Hot Questions
【直播预告】6/19 本周四「可观测性能力」生态专场,欢迎预约观看!
1 answers
RECOVER权限管控
2 answers
doris2.1.9版本视图权限问题
Doris 2.1.9 be.out文件体积异常大 100G-200G
数据副本均衡问题
如图中所示,我1fe 2be,测试2000万行0.2G数据,导出文件不会分散在多个节点上,enable_parallel_outfile也开了,是有什么条件吗?