Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
SyunKei
21
•
asked Apr 16
2.1.8升级到3.0.8 admin没有权限
我们升级到3.0.8版本有问题,fe启动不久报错: Caused by: org.apache.doris.common.AuthorizationException: errCode = 2, detailMessage = Permission denied: user ['admin'@'%'] does not have privilege for [priv predicate: OR, Admin_priv,Select_priv]...
3.0
0
votes
1
answers
30
views
1
•
asked Apr 16
Doris 4.0.3 多个相同字段不等于查询结果错误
示例:select * from t_test where name != 'a' and name != 'b'; 后面的name != 'b'条件不生效,explain看只有前面的条件会被执行 请确认下这个bug是否在新版本已修复
4.0
0
votes
2
answers
67
views
____
3
•
asked Apr 16
Doris CBO 导致的BE节点内存规律性波动问题
腾讯云TChouse-D 基于 Doris-2.1.12 因排查其他业务查询问题,将业务A表同结构新建了一张临时表,并将业务表的数据通过insert into的方式导入到这张临时表里,大约导入1.2亿+数据,导入后此表再无数据写入 此时CBO开始对这张表进行统计,但发现一直处于全量统计的状态 (图中全是这张临时表的CBO统计sql) 这些统计sql导致内存规律性波动,CPU也有部分上涨和规律性波动,且这个现象已持续了好几天。 Show analyze 也没有任何记录,SHOW...
2.1
0
votes
1
answers
21
views
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
55
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
40
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
32
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
18
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
16
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
29
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
21
views
Prev
Prev
3
4
5
(current)
6
7
Next
Next
Hot Questions
Doris3.1.3版本routine load报错
doris3.1.4存算分离,并发瓶颈
1 answers
Flink Doris Connector lookup join 报错 query waiting queue is full, queue length=100
1 answers
Flink Doris Connector lookup join 报错 esource temporarily unavailable
doris 4.0.4 版本存算分离,STORAGE VAULT 无法创建 ha 高可用的hdfs集群存储
1 answers
Flink Doris Connector 的left join on查询不到数据
1 answers