Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
new-bug
9
•
asked Apr 28, 2024
创建一个自增列 失败
按照官网处理的但是创建失败了 直接执行官网的例子也不行
1.2
0
votes
1
answers
62
views
Neal_Zzzz
17
•
asked Apr 28, 2024
【已解决】LOAD DATA LOCAL报错
语句: LOAD DATA LOCAL INFILE '/data1/data/xxx.csv' INTO TABLE xxx PROPERTIES ('exec_mem_limit'='3221225472', 'timeout'='3600'); csv条数:25499152 版本:selectdb-2.0.8 报错内容: execute sql error: errCode = 2, det...
2.0
0
votes
1
answers
83
views
aa
10
•
asked Apr 28, 2024
别名函数持久化问题
{code...} 别名函数创建完成后, 只能在Master节点使用, 非Master节点会抛空指针异常。且Master节点重启后,再使用该别名函数也会抛空指针异常。 感觉应该是别名函数的持久化有问题。 函数的创建语句如上。doris版本2.0.2
2.0
0
votes
2
answers
83
views
某某某某
54
•
asked Apr 28, 2024
【已解决】使用jdbc连接 arrow flight 端口报错
抛出异常 cfjd.org.apache.arrow.flight.FlightRuntimeException: UNAVAILABLE: io exception
2.1
0
votes
2
answers
236
views
zhangdongkun
3
•
asked Apr 28, 2024
【已解决】客户端查询引起 flink 同步 doris 异常
一个与 flink 同步无关的查询(navicat 中执行的)引起了 flink 同步错误, 查询语句如下: {code...}
ingestion
0
votes
1
answers
74
views
tset
1
•
asked Apr 28, 2024
【已记录】Doris 2.1.0使用json_set出错
错误信息 QL 错误 [1105] [HY000]: errCode = 2, detailMessage = (172.18.36.153)[INTERNAL_ERROR]Function json_set get failed, expr is VectorizedFnCall[json_set](arguments=txt, String, String, String,return=Nullable(String)) and return type is Nullab...
2.1
0
votes
2
answers
103
views
CYOSEI
35
•
asked Apr 27, 2024
【已解决】希望 Doris 考虑增加 Json_table 函数的支持
目前 Mysql 8.0 可以支持Json_table函数, 方便将 Json 转为一张表的形式进行查阅, 希望Doris能够提供该函数,便于增强对Json数组类型的功能支持。 参考实现: [https://dev.mysql.com/doc/refman/8.0/en/json-table-functions.html]
demand
0
votes
1
answers
126
views
Stone
3
•
asked Apr 27, 2024
【已解决】如何获取语句执行完成返回的JSON结果
insert into select 语句 与 delete 语句执行完成后都有执行状态,如何获取呢? 如下 {'label':'delete_e7830c72-eb14-4cb9-bbb6-eebd4511d251', 'status':'COMMITTED', 'txnId':'4005', 'err':'delete job is committed ...
1.2
0
votes
1
answers
30
views
沐雪的爱
9
•
asked Apr 26, 2024
【已解决】jdk换成OpenJdk1.8后,be内存占用飙高
我本周做了个调整, 将jdk1.8.0_351换成 OpenJDK8U-jdk_x64_linux_hotspot_8u412b08 ,以前一直没有爆be内存彪高,本周已爆2次了,而且内存一直没有被回收,只能重启服务器。 日志如下: consumption 201.84 MB, backend 10.166.1.137 process memory used 7.91 GB exceed limit 11.50 GB or sys available memory 1.42 ...
cluster
0
votes
1
answers
231
views
iceriver
3
•
asked Apr 26, 2024
加列errCode = 2, detailMessage = schema change tasks failed on same tablet reach threshold [[ALTER]
Version : doris-2.0.3-rc06 BuildInfo : VM-16-12-centos 执行alter add column 《ALTER TABLE mytableName ADD column F varchar(100) NULL COMMENT 'F' after REQ_TYPE;》, 显示执行成功,但表结构未更改 执行SHOW ALTER TABLE COLUMN: 查看log: errCode = 2, detailMess...
2.0
0
votes
2
answers
163
views
Prev
Prev
330
331
332
(current)
333
334
Next
Next
Hot Questions
【系列直播预告】Apache Doris 3.1 新版本解读(共 3 期):整体功能介绍、半结构化、湖仓一体
1 answers
doris的be奔溃,版本2.1.7
Doris部署架构推荐
报错: Failed to get scan range, no queryable replica found in tablet
1 answers
求助!x2doris同步经常中断
1 answers
Doris开启了2阶段提交,且事务已经被清理了,如何判断最近一次的ckp对应的事务是否正常提交了