Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Veritas
3
•
asked Nov 25, 2025
doris3读取mysql数据写入到hive报错UnsupportedFileSystemException: No FileSystem for scheme "s3"
背景: doris(doris-3.1.2)中创建hive和mysql对应的外部catalog; hive使用的是oss对象存储作为底层数据存储 CREATE CATALOG hive PROPERTIES ( "uri" = "thrift://metastore_host:9083", "type" = "hms", "oss.secret_key" = "*XXX", ...
3.0
catalog
query
0
votes
3
answers
50
views
seawing
1
•
asked Nov 25, 2025
Doris 2.1 存算一体 如何升级到 3.0 存算分离
我的Doris 是存算一体的,2.1版本,如果我想升级到Doris 3.0,需要怎么做?具体步骤(如果涉及到数据迁移也请给出步骤)
3.0
0
votes
1
answers
38
views
seawing
1
•
asked Nov 25, 2025
Doris manager 如何接管Doris的存算分离?
我的Doris集群到3.0版本,存算分离,我还能用Doris manager来监控整个Doris集群吗?有没有替代方案
3.0
0
votes
1
answers
23
views
zhangxiaolong861
9
•
asked Nov 25, 2025
通过broker 写数据报错,导致be节点挂掉
在2.1.7集群上通过broker load写入数据有概率导致be挂掉,写入的表是一个bitmap表,报错如下,同样的导数语句,第一次导致be挂掉,后面2次都正常导入 : Actual binding is of type[org.s1f4j.impl Reload4jLoggerFactory] Query id: b974e74c96d447ad-bf2d62820a82d2b6吉吉 15 nereids: 0*** tablet id:0*** Aborted at17...
2.1
0
votes
1
answers
30
views
江南
9
•
asked Nov 25, 2025
求助:经常出现 能读数据但是写不动数据
社区的大佬帮忙看下,经常出现这个问题,不知道原因 doris版本:2.1.8 3fe3be 16c64G服务器 be的warnin日志: be.out日志: fe的日志: 监控: be磁盘: top结果:
2.1
0
votes
1
answers
42
views
allstudy
1
•
asked Nov 24, 2025
事务在Master角色上执行正常,在Follower角色上执行报错(从2.1.10版本升级到3.0.8版本后)
以下事务在Master角色上执行正常,在Follower角色上执行报错:errCode = 2, detailMessage = There are schema changes in one transaction, you can commit this transaction with formal data or rollback this whole transaction.请问是什么原因? 事务的完整语句如下: begin; Insert Into OPS.ser...
3.0
0
votes
1
answers
31
views
Rowin
1
•
asked Nov 24, 2025
doris通过catalog的方式链接B网络环境的外部数据库oracle,识别
问题描述: 在A网络环境部署一套doris集群,需要通过catalog的方式链接B网络环境的外部数据库oracle; 中间经过nat做网络转换(地址和端口转换映射),发现能创建catalog(驱动和和配置在内部环境都可以,说明账号和配置一样);但是执行查询时提示报错: StmtExecutor.executeByLegacy():1157] execute Exception. stmt[128, df6e2214fd54417e-9ec1cb0c3bf73ccd] org....
3.0
0
votes
1
answers
36
views
dws
1
•
asked Nov 24, 2025
官网使用 Docker 快速部署教程,部署不成功,报错
官网使用 Docker 快速部署教程,部署不成功,报错: bash start-doris.sh Pulling fe (apache/doris:fe-2.1.9)... ERROR: failed to resolve reference "docker.io/apache/doris:fe-2.1.9": docker.io/apache/doris:fe-2.1.9: not found Doris cluster started successful...
install
0
votes
1
answers
36
views
lbq
1
•
asked Nov 24, 2025
读缓存生效问题
select 1 from sw_segment where 1=1 and timestamp >= '2025-11-13 06:00:00' and timestamp <= '2025-11-13 06:30:00' and service_id in ('2','3','4') limit 1 100并发压测,单节点,CPU会被打满。看起来没走缓存
2.1
0
votes
1
answers
15
views
lbq
1
•
asked Nov 24, 2025
读节点找不到副本
报错信息:errCode = 2, detailMessage = tablet 1049655 has no queryable replicas. err: Replica on backend 10025 with tag {"location" : "group_load"}, which is not in user's resource tags: [{"location" : "group_read...
2.1
0
votes
1
answers
23
views
Prev
Prev
32
33
34
(current)
35
36
Next
Next
Hot Questions
doris存算一体架构中,对表进行冷热分层后,数据放在远程存储cos上面,发现磁盘暴涨的同时cos的读请求量很大。
1 answers
doris-manager webserver启动问题
1 answers
使用StreamLoad向Doris-4.0.1版本的聚合表导数据超时问题
1 answers
doris4向hive库insert overwrite会卡住
1 answers
fe报错:write lock timeout
1 answers
Doris BE节点启动后60秒自动重启
1 answers