Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
haoxk
11
•
asked Apr 16, 2024
【已解决】failed to do base compaction
在2.1.1版本中,be后台一直报内存超限。 W20240416 19:27:29.919912 580810 compaction.cpp:374] fail to do base compaction. res=[MEM_LIMIT_EXCEEDED]PreCatch error code:11, [E11] Allocator sys memory check failed: Cannot alloc:3515, consuming tracker:BaseCompac...
2.1
0
votes
1
answers
209
views
Kevin.Shin
19
•
asked Apr 16, 2024
【已解决】decimal(18,0) 类型字段,转字符串的时候会加上 .00000的文本
Doris 1.2.7 升级到 Doris 2.0.8 发现与以前行为不一致的地方: decimal(18,0) 类型字段,转字符串的时候会加上 .00000的文本 使用concat函数也会加上.00000的文本
2.0
0
votes
2
answers
69
views
yang
5
•
asked Apr 16, 2024
【已解决】数据自动均衡时,提示unable to find dest path for new replica
版本2.0.3,为了做资源隔离,按照官方文档操作,用了一个be,设置了 "tag.location" = "etl" 原来的表属性从 {code...} 开启自动均衡之后,通过show proc "/cluster_balance/history_tablets" 查看已完成的任务,发现一直报 unable to find dest path for new replica,网上资料甚少,请问是哪个地方漏了配置吗,还是同一个表不...
resource-admin
2.0
0
votes
1
answers
207
views
jency401
35
•
asked Apr 16, 2024
【已解决】doris-1.2.2自定义别名函数创建 Not supported expr type: ((`id` + 5) * 0.04)
比如想创建 一个 (a+5)*0.004的一个计算函数。 命令如下: CREATE ALIAS FUNCTION fun_gridx(decimalv3) WITH PARAMETER(id) AS ((id+5)*0.04); sql手册中create function实列: CREATE ALIAS FUNCTION id_masking(INT) WITH PARAMETER(id) AS CONCAT(LEFT(id, 3), '****', RIGH...
1.2
0
votes
2
answers
110
views
wlllll
3
•
asked Apr 16, 2024
【已解决】字段值相乘精度丢失问题
如图,使用表字段进行计算时精度会丢失,在 2.1.1和2.1.2 版本都遇到了 字段类型是 DECIMAL(38, 12) NULL
2.1
0
votes
2
answers
120
views
yang
5
•
asked Apr 16, 2024
【已解决】doris2.0.3版本,执行了加索引的操作,后面取消了,查看show alter table column显示已取消,但加索引后提示table state is not NORMAL
添加索引提示: 取消变更任务提示: 查看变更状态: 这种怎么找出变更的任务并且取消?
2.0
0
votes
1
answers
100
views
tlzmkm
17
•
asked Apr 16, 2024
【已解决】Doris 日志审计插件,能不能调整stmt 截取SQL的长短
对于fineBI 自动生成的SQL, 前面的字段太多, 导致我根本不知道他查询是哪一张表,能不能有一个参数来控制 log 中的stmt SQL的长度
2.1
0
votes
1
answers
123
views
typuc
17
•
asked Apr 16, 2024
【已记录】fe.log 日志 analysis exception happened when parsing stmt OriginStatement
doris从1.2.7升级到2.0.7后,fe有这种异常日志,这个语句不是业务代码产生的。 2024-04-16 14:58:36,197 INFO (Analysis Job Executor-0|535) [StmtExecutor.parseByLegacy():1078] analysis exception happened when parsing stmt OriginStatement{originStmt='SELECT SUBSTRING(CAST...
2.0
0
votes
1
answers
84
views
rcqjl
3
•
asked Apr 16, 2024
【已解决】doris select hive表报错,desc表没有问题
2024-04-16 02:22:35,572 WARN (mysql-nio-pool-4|355) [StmtExecutor.executeByLegacy():776] execute Exception. stmt[138, b3f64e5f1ca6406a-b8976fc01a31d7ee] org.apache.doris.common.UserException: errCode = 2, detailMessage = get file split fail...
query
2.0
0
votes
2
answers
123
views
陶芃宇
7
•
asked Apr 16, 2024
【已解决】doris2.0大查询因为内存限制 cancel掉了,该版本没有落盘策略,有没有其他办法解决
错误信息: errCode = 2, detailMessage = (xx.xxx.x.xxx)[MEM_LIMIT_EXCEEDED]PreCatch error code:11, [E11] Allocator sys memory check failed: Cannot alloc:4096, consuming tracker:<Load#Id=6ab27677edf94fd5-81d97594a5ae16a7>, peak used 55763394...
2.0
0
votes
2
answers
529
views
Prev
Prev
410
411
412
(current)
413
414
Next
Next
Hot Questions
doris同连接的元数据获取不到字段
Spark Doris Connector 从hive导入doris double类型丢精度怎么解决?
1 answers
doris任务跑批失败,请问这个失败原因是什么?有什么好的解决方法吗?
1 answers
Doris Manager支持降级吗
1 answers
arm版本部署doris4.0版本,提示No valid foundationdb package found in /data/doris-manager-downloads/doris
1 answers
Group Commit写入原理请教