Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
northisland
26
•
asked Jul 2, 2024
Doris 2.1.3 FE内存只增不降
【Doris 使用环境】生产上线 【Doris 版本】2.1.3 【问题描述】 使用环境调度较为频繁,大约每5min会有多个调度任务执行查询写入,但总体数据量不大,总共占用20GB磁盘。 表现为FE节点内存只增长不降低,配置了 {code...} 但仍然不会降低,之前增长还较为缓慢,会通过重启重置FE内存,今天发现内存经过一晚上到中午直接拉满被KILL了,FE内存配置了16GB 【操作系统】centos7 Linux 3.10.0-1160.92.1.el7.x86_64 【...
2.1
0
votes
2
answers
423
views
是李先生
15
•
asked Jul 2, 2024
meet error status: [THRIFT_RPC_ERROR]Couldn't open transport for :0 (Could not resolve host for client socket.)
Doris版本:2.1.3 Spark版本:2.4.5 connector版本: {code...}
2.1
1
votes
1
answers
283
views
是李先生
15
•
asked Jul 2, 2024
【已解决】自动分区异常,报错[ANALYSIS_ERROR]TStatus: errCode = 2, detailMessage = Unknown column 'pdate' in 'a'"
Doris版本:2.1.3 问题描述:BE节点挂掉导致自动分区异常,分区字段由date_trunc(pdate, 'day')变为date_trunc(a.pdate, 'day'),导致数据无法写入,错误信息如下: {code...}
2.1
ingestion
0
votes
1
answers
245
views
mortal
13
•
asked Jul 2, 2024
errors while publish version to all backends java.lang.NullPointerException: null
INFO (tablet checker|39) [TabletChecker.checkTablets():347] finished to check tablets. unhealth/total/added/in_sched/not_ready: 0/1130/0/68/0, cost: 3 ms errors while publish version to all backends java.lang.NullPointerException: null vers...
2.1
0
votes
2
answers
157
views
xialei
7
•
asked Jul 2, 2024
【已解决】flink-doris-connector 配置 fenodes 为多节点时,解析 url 报错
doris 版本:2.1.3 connector 版本:1.6.1 source 语句: {code...}
2.1
0
votes
1
answers
125
views
xialei
7
•
asked Jul 2, 2024
【已解决】flink batch 模式下 join 后查询错列
doris 版本:2.1.3 connector 版本:1.6.1 doris 中测试建表: flink batch 模式下读取 doris 表作为 source,join 后查询 city 列值变成了 age 列:
2.1
query
0
votes
2
answers
110
views
changguowei
199
•
asked Jul 2, 2024
为什么同一个query_id会入库两次(__internal_schema.audit_log )?
同一个query_id入库两次,这是为什么?是bug吗
2.1
0
votes
2
answers
75
views
changguowei
199
•
asked Jul 2, 2024
连接doris超时
现在定时任务连接doris,有时会报如下错误,从审计日志中看没有看到执行的SQL,感觉是就没连上,但是程序的日志中有打印连接是可用的,集群资源那个时间点很充足,有没有其他方向可以分析一下? 目前连接doris使用的mysql包是8.0.28 com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet successfully received...
2.1
0
votes
1
answers
215
views
xiyang.zdz
5
•
asked Jul 1, 2024
【已解决】doris2.1.3版本,flink-doris-connector方式部分字段更新问题
sink端配置 {code...} 目前不能支持部分列更新 请问各位大佬,是哪里出现了问题?
2.1
ingestion
0
votes
2
answers
154
views
changguowei
199
•
asked Jul 1, 2024
【已解决】增加Doris表副本,Routine load任务导入报错,应如何解决?
当前动态分区表为一副本,使用以下命令变更表副本后,Routine load任务报错,应该如何处理? ALTER TABLE ad_link.huan_ad_link_direct_log modify partition(*) set ("replication_num" = "2"); ALTER TABLE ad_link.huan_ad_link_direct_log SET ("default.replication_num&#...
2.1
ingestion
0
votes
2
answers
158
views
Prev
Prev
330
331
332
(current)
333
334
Next
Next
Hot Questions
doris fe挂掉,报错(JE 18.3.12) Disk usage is not within je.maxDisk or je.freeDisk
Iceberg Catalog 使用 MinIO 作为存储时, 读写权限报错
文档描述疑问
在 Doris 中自定义 UDF 时,若函数名与内置函数重名,调用时必须加上数据库名才能正确执行。如果不希望每次调用都携带数据库名,该如何解决?
1 answers
使用doris查询paimon 执行show databases 直接报错
1 answers
doris2.1.5升级到doris3.0.8,升级后开启ranger,root执行SHOW PROC '/backends' 报没有admin权限