Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
erdong
11
•
asked Apr 2
flink 多job checkpoint超时,doirs abort transation
集群中有20+个flink作业写doris,每个作业写1~20个doris表,全部关闭了2pc,在某个时间点发生了几个作业checkpoint超时 每个作业的checkpoint状态都不大,在超时前和重启后都正常耗时很短 checkpoint间隔基本都为一分钟,10分钟超时 观察BE的资源 cpu,memory,io都不是特别高 每次写入的数据也不是特别多 在BE日志中看到checkpoint超时时,很多abort transaction: TransactionState,...
2.1
ingestion
0
votes
1
answers
41
views
cai
3
•
asked Apr 1
升级后视图查询速度变慢
有2张数据类似的表,为方便查询建了一个视图(union all)。一个计算同住的SQL,在原2.1的时候速度在1-2s。后来升级到4.0后查询需要6-10s。 为了测试结果准确,关闭了缓存。 -- 当前会话禁用查询结果缓存 SET enable_query_cache = false; -- 或者禁用 SQL 缓存 SET enable_sql_cache = false; 原视图查询:7.71s。 如果对单个表查询,查询速度在1.16s。2张表加起来也不超过3s。enabl...
4.0
0
votes
1
answers
53
views
cai
3
•
asked Apr 1
日志一直在报parse date or datetime fail
是从2.1->3.0->3.1->4.04的升级路线走的。 看FE日志不停的报parse date or datetime fail,string:'0000-00-00 00:00:00' failed to initialize storage reader,tablet=10961。 已定位到sql: select * from __internal_schema.column_statistics where id='1094...
4.0
0
votes
3
answers
109
views
Yz1988
9
•
asked Mar 31
doris-manager webserver启动问题
重启doris-manager webserver,后台进程起来了,但是8004端口一直没出来。页面也登录不上去。启动日志如下
manager
0
votes
1
answers
44
views
shenxiang
11
•
asked Mar 30
使用StreamLoad向Doris-4.0.1版本的聚合表导数据超时问题
最近将Doris环境的版本从2.1.5升级到4.0.1,升级后验证功能是否都正常时发现使用streamload方式向一张聚合表批量导入数据时会超时ReadTimeOut, 表结构如下 CREATE TABLE instantaneous ( interval bigint NOT NULL, org_id varchar(32) NULL DEFAULT "", device_code varchar(64) NULL, point_name varchar(...
ingestion
faq
upgrade
0
votes
2
answers
67
views
pengpeng
1
•
asked Mar 30
Doris从2.1.6迭代升级到3.1.2后故障问题
春节前有一天,FE的磁盘满了,没有及时清理,后续清理磁盘后,通过--metadata_failure_recovery命令,修复元数据并启动主节点后,重启从节点发现FOLLOWER无法接入主节点,一启动从节点就会导致主节点宕机,报出是BDB异常,查了说是3.x之后BDB保护机制导致的,避免BDB数据错乱; 后续问AI,尝试执行 ALTER SYSTEM DROP FOLLOWER "10.0.30.216:9010";删除FOLLOWER后 重新执行ALTER...
3.0
cluster
upgrade
0
votes
1
answers
47
views
asx
1
•
asked Mar 30
fe报错:write lock timeout
doris2.1.4版本,运行一段时间后就出现这个报错: failed to cancel query xxxx instance initiated=true done=false backend:79493,fragment id=Foo,reason:without status failed to try table 表名's write lock,timeout 10000 milliseconds,current owner:null org.apache...
2.1
0
votes
1
answers
26
views
seawenc
15
•
asked Mar 30
doris4向hive库insert overwrite会卡住
doris版本:doris-4.0.2-rc02 hive版本:3.1.3 运行SQL: {code...}
4.0
0
votes
2
answers
54
views
chunqiu
1
•
asked Mar 28
Doris BE节点启动后60秒自动重启
Doris有四个节点 fe、be0、be1、be2,三个be节点在启动60秒之后,就会自动重启,查看be.out日志,排除OOM、内存不足、防火墙等影响,fe日志中出现socket is closed by peer。求分析三个BE节点重启的原因是什么,应该怎么解决。
2.1
0
votes
1
answers
47
views
CYOSEI
35
•
asked Mar 28
Power BI 连接器链接Doris导入数据 ,会话大概在2000秒左右就会被终止
当前使用的power bi 链接器链接doris power bi 连接器是使用论坛提供的doris 连接器 doris 版本 3.1.3 该doris连接器使用的是导入模式, 能够正常读取到数据库表结构,加载较少量的数据, 但是如果是加载一张数据量较大的表,哪怕给用户设置了query_timeout = 10000s,依然会存在会话中断导致数据导入失败的情况, 导入失败的时候该连接器还是在power bi 前面正常运行,不会抛出有任何报错, 查询审计后台的日志发现该会话已经...
3.0
ingestion
demand
0
votes
1
answers
17
views
Prev
Prev
10
11
12
(current)
13
14
Next
Next
Hot Questions
manager升级到26.0.0版本后,studio跳转失败
Github上,为什么release 3.1.4 rc版本后,没有3.1.4的正式版本呢?生产环境上是用3.1.4版本稳定吗?还是说用4.0.5版本?我看4.0.5没有rc版本
求助一个selectdb-doris-3.*-noavx2的 Enterprise Core安装包
1 answers
分区表查询延迟
doris 数据与服务迁移,希望提供多种迁移方案
1 answers
CCR 上游Doris fe master 切换,导致 fullsync
1 answers