Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
it123wb
3
•
asked Sep 2, 2024
streamload怎么规避关键字列名
使用streamload在导入本地文件时候,列字段未index 关键字,提示detailMessage = Syntax error in line 1:\nCOLUMNS (index,username,city,age,sex,...\n ^\nEncountered: INDEX\nExpected: INDEX is keyword, maybe INDEX\n",尝试添加 `` 发现仍然不起作用
2.1
2.0
0
votes
1
answers
29
views
Loki
5
•
asked Sep 2, 2024
doris2.1.5内存异常问题
单节点内存异常compaction score可以达到250,其他节点只有50,导致内存表飙高,被系统oom killer杀掉
2.1
0
votes
1
answers
80
views
JeffreyNie
6
•
asked Sep 2, 2024
Version 2.1.5 Failed to try table 表名 write lock. timeout 3000 MILLISECONDS.
想咨询一下,具体什么原因造成,有什么解决方案? 具体报错内容如下: RuntimeLogger 2024-09-02 07:22:38,610 WARN (mysql-nio-pool-219|4837) [ConnectContext.kill():900] kill query from 113.110.215.233:1655, kill mysql connection: true RuntimeLogger 2024-09-02 07:51:08,147 WARN ...
2.1
0
votes
1
answers
173
views
炳裔
45
•
asked Sep 2, 2024
【已解决】doris2.1.5及之后版本没法在官网下载了么
2.1
0
votes
1
answers
96
views
张涛
37
•
asked Sep 2, 2024
mybatis执行删除,出现预编译SQL中占位符为替换情况
doris版本2.1.3 项目使用mybatis连接doris,操作数据增删改,在日志文件中出现部分SQL,占位符的?未被替换为实际的值,直接提交到doris,但有SQL是正常的,未替换的SQL占比较少,日志中报错detailMessage = Only support prepare SelectStmt or NativeInsertStmt 日志如下: 2024-0*-02 。。。335 [query] |Client=10...:43073|User=im_rw|Ct...
2.1
0
votes
2
answers
82
views
张涛
37
•
asked Sep 2, 2024
doris执行select count查询特别慢
doris版本2.1.3 执行select count(*) from table耗时很久,之前查询耗时在3秒左右,总量数据约23亿,当前查询时间需要 456214 ms,多次执行,耗时都特别高,Fe,BE节点资源占用不高,请问有大佬你知道是什么情况吗
2.1
0
votes
2
answers
109
views
张涛
37
•
asked Sep 2, 2024
delete数据报错delete job timeout
doris版本2.1.3 删除数据日志显示异常,执行时间特别慢,报错信息:delete job timeout, timeout(ms):30000, msg:unfinished replicas [BackendId=TabletId]: 10105=2875402, 10105=2875390, 10105=2875406, 10105=2875378, 10105=2875394 出现较多删除报错,执行生气了:DELETE FROM table_t WHERE (pr...
2.1
1
votes
2
answers
90
views
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
98
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
121
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
65
views
Prev
Prev
249
250
251
(current)
252
253
Next
Next
Hot Questions
Doirs 2.1.10 报错请求的转换无效
doris版本为2.1.10查询报错,更新前2.1.7版本的查询没有问题,请问该怎么解决
Doris2.1.10使用catalog连接paimon,新增数据看不到,必须手动refresh CATALOG才能看得到
有偿解决问题!doris查询性能提升
1 answers
Doris 3.1 查询加速
如何降低doris远程存储的访问频率