Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
gfadweeq
20
•
asked Sep 2, 2024
CREATE EXTERNAL TABLE连接KAFKA
CREATE EXTERNAL TABLE sales_kafka ( order_id BIGINT, product_id INT, quantity INT, timer DATETIME ) ENGINE=KAFKA PROPERTIES ("kafka.bootstrap.servers"="XXXX:9092", "kafka.topic"="T_MD_C", "kafka.key.forma...
3.0
0
votes
1
answers
114
views
搬砖工人
17
•
asked Sep 2, 2024
Doris BE 内存一直频繁变动。也导致查询一直被FULLGC 取消掉
开发环境 Doris 3.0 执行一个简单的查询,select * from xxx limit 1 ; 这个表内容可能会比较大,有存储的文本内容。但是查询总是被FULL GC 取消掉。 查看BE 的内存变动,发现BE 内存总是在频繁的变动,实际上,开发环境上,基本没有人使用。可以理解为,就没有业务。但是为啥内存总是在不停地变化,并且变动还这么大。像是不停的在增长然后GC,又一直重复这个过程 查看be.INFO。 发现像是又什么任务在一直执行。但是没有成功。请问这是在干啥呀,...
3.0
0
votes
2
answers
148
views
zhangming
3
•
asked Sep 2, 2024
数据导入偶发异常:Un matched cluster token
一、生产环境配置 doris 版本 2.0.4 fe 6台 40核 500G be 7台 40核 500G 二、使用场景: 当我使用csv文件(2GB)导入集群时 {code...} 请问该问题该如何定位与解决呢?
2.0
0
votes
1
answers
86
views
taco
5
•
asked Sep 1, 2024
be 被卡住,无法通过http连接
W20240901 08:10:43.055763 1945 pipeline_x_fragment_context.cpp:143] PipelineXFragmentContext cancel instance: 312a4e6404c540e7-ae1868437a227821 W20240901 08:10:43.055794 1945 pipeline_x_fragment_context.cpp:143] PipelineXFragmentContext can...
2.1
0
votes
2
answers
112
views
changguowei
199
•
asked Aug 30, 2024
【已解决】SQL报错the depth of the expresion tree is too big, make it less than 600
Doris2.1.5版本 SQL的where后面条件表达式很多,SQL报错:the depth of the expresion tree is too big, make it less than 600 应该是参数max_depth_of_expr_tree=600影响 问题 1、表达式树深度是指什么? 2、我应该参照什么去调整? 3、where后面一个and或者一个or深度加1吗?
2.1
1
votes
1
answers
171
views
____
3
•
asked Aug 30, 2024
创建JDBC-catalog,如果密码错误后是否有重试机制,会重试几次?
创建JDBC-catalog,如果密码错误后是否有重试机制,会重试几次?
2.0
0
votes
2
answers
56
views
Echo.Duang
12
•
asked Aug 30, 2024
2.0.8,s3恢复备份报错
版本:doris-2.0.8-d083188cdd 如图。备份成功,恢复备份就报COMMON_ERROR
2.0
backup
0
votes
1
answers
72
views
zbin
13
•
asked Aug 30, 2024
【已解决】写入数据时,报内部错误[INTERNAL_ERROR]couldn't resolve slot descriptor,能帮我看看么
1105 - errCode = 2, detailMessage = (10.240.8.104)[INTERNAL_ERROR]couldn't resolve slot descriptor 4992, desc: tuples: Tuple(id=1064 slots=[Slot(id=7596 type=VARCHAR col=-1, colname=xrcb005_1, nullable=1), Slot(id=7597 type=VARCHAR col=...
ingestion
2.0
0
votes
2
answers
154
views
WGYLP
5
•
asked Aug 30, 2024
【已解决】关于生产环境资源评估问题
请教个问题,假如知道doris预估存储的数据量,根据数据量评估doris所需要的资源,应该怎么去评估呢?有没有什么好方法? 比如数据要总共存储半年需要20TB空间, FE资源评估,3节点8C32G内存500GSSD磁盘(FE500G磁盘是否够用?官网看着FE应该是不需要存储大量数据) BE资源评估: 3节点每个节点需要的磁盘空间,不考虑冗余 20 / 3 * 0.5 * 3 = 10TB。 (共20TB / 节点数 * 压缩比 * 副本数 = 每个节点所需空间) 但是根据上述...
2.1
faq
0
votes
1
answers
302
views
王艳忠
62
•
asked Aug 30, 2024
doris 其中一个be的磁盘Inode 使用率达到了百分之百,
怎么能排查到对应的表 只能一个目录遍历来排查到对应的表吗
2.1
0
votes
1
answers
51
views
Prev
Prev
292
293
294
(current)
295
296
Next
Next
Hot Questions
Doris 4.0.4 物化视图异常问题反馈
doris3.0.8运行insert into 任务报错send fragments failed. io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED
Doris 4.x 预热
升级至4.0.4后物化视图查询失败,报错Insert a plan into targetGroup but differ in logicalproperties
存算分离下groupcommit是否支持wal写入
doris-manager CVE-2025-4123漏洞
1 answers