Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
hopet
5
•
asked Jun 27, 2024
【已解决】flink-doris-connectors 消费kafka 写入报错:TStatus: errCode = 2, detailMessage = Unknown column 'OCCURTIME' in 't1', see more in null
1.doris版本 2.1.3,flink-doris-connectors:1.6.1; flink 1.17.0 2.场景:flink-doris-connectors 消费kafka 写入doris,前期正常写入,重启任务后报错,错误如下: {code...} 检查table ods_tolldata_prod.ods_t_otherexit_waste,schema信息无误。 1.尝试解决:重新建表后可以写入。但是历史数据已经写进去大量数据,同步表数200张,重新建表...
2.1
0
votes
2
answers
101
views
28081056
3
•
asked Jun 27, 2024
doris 通过jdbc或者arrow-flight-sql 如何连接到外部的 Catalog读取数据
在代码中直接通过jdbc连接,默认连接到 internal catalog,如何切换到外部的catalog读取数据
catalog
0
votes
1
answers
81
views
ITQ-CHERY
1
•
asked Jun 27, 2024
Doris如何实现查询忽略大小写
目前使用的方案是创建一个视图将需要查询的字段转为小写,然后查询时将输入转为小写,但是当数据量比较大时查询会很慢。请问有其他的解决方案吗?
1.2
0
votes
3
answers
558
views
PeatBoy
9
•
asked Jun 26, 2024
【已解决】Doris 2.1.2 rc04 存在的一个内存泄露 BUG
版本:Doris 2.1.2 rc4 现象: 在 steamLoad 和 query 存在的场景里,Doris 内存会阶段性飙高,如下图: 每次飙高时存在如下报错: {code...} 报错内容: status.h:380] meet error status: [INTERNAL_ERROR]Function substring get failed, expr is VectorizedFnCall[substring](arguments=String, Int32, ...
2.1
cluster
0
votes
2
answers
317
views
jackshi
3
•
asked Jun 26, 2024
创建自动分区表后,insert into目标表 select * from 源表导致be节点挂了
使用doris版本是2.1.3 drop table if exists dim_pro.dim_dept_partition; {code...} 请大神帮忙分析下原因
2.1
cluster
0
votes
1
answers
72
views
guangdong.z
3
•
asked Jun 26, 2024
【已解决】flink-doris-connector 1.6.1 同步oracle12c(CDB+PDB)模式下PDB表找不到问题
本次使用 flink-doris-connector 1.6.1 + flink 1.17 + oracle 12c(CDB + PDB)。 flink-doris-connector 使用flink cdc 实现orcale 数据同步,在orcale是CDB+PDB模式下,只有CDB存在redo日志,所以需要指定CDB用户连接,才可以访问到redo日志实现数据抽取 如果要指定PDB去同步表,flink cdc 官方说明,配置debezium.database.pdb.nam...
ingestion
2.0
0
votes
4
answers
110
views
____
3
•
asked Jun 26, 2024
导出到S3 不能设置label,怎么查看导出结果呢?
导出到S3 不能设置label,怎么查看导出结果呢? {code...} 下面是错误提示 type:RUN_FAIL; msg:errCode = 2, detailMessage = errCode = 2, detailMessage = Unknown properties: [label]
2.1
0
votes
1
answers
35
views
某某某某
54
•
asked Jun 26, 2024
导入hdfs数据过大导致集群短时间不可用
我需要导入116.7G的数据到一张空表(计划还要导入更多): 导入命令如下: 前几分钟各个be节点的cpu和内存上涨: 这也属于正常情况, 但是在cpu使用率下降之后, fe master的内存一直飙升, 最终挂掉, 并且长时间起不起来: 这时候查询导入任务状态会长时间卡住, Ctrl+C 取消后会打印出结果,但是进度一直没更新, 同时想取消这个导入任务失败,提示不存在该导入任务: 然后其他fe 相继挂掉 (但是恢复时间比第一个挂掉的时间短) : 其他在实时导入的任务受到影响...
2.1
0
votes
1
answers
61
views
炳裔
45
•
asked Jun 26, 2024
【已解决】数据写入报错:get database write lock timeout
100个数据库连接,每个链接通过insert values500条数据,进行数据写入,报get database write lock timeout的问题,请问大佬们是怎么回事?谢谢
ingestion
2.0
0
votes
1
answers
128
views
haoxk
11
•
asked Jun 26, 2024
【缺少关键信息】doris 2.1.3 fe挂掉
doris v2.1.3使用过程中,使用flight sql连接, fe时不时挂掉,具体fe日志如下: 2024-06-26 15:31:13,419 WARN (connect-scheduler-check-timer-0|107) [ResultReceiver.updateCancelReason():203] Query 42e06c1392db4b0a-b148c6753e8264db already has cancel reason: INTERNAL_ERR...
2.1
0
votes
2
answers
138
views
Prev
Prev
334
335
336
(current)
337
338
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
Doris 4.0.3 DorisManager部署问题
1 answers