Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Zeal
5
•
asked Jul 31, 2024
(求助🙏🏻)Doris 2.0.13 读取 S3 文件,查询使用 = 过滤,只能查到结果中的最后一条数据
Doris 版本:2.0.13 【问题描述】:读取 S3 文件,查询使用 = 过滤,只能查到结果中的最后一条数据 【图1】:全量数据 【图2】:选取任意结果,使用 = 进行过滤,查不到数据 【图3】:使用 CSV 文件中的最后一条数据查询,可以查到
2.0
0
votes
1
answers
49
views
lanranjun
3
•
asked Jul 31, 2024
doris connector 1.6.1 同步几小时后 不同步数据
mysql to doris 使用flink cdc doris-connector 同步多表 使用flink-doris-connector-1.17-1.6.1.jar org.apache.doris.flink.tools.cdc.CdcTools 命令行的形式同步 指定了五张千万级的表,这几张表都是同步了几小时后 就不同了 查看taskmanager没有报错信息,之前有过打印字段内存地址的情况也是不同步数据。 mysql-sync-database --databa...
2.0
0
votes
2
answers
51
views
changguowei
199
•
asked Jul 31, 2024
BE异常重启报错为Check failed: filter.size() == offsets.size()
Doris版本2.1.4 SQL查询导致BE重启,be.out中报错信息是Check failed: filter.size() == offsets.size() (4064 vs. 8128),这个是2.1.4版本bug吗?
2.1
0
votes
1
answers
18
views
yky_young
67
•
asked Jul 31, 2024
doris sql 写入 get tableList write lock timeout
现版本 2.0.13 升级前 1.2.7 doris sql 数据写入引发如下错误 errCode = 2, detailMessage = get tableList write lock timeout, tableList=(Table [id=12995040, name=ads_fc_cost_profit_analy_m, type=OLAP]) 任务重试机制可以成功执行,第一次执行任务基本都是失败 任务耗时 34s ,升级前无此问题
2.0
0
votes
1
answers
117
views
su
3
•
asked Jul 31, 2024
schema change 失败
alter table test_table modify column extend_filed jsonb comment '扩展字段'; 我在使用上面的语句执行字段变更时,出现如下的错误 errCode = 2, detailMessage = schema change tasks failed on same tablet reach threshold 2 经过查看fe日志发现如下的错误 schema change task failed: tas...
2.0
0
votes
1
answers
78
views
odos
3
•
asked Jul 31, 2024
1.2 版本 并行删除会出现数据丢失问题
1.delete from tablea where col1 = '1';insert into tablea select 1 2.delete from tablea where col1 = '2';insert into tablea select 2 3.delete from tablea where col1 = '3';insert into tablea select 3 3条语句并行执行时,会出现数据丢失问...
1.2
0
votes
1
answers
34
views
DANG
3
•
asked Jul 31, 2024
mac本地编译,在build azure时卡住不动
在mac系统使用sh build.sh编译doris源码的master分支,执行到cloud模块的build azure时卡住不动
3.0
0
votes
2
answers
54
views
yky_young
67
•
asked Jul 31, 2024
doris通过catalog数据写入引起decimal类型故障
doris版本2.0.13 目前已尝试保留小数位,剔除空值依旧无效,已验证没有超长值。 多运行几次,有时成功 有时失败 报错如下 SQL 错误 [1105] [HY000]: errCode = 2, detailMessage = (172.31.3.98)[E-124][E-124] Arithmetic overflow {code...}
2.0
0
votes
6
answers
266
views
某某某某
54
•
asked Jul 31, 2024
使用SQL拦截影响数据导入
我在集群设置SQL拦截,拦截查询某一张表但是不包含分区键的SQL,如下: 当进行查询的时候,在审计日志上上能看到拦截记录: 同时导入任务异常退出(使用flink导入): 我有两个疑问: 使用正则进行sql拦截, 为什么还会耗时二十多秒? 为什么导入任务会获取写锁失败, 该如何解决? doris 版本为 selectdb-doris-2.1.5-rc02-5733c9d84d
2.1
0
votes
1
answers
48
views
wangdi
29
•
asked Jul 30, 2024
创建物化视图失败
版本2.1.4 基表 {code...}
2.1
0
votes
1
answers
41
views
Prev
Prev
252
253
254
(current)
255
256
Next
Next
Hot Questions
【用户案例】Apache Doris 在菜鸟的大规模业务场景落地实践
1 answers
Doris 多任务并发更新部分列,出现数据丢失情况如何处理
Apache Doris内存不够,为什么不像spark一样排队处理,Tablet排队一个个处理,而是报错,请问这个解释对吗
Cascades 优化器经过严格验证吗
1 answers
为什么相同的内存,执行一样的任务,spark可以执行完,但是doris却报内存不足错误,doris已经调整了单个任务可以使用集权资源的80%
Apache Doris内存不够,为什么Tablet不排队一个个处理,而是报错,请问这个解释对吗?
1 answers