Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
是李先生
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
236
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
225
views
mortal
9
•
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
133
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
111
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
99
views
changguowei
199
•
asked Jul 2, 2024
为什么同一个query_id会入库两次(__internal_schema.audit_log )?
同一个query_id入库两次,这是为什么?是bug吗
2.1
0
votes
2
answers
60
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
168
views
xiyang.zdz
5
•
asked Jul 1, 2024
【已解决】doris2.1.3版本,flink-doris-connector方式部分字段更新问题
sink端配置 {code...} 目前不能支持部分列更新 请问各位大佬,是哪里出现了问题?
2.1
ingestion
0
votes
2
answers
133
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
138
views
changguowei
199
•
asked Jul 1, 2024
【已解决】Doris查询hive表名中存在大小写查询报错,如何处理?
hive表名tv_zone.program_list_episode_V2,V2是大写 Doris查询hive该表时报错,找不到表 将V2改成小写v2后就可以了,这个如何处理?
2.1
catalog
0
votes
1
answers
94
views
Prev
Prev
277
278
279
(current)
280
281
Next
Next
Hot Questions
【系列直播预告】Apache Doris 3.1 新版本解读(共 3 期):整体功能介绍、半结构化、湖仓一体
1 answers
具有 GRANT_PRIV 权限的用户无法执行 CREATE-ROW-POLICY
1 answers
增量物化视图怎么创建
自动分区与动态分区联用分区名称不一致
1 answers
fe节点jvm gc频繁,偶尔出现fe节点be节点通讯报错
3.1版本创建paimon的异步物化视图,按分区刷新不行