Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
GabrielHuang
1
•
asked 1h ago
BE节点异常宕机
版本:2.1.4 集群规模:3FE+1Obeserver+9BE,均为64C512G10T 问题描述:执行特定查询语句时BE节点宕机,共宕机三台 脱敏后表结构: {code...} 数据相关信息:value1列存储的是中文字符,有空值,通过avg(length(value1))计算出来的平均值为51,数据量为5700w
2.1
0
votes
0
answers
18
views
cosion
11
•
asked 22h ago
查询视图,条件无法完全下推
在使用复杂语句时,特别是多表关联查询语句, 部分条件无法下推到表 视图语句为: {code...}
2.1
query
0
votes
0
answers
7
views
erdong
1
•
asked 23h ago
doris 2.0.4 某tablet持续base compaction失败重试
有个日期分区的日志大表,某个历史分区的某个tablet一直做base compaction,不停失败并重试,导致该BE的IO持续较高,有什么办法解决 看着副本也没坏 使用ADMIN SET REPLICA STATUS PROPERTIES ("tablet_id"="5270761","backend_id"="10004","status"="bad") 后发现replicaI...
2.0
0
votes
0
answers
49
views
nsix
1
•
asked May 19
通过程序动态建表报错
我想在代码中 通过程序自动生成建表语句,并在doris中进行自动创建,但是由于我使用的mysql驱动,且建表命令中存在”DUPLICATE KEY(create_time)“命令,导致报错:Caused by: java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version...
2.1
0
votes
0
answers
7
views
xzcode
1
•
asked May 19
doris grant报错
sql是GRANT LOAD_PRIV , SELECT_PRIV ON adc_business.dim_opt_job_runtime TO OPT_MySQL_d958 代码程序执行sql会报错: invalid user name: OPT_MySQL_d958c 但是在Navicat执行成功。 该用户是存在的
2.1
0
votes
0
answers
3
views
ghwillbe
11
•
asked May 16
通过selectdb studio连接自行搭建的doris集群不成功
selectdb studio版本:1.1.0,windows操作系统 显示登录失败 账号密码、Host、端口这些都确认没问题,通过dbeaver可以连接。 是不是只能连selectdb版的doris?
selectdb-studio
0
votes
0
answers
13
views
一纸繁荒
13
•
asked May 16
doris的root密码突然就密码错误了,通过ALTER修改成功,但是登录还是提示密码错误
2.1
0
votes
0
answers
22
views
yeyudefeng
1
•
asked May 15
map函数返回值不对
CREATE TABLE ods_profile.test ( id largeint NULL COMMENT "主键id", base_recharge_amount decimal(38,20) NULL COMMENT "", finish_time datetime NULL COMMENT "完成时间" ) ENGINE=OLAP UNIQUE KEY(id) COMMENT 'xx' DISTRIB...
3.0
0
votes
0
answers
13
views
changguowei
199
•
asked May 15
如何查看streamload任务使用的内存资源?
问题: 1、如何查看streamload任务使用的内存资源大小,是否有命令? 2、如果WG设置了内存硬限制,资源上线是否就是用户所使用的WG组的内存上线?
2.1
0
votes
0
answers
23
views
jianmin0920
1
•
asked May 15
Kafka Routine load 中报错 Socket is closed by peer
routine load 的语句为: CREATE ROUTINE LOAD equip_charge_log_task ON equip_charge_log WITH APPEND COLUMNS(operator_id,station_id,equipment_id,connector_id,start_charge_seq,start_charge_seq_stat,connector_status,current_a,current_b,current_c,volt...
ingestion
0
votes
0
answers
12
views
1
(current)
2
3
Next
Next
Hot Questions
【资料即将上线】5/17 相约广州,与天翼云、无限极、货拉拉一同揭秘可观测、湖仓一体、用户画像等实时数仓前沿实践
1 answers
BE节点异常宕机
fe运行异常,日志频繁报错{java.io.IOException: Error happened when receiving packet.}
1 answers
【已解决】新升级的manager,一直自动发送show compute groups并报错
1 answers
不支持+05:45的时区
1 answers
doris 2.0.4 某tablet持续base compaction失败重试