Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
leoo
3
•
asked Apr 18, 2024
【已解决】修改动态分区不生效
使用 alter table xxx set ('dynamic_partition.start' = '-180')修改按月动态分区表不生效,请问是使用方法有问题吗
1.2
0
votes
2
answers
89
views
蜂蜜烤鸡翅
17
•
asked Apr 18, 2024
【已解决】fragment_transmission_compression_codec 配置默认值
手册显示 默认通过 lz4 压缩进行数据传输,通过变量 fragment_transmission_compression_codec 控制 [https://doris.apache.org/zh-CN/docs/releasenotes/release-1.2.0] 但我在2.1.1上 执行 show variables like '%fragment_transmission_compression_codec%';默认是none。 这个none就代表了...
2.1
0
votes
1
answers
69
views
qinqinbaobei
3
•
asked Apr 18, 2024
【已记录】doris.PInternalServiceImpl未授权访问漏洞
Doris系统部署后,通过8060端口可直接访问,应该怎么处理 selectDB 1.2.8版本
1.2
0
votes
1
answers
164
views
智慧畅行-龚进
19
•
asked Apr 18, 2024
【已排期】递归CTE无法使用
递归CTE语法报错,文档说明支持递归CTE 文档说明
2.0
1
votes
2
answers
156
views
蜂蜜烤鸡翅
17
•
asked Apr 18, 2024
【已解决】Routine Load任务自动恢复原理
FE 会自动定期清理 STOP 状态的 ROUTINE LOAD,而 PAUSE 状态的则可以再次被恢复启用。 period_of_auto_resume_min FE 配置项,默认是5分钟。Doris重新调度,只会在5分钟这个周期内,最多尝试3次. 如果3次都失败则锁定当前任务,后续不再进行调度。但可通过人为干预,进行手动恢复。 想了解一下 这5分钟这个周期内,最多尝试3次,这个间隔时间是怎么设计的,是每次间隔相同时间,还是间隔时间越来越长?
2.1
0
votes
1
answers
139
views
forest
35
•
asked Apr 18, 2024
【已记录】jdbc 批量插入doris 报错 get tableList write lock timeout,
2.1
ingestion
0
votes
2
answers
226
views
星火-邓进
5
•
asked Apr 18, 2024
【已记录】doris2.1.0版本,kafka任务会突然暂停,执行恢复任务命令无法启动,重启FE后才可恢复
doris2.1.0版本,kafka任务会突然暂停,最近三天每天都会暂停一次,执行恢复任务命令无法启动(状态由running迅速转为paused),重启FE节点后,再去手动恢复任务又可以了。报错:unknow column 'pass_time' in 'a'
2.1
0
votes
2
answers
77
views
____
7
•
asked Apr 17, 2024
【已解决】单查询不报错,插入报错[E-3113][E-3113] string column length is too large: total_length=4295003210, element_number=429500322
将查询的结果插入到外表时报错,但是只查询不插入正常。报错内容如下: 看报错内容,malloc or new large memory: 4294967296,不知道是不是有个参数可以设置,还是一次最多分配4G? {code...}
2.1
query
0
votes
2
answers
287
views
松鼠找不到松果
13
•
asked Apr 17, 2024
【已记录】doris-streamloader运行out of memory
[https://doris.apache.org/zh-CN/docs/ecosystem/doris-streamloader/] 使用这个工具的时候 ,导入报错fatal error: runtime: out of memory 导入文件大小4G,包含一个大json字段
2.1
0
votes
2
answers
94
views
松鼠找不到松果
13
•
asked Apr 17, 2024
【已解决】SET GLOBAL exec_mem_limit = 64G 不生效
使用streamload导入数据的时候报错: [CANCELLED]Allocator mem tracker check failed, [MEM_LIMIT_EXCEEDED]failed alloc size 64.00 B, memory tracker limit exceeded, tracker label:Load#Id=1b4b4163c97198da-60424ca4282a481, type:load, limit 2.00 GB, peak used ...
2.1
0
votes
1
answers
75
views
Prev
Prev
394
395
396
(current)
397
398
Next
Next
Hot Questions
向量化引擎 IF 函数缺失短路求值导致 from_unixtime 异常及性能担忧 、兼容性问题
Doris3.0.8的ddl任务一直运行不停止
1 answers
doris fe挂掉,报错(JE 18.3.12) Disk usage is not within je.maxDisk or je.freeDisk
1 answers
Iceberg Catalog 使用 MinIO 作为存储时, 读写权限报错
2 answers
文档描述疑问
1 answers
在 Doris 中自定义 UDF 时,若函数名与内置函数重名,调用时必须加上数据库名才能正确执行。如果不希望每次调用都携带数据库名,该如何解决?
1 answers