Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
leizhuo
5
•
asked Oct 7, 2024
Doris Web UI查询执行失败
执行失败: Internal Error Task java.util.concurrent.FutureTask@56f80d31[Not completed, task = org.apache.doris.httpv2.util.StatementSubmitter$Worker@4b9ed0e8] rejected from SQL submitter java.util.concurrent.ThreadPoolExecutor@70fb9ef3[Running, ...
2.1
0
votes
1
answers
50
views
sennnn
3
•
asked Oct 6, 2024
插入数据一直提示“index out of bounds. 4466 is not between valid values of 1 and 4464”
【问题】:通过华为云cdm组件将hudi数据写入doris中一直报错,报错信息为index out of bounds. 4466 is not between valid values of 1 and 4464,但是查看了写入的字段数量是对上没问题的,值得一提的是将插入字段数控制在十个以下,则可正常写入数据 【doris版本】:2.1.5 【报错截图】: 【CDM作业消息体】: { "service_transaction_id": null, "...
2.1
0
votes
2
answers
79
views
leach
5
•
asked Oct 5, 2024
分片数量不均匀,导致节点资源耗尽
新增节点后,节点资源比较空余,实际干活还是其他两个be,分片数量不均,其他两个机器始终资源拉满,新增机器资源空闲 这里说的资源是内存
2.1
0
votes
1
answers
42
views
meng
17
•
asked Sep 30, 2024
请教:看到stream load 可以进行数据转 换麻烦大家伙帮我看看我写的有啥问题吗
curl --location-trusted -u root:abc123!@# -H "label:134" -H "Expect:100-continue" -H "format:json" -H "strip_outer_array:true" -H "jsonpaths:["$.score1", "$.name", "$.create_date"]...
3.0
0
votes
1
answers
32
views
liuyz
7
•
asked Sep 30, 2024
2.0.10版本,手动下线一个BE后,删除语句超级慢
3FE 3BE 混合部署在3台服务器上,手动下线一个BE进行高可用测试。发现delete 语句会变得超级慢
2.0
0
votes
1
answers
24
views
z404289981
21
•
asked Sep 30, 2024
doris的streamload支持bitmap_from_array函数吗
使用stream load导入时指定bitmap from array函数报错"Message": "[ANALYSIS_ERROR]TStatus: errCode = 2, detailMessage = Does not support non-builtin functions, or function does not exist: bitmap_from_array(<slot 27>)", 请问下stream load...
2.1
0
votes
1
answers
20
views
zzzz
11
•
asked Sep 29, 2024
主键模型部分列更新的场景,怎么保证insert数据在update数据之前?
flink程序通过stream load csv格式导入到doris, 那么既要接收insert语句,也需要实现部分列的update(添加header参数columns以及partial_columns=true),问题如下: 1.insert和update,既然header参数不一样,那么用到的DorisSink就不一样;那么就不可能用一条流写入到DorisSink; 2.那么insert数据一条流,update数据一条流,假如insert数据量大,插入时间长,而updat...
2.1
0
votes
1
answers
88
views
是尘风呢
3
•
asked Sep 29, 2024
通过 Java 程序调用 stream load 导入数据,在一批次数据量较大时,可能会报错 Broken Pipe
版本:doris-3.0.1 2pc:开启 写入差不多4000万时就报错,报错内容如下: {code...}
3.0
0
votes
1
answers
126
views
ZheWang
3
•
asked Sep 29, 2024
是否能提供ARMv8(2.0.13)版本的prebuild的thirdpary包
如题,自己编译总是会遇到librdkafka的链接问题。
2.0
0
votes
1
answers
13
views
badrecover
15
•
asked Sep 29, 2024
jdbc catalog greenplum6,time字段下午时间无法正常用cast来转换,也无法用time_to_sec来转换,返回null
现象见下图: 问题:create_time值为上午时段的时候能正常转换成秒或doris的time;当时段为下午时,返回值就为null create_time的时间为上午早点的时候,能正常转换 doris版本:为2.1.5 源表的结构: create catalog: {code...}
2.1
0
votes
1
answers
60
views
Prev
Prev
165
166
167
(current)
168
169
Next
Next
Hot Questions
【直播预告】7/3「可观测性能力」人工智能与大模型专场,欢迎预约观看!
1 answers
stream load 的返回值字段解释,Doris2.1.8版本,receiveDataTimeMs是什么意思
2 answers
insert into 后,查询有时候查不到数据
表副本问题,突然有一个表访问报错
1 answers
查询一张Aggregate模型的表,每次执行的结果都不一致
1 answers
基表是日期分区,如何创建月分区增量物化视图