Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
zlhxxx
172
•
asked Apr 15
Doris 4.0.5 查询冷数据超级慢,查磁盘数据是1s左右,查询s3是10倍不止
PROPERTIES ( "file_cache_ttl_seconds" = "172800", "bloom_filter_columns" = "device_sn", "is_being_synced" = "false", "partition.retention_count" = "3650", "storage_medium&#...
4.0
0
votes
1
answers
46
views
ASJW321
7
•
asked Apr 15
使用UNIQUE KEY建表时候,用日期建分区,日期字段不是跟在id后面,一定要列出日期字段前面所有字段才能建分区吗
CREATE TABLE ods_crm_fnd_contract ( id varchar(32) not null comment '主键', contract_no varchar(80) null comment '合同编号', contract_date date not null comment '合同签订日期', customer_id varchar(32) not null comment '客户id&...
2.1
storage
content
performance
0
votes
1
answers
34
views
Stunning
3
•
asked Apr 15
Doris4.0.3 版本 FE无法启动,频繁报:wait catalog to be ready. feType:UNKNOWN isReady:false
1、已经配置了priority_network 2、机器IP没有变 3、最近操作过的场景: 1) 操作过BE数据迁移,将BE数据目录迁移到另外一个目录下; 2)出现副本异常问题,执行了ADMIN REPAIR TABLE table_name命令 ; 3)curl -X POST "http://ip:8040/api/compaction/run?table_id=1773652641985&compact_type=full" 4、副本异常问题没有...
storage
cluster
install
community
faq
0
votes
1
answers
23
views
ASJW321
7
•
asked Apr 15
ROUTINE LOAD导入kafka数据,当kafka是cdc数据,JSON格式,带删除标识的:op:d
导入到doris中,只会增加数据,无法识别当op:d时候,需要对数据做删除操作,这个可以实现根据op对数据进行操作吗
2.1
content
ingestion
0
votes
1
answers
15
views
erdong
11
•
asked Apr 14
jdbc catalog 地址修改有残留
doris 2.1.10 使用了pg catalog ,中间通过alter catalog命令将ip修改过(新旧ip都可用),发现doris_be进程中还有旧ip有建立连接(ESTABLISHED),使用refresh catalog命令刷新后会断开(CLOSE_WAIT),但是后面还会出现连接。 后面计划将旧ip线,会不会影响使用。
2.1
0
votes
1
answers
11
views
lyl
1
•
asked Apr 13
大量数据通过streamload导入报错
RROR o.d.dataa.service.DataImportService-处理合并文件失败:taskId=203 9179473950822400, filedCode=celvol,_part=5 java.io.IOException:Stream Load 请求异常:Connection refused ... fe log文件夹下有fe.gc日志(应该是java full gc)fe.gc.log.20260203-103903; fe.warn.log 也有...
ingestion
0
votes
1
answers
22
views
lyl
1
•
asked Apr 13
大量数据通过streamload导入报错
ERROR o.d.dataa.service.DataImportService-处理合并文件失败:taskId=203 9179473950822400, filedCode=celvol,_part=5 java.io.IOException:Stream Load 请求异常:Connection refused ... fe log文件夹下有fe.gc日志(应该是java full gc)fe.gc.log.20260203-103903; fe.warn.log 也...
3.1
0
votes
1
answers
18
views
qiaokai12300
1
•
asked Apr 13
有没有大神帮我分析下,为什么这个BE会重启,是Doris有BUG吗? 我使用的版本 4.0.2 arm64
*** Query id: b171e7342553475b-aadb7c81fe2684d2 *** *** is nereids: 1 *** *** tablet id: 0 *** *** Aborted at 1775980341 (unix time) try "date -d @1775980341" if you are using GNU date *** *** Current BE git commitID: 30d2df04594 **...
community
0
votes
1
answers
15
views
zlhxxx
172
•
asked Apr 11
Doris 4.0.5 ArrowFight 问题
FE DirectMemory 不断上涨直至OOM 没OOM之前也会报错(偶发,有时候报,网络没有问题): 2026-04-09 16:11:18.277 | ERROR | main::237 - data_loader方法报错: IO: [FlightSQL] connection error: desc = "transport: Error while dialing: dial tcp 172.31.23.19:8070: connect: network ...
4.0
0
votes
1
answers
33
views
ASJW321
7
•
asked Apr 10
能使用ROUTINE LOAD将kafka数据批量同步到doris中吗
doris是2.1.11版本,kafka是3.7.1版本,想把kafka中前缀为zentao.*所有topic分别同步到doris不同数据表中,根据topic自动建表,做数据实时同步,这个能操作吗,能做操作的话有类似代码吗
2.1
content
ingestion
0
votes
1
answers
31
views
Prev
Prev
1
2
3
(current)
4
5
Next
Next
Hot Questions
Doris 2.1.4版本,be节点崩溃重启后集群恢复很慢问题
1 answers
Doris2.1.4 be节点宕机,jemalloc相关问题
Doris Routine Load自动恢复机制
在select 子语句中使用标量子查询执行查询正常,创建为视图执行报错
我的doris版本为2.0.6 在备份操作时,会导致所以fe节点宕机,这种情况该怎么排查,为什么备份会导致这个问题?
1 answers
节点故障恢复,tablet副本无法不均衡,删除节点重新添加也不行