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
43
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
35
views
vvtf
3
•
asked Oct 9
doris-2.1.10, insert卡住, 耗时很长.
{code...} [执行insert卡住时的3台fe的jstack信息.]
2.1
0
votes
2
answers
41
views
allstudy
1
•
asked Oct 8
如何通过catalog访问sqlite数据库的数据
我有一个需求,就是将sqlite数据库的数据抽取到doris,其它数据库基本都可以通过catalog连接,然后insert into的方式完成。经过测试doris的catalog并不支持sqlite,请问可以支持么?
2.1
demand
0
votes
2
answers
23
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
26
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
24
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
27
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
37
views
aXin
1
•
asked Sep 29
数据抽取问题
finkcdc读取hana数据库表,表大小400G,sink的阶段等待2小时仍然没有将数据抽取到doris中。,请问下有什么其它好的方式可以将其抽取到doris吗。
2.1
catalog
0
votes
1
answers
48
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
17
views
Prev
Prev
11
12
13
(current)
14
15
Next
Next
Hot Questions
doris 2.1.7 是否可以在申威的sw_64架构上安装运行?
[2.1.10] be运行一段时间后重启
1 answers
[Doris2.1.7]开启SSL后,powerbi直连报错:SSL connection error: protocol version mismatch
doris-manager 25.11 版本在单节点部署多be时会造成arrow_flight_sql_port端口冲突
2 answers
variant
Doris ROUTINE LOAD 模式 tcp连接数应该如何计算和控制