Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
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
35
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
24
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
24
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
19
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
17
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
36
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
34
views
cheng1483
1
•
asked Apr 10
4.0.4 stream load 报错: can not cast from origin type bitmap to target type=varchar(65533)
版本: doris-4.0.4 问题描述: 建表语句中包含bitmap类型,导入时使用to_bitmap提供值,但会报语法错误 {code...} stream load 不支持 json 转换为 to_bitmap 类型么?json 格式如何导入 bitmap格式呢?
ingestion
0
votes
1
answers
15
views
Prev
Prev
2
3
4
(current)
5
6
Next
Next
Hot Questions
Doris 2.0.15,3FE、6BE(3BE mix角色 3BE computation角色)3个mix角色的BE节点CPU使用率100%
1 answers
Spark Doris Connector 从hive导入doris double类型丢精度怎么解决?
1 answers
Doris 4.0.4 物化视图异常问题反馈
升级至4.0.4后物化视图查询失败,报错Insert a plan into targetGroup but differ in logicalproperties
1 answers
Doris 4.x 预热
doris3.0.8运行insert into 任务报错send fragments failed. io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED