Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
____
21
•
asked Aug 13, 2024
FE 启动失败
FE 无法重启 三个节点都是follower 日志报错: wait catalog to be ready. FE type: UNKNOWN. is ready: false, counter: 61341 FE 版本 doris-2.0.6 priority_betworks 之前就配置好了 如果重新部署FE 数据会不会丢失,最好不是重新部署而是直接修复启动 {code...}
2.0
0
votes
3
answers
194
views
Yangboxiao
47
•
asked Aug 13, 2024
官网案例 doirs X paimon 的 doris 的 docker 服务启动失败。
catalog
0
votes
2
answers
74
views
Alstore
29
•
asked Aug 13, 2024
mysql catalog外表时间函数问题
doris版本:selectdb-doris-2.1.5 mysql 数据库表 时间字段updated 为text类型 doris 查询MySQL表语句如下: 正常时间字段转换没问题, 但是加时间函数条件时 查询不准确 where 条件中涉及 时间字段的数据类型及时区时 date(),date_format(),cast(xx as date) 函数都有问题; CONVERT_TZ() 可以正常使用。
2.1
0
votes
1
answers
90
views
Roger
19
•
asked Aug 13, 2024
decimal精度问题
{code...} 上面这段v1的值是我们想要的结果,但是因为如果c太大时,会出现overflow的错误,所以改成v2的写法,却发现v2的值不一样。 想请问下应该怎么改才能满足v1的值并且不会遇到overflow呢?感谢 可以试试以下数据复现 m = 1550000 c = 100000
2.1
0
votes
3
answers
101
views
bw-chuxin
33
•
asked Aug 13, 2024
自动分区的分区表突然无法写数据
自动分区的分区表突然无法写入数据,数据写入sql如下 {code...}
2.1
0
votes
1
answers
57
views
一一念一一
5
•
asked Aug 13, 2024
ranger接管doris鉴权,show操作效率很低
ranger版本为2.4.0,doris版本为2.1.5,ranger部署后可以接管doris鉴权,但是show操作的效率很低,要很久才能出结果,请问这可能是什么原因导致?
2.1
0
votes
2
answers
176
views
Mr.Yu
3
•
asked Aug 13, 2024
发现新bug
数据库版本:2.1.2 问题描述:select array_max(array(split_by_string("a,b,c",","))); 执行sql导致be节点全部挂掉,怀疑是array_max函数处理嵌套数组触发的bug
2.1
0
votes
1
answers
149
views
anan0120
15
•
asked Aug 13, 2024
新增observer角色失败
Doris版本号:2.1.5 fe:master角色是:192.168.0.206:9010 新增observer角色是:192.168.0.204:9010 操作步骤:ALTER SYSTEM ADD OBSERVER "192.168.0.204:9010" 启动observer:./start_fe.sh --helper 192.168.0.206:9010 --daemon 192.168.0.204上的报错信息如下,然后将master角色也失败退出...
2.1
0
votes
2
answers
101
views
limingxiang
15
•
asked Aug 12, 2024
doris集群be节点跑insert 语句宕机
架构:3台fe+be混合部署 版本:2.0.9 问题:现在跑任务be节点直接宕机,不清楚宕机的问题,求助,急、急、急!
2.0
0
votes
1
answers
79
views
caidui
3
•
asked Aug 12, 2024
jdbc与group_commit的冲突
{code...} 去掉group_commit则可以正常执行
2.1
0
votes
1
answers
65
views
Prev
Prev
308
309
310
(current)
311
312
Next
Next
Hot Questions
Spark Doris Connector 从hive导入doris double类型丢精度怎么解决?
Doris 4.0.4 物化视图异常问题反馈
升级至4.0.4后物化视图查询失败,报错Insert a plan into targetGroup but differ in logicalproperties
1 answers
Doris 4.x 预热
doris3.0.8运行insert into 任务报错send fragments failed. io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED
存算分离下groupcommit是否支持wal写入