Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
baijun
15
•
asked Oct 9
请问X2Doris是否有计划支持Clickhouse的迁移
如果有计划,大概什么时候的版本可以支持?
3.0
x2doris
0
votes
1
answers
29
views
kaijun
7
•
asked Oct 9
fe偶现报错,节点崩溃,版本2.1.7
2025-10-09 12:35:07,034 ERROR (thrift-server-pool-136|418460) [BDBJEJournal.write():294] catch an exception when writing to database. sleep and retry. journal id 111459967 com.sleepycat.je.rep.InsufficientAcksException: (JE 18.3.12) Transac...
2.1
0
votes
1
answers
28
views
vvtf
3
•
asked Oct 9
doris-2.1.10, insert卡住, 耗时很长.
{code...} [执行insert卡住时的3台fe的jstack信息.]
2.1
0
votes
2
answers
35
views
allstudy
1
•
asked Oct 8
如何通过catalog访问sqlite数据库的数据
我有一个需求,就是将sqlite数据库的数据抽取到doris,其它数据库基本都可以通过catalog连接,然后insert into的方式完成。经过测试doris的catalog并不支持sqlite,请问可以支持么?
2.1
demand
0
votes
2
answers
20
views
1
•
asked Oct 5
从3.0.3升级到3.0.8后OPEN API报错
调用/api/meta/namespaces/<ns>/databases/<db>/tables/<tbl>/schema 报错,提示IllegalStateException错误 报错代码位置:https://github.com/apache/doris/blob/96abadcc8fd3887847b45ee3858e5e8e62907af8/fe/fe-core/src/main/java/org/apache/doris/htt...
3.0
demand
upgrade
0
votes
1
answers
22
views
world
1
•
asked Sep 30
fe启动失败:java.lang.NullPointerException: null at org.apache.doris.datasource.InternalCatalog.unprotectAddReplica(InternalCatalog.java:983)
doris-fe.jar:1.2启动报错: 2025-09-30 11:44:58,976 INFO (stateListener|87) [DatabaseTransactionMgr.replayUpsertTransactionState():1862] replay a committed transaction TransactionState. transaction id: 301811040, label: insert_ea5c3b4846904ee9_ba...
1.2
0
votes
2
answers
23
views
ll
3
•
asked Sep 29
异步物化视图不能透明改写
doris版本: 3.0.6/3.1.1 创建 paimon catalog paimon_s3_dh; 创建物化视图: create materialized view mv_dwd_agg_3 BUILD IMMEDIATE REFRESH COMPLETE ON SCHEDULE EVERY 1 hour as select id,sum(a) as a from paimon_s3_dh.test.dwd_15m group by id; 设置外部透明改写参数: SE...
mtmv
0
votes
2
answers
17
views
iship
3
•
asked Sep 29
创建快照报错:[COMMON_ERROR, msg: failed to choose replica to make snapshot for tablet 13854. visible version: 6]
doris-2.1.6-rc04(AVX2)版本 执行以下命令创建快照时报错: {code...} 使用show tablet 13854;查看表格信息时输出如下图: 进一步获取副本状态时发现副本状态似乎都正常: 接下来我该如何继续排查问题?
2.1
0
votes
1
answers
33
views
aXin
1
•
asked Sep 29
数据抽取问题
finkcdc读取hana数据库表,表大小400G,sink的阶段等待2小时仍然没有将数据抽取到doris中。,请问下有什么其它好的方式可以将其抽取到doris吗。
2.1
catalog
0
votes
1
answers
27
views
xuwenhao
1
•
asked Sep 29
fe日志滚动不生效
版本3.0.6存算分离版本 log_rollover_strategy = age sys_log_delete_age = 3d fe.conf配置了以上日志滚动策略没有效果
3.0
0
votes
1
answers
7
views
Prev
Prev
3
4
5
(current)
6
7
Next
Next
Hot Questions
Doris 2.1.11 一个BE节点负载高
1 answers
logstash-output-doris-1.2.0.zip 离线安装包不存在
2 answers
关于分区表和分区表(动态分区表和自动分区表)进行 Resource group 实践
1 answers
物化视图创建失败,unable to find a suitable base table for partition
单表创建物化视图失败
doris3.0.6创建外部目录,连接sqlserver数据库,创建语句无报错,目录也创建好了,但目录下无法查到数据库