Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
ROCKY
3
•
asked Sep 2, 2024
docker pull apache/doris:build-env-for-2.0 无法下载,一直报错: connect: connection refused
报错如下: [root@master doris]# docker pull apache/doris:build-env-ldb-toolchain-latest Trying to pull repository docker.io/apache/doris ... build-env-ldb-toolchain-latest: Pulling from docker.io/apache/doris 200d8544077b: Pulling fs layer a3ed9...
2.1
0
votes
1
answers
62
views
文小誉123
15
•
asked Sep 2, 2024
doris-Streamloader设置首行过滤导入存在数据丢失问题
发现csv文件数据量在千万以上,设置过滤首行,会存在数据丢失情况,并且过滤首行也没有生效,发现数据中还是存在首行字段。
2.1
0
votes
1
answers
91
views
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
50
views
Loki
5
•
asked Sep 2, 2024
doris2.1.5内存异常问题
单节点内存异常compaction score可以达到250,其他节点只有50,导致内存表飙高,被系统oom killer杀掉
2.1
0
votes
1
answers
101
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
207
views
炳裔
45
•
asked Sep 2, 2024
【已解决】doris2.1.5及之后版本没法在官网下载了么
2.1
0
votes
1
answers
109
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
138
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
143
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
127
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
135
views
Prev
Prev
308
309
310
(current)
311
312
Next
Next
Hot Questions
DBA岗位招聘
3.1.4 使用ccr 同步数据到4.0.6报错
1 answers
be连续崩溃
单表事务堆积,返现最早一条是因为更新版本时,Tablet 没有任何副本成功写入,导致事务积压,达到上限,无法写入数据,怎么解决
1 answers
FE节点内存溢出
1 answers
flink doris connector整库同步oracle多表数据,会使oracle生成大量归档日志吗,如何解决
1 answers