Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
kidder
13
•
asked May 31, 2024
doris 2.0.5 怎么修改已有数据表的storage_policy?
doris 2.0.5 怎么修改已有数据表的storage_policy? 修改表的storage_policy报错 errCode = 2, detailMessage = Do not support alter table's storage policy , this table [xxxx] has storage policy 3_Day_cool, the table need to be empty.
2.0
0
votes
1
answers
43
views
wunan1210
3
•
asked May 31, 2024
使用streamload和mysql的load data导入数据的时候, 如何忽略多余的列?
比如有一个表 {code...} 请问如何忽略其他的列将数据导入到表中?
2.1
0
votes
1
answers
37
views
泽功
5
•
asked May 31, 2024
【已解决】集群数据丢失2/3
3FE 3BE 3台机器 每台1fe 1be 混部 2.1.3 rc9 所有表数据少了2/3 ,通过count查每次结果不一样, SHOW REPLICA STATUS from 没有损坏的tablet, show table status 看到的行数正常 SHOW TABLETS FROM 看到的行数也正常,rowcount 正常 State为NORMAL 重启 切换master均无效
2.1
0
votes
2
answers
108
views
____
5
•
asked May 30, 2024
【已解决】有没有可能共享一下 dockerfile 的文件 all-in-one的镜像
自己尝试了一下编译,发现遇到了需要设置vm.max_map_count=2000000的问题,但是发现可能还会有其他的问题在,git hub 上的 dockerfile 感觉不是最新的,求发布最新或者共享发布
2.1
0
votes
1
answers
65
views
liu_
15
•
asked May 30, 2024
2.1.0 升级到2.1.3后会有大量的WARN (Analysis Job Executor-0|147)
2.1.0 升级到2.1.3后会有大量的WARN (Analysis Job Executor-0|147) [OlapAnalysisTask.doSample():100] Scale factor is infinite or Nan, will set scale factor to 1. 采用 Doris Manager升级 报错的位置在这里找到的: 刚启动有大量的WARN 共700多条 从17:40:37到17:46:28 {code...}
2.1
0
votes
1
answers
195
views
____
13
•
asked May 30, 2024
【已解决】2.1系列什么时候出一个stable版本
想用2.1系列的自动分区,但是生产环境要求上stable版本
2.1
1
votes
1
answers
80
views
zhiqi.yang
3
•
asked May 30, 2024
【缺少排查信息】doris 2.1.3 查询报错
1、@field 是 variant 2、我们定义了一个 java UDF用于提取 字符串中的多个 kv 对,UDF 返回 HashMap<String, String> 3、在接下来的 select 中对这个 map 取值就会报错 4、但隔了一个 select 就不会
2.1
0
votes
1
answers
82
views
shifang
7
•
asked May 30, 2024
【已解决】colocation group 中有table id ,但是查不到表名
doris 从1.2.4-rc01 升级到2.0.7 之后, 在colocation group 存在部分记录,显示的table id ,在集群中通过此table id 查询不到表,像这样的记录,怎么删除。如下图:
2.0
0
votes
2
answers
85
views
某某某某
54
•
asked May 30, 2024
【修复中】2.1.3 版本,ADMIN CLEAN TRASH 清理数据命令未生效
如题, 执行之后等待很久(半个小时左右), trash大小没有变化,集群上 trash目录下文件依然存在。 2.0版本的doris, 是执行命令后立即删除。
2.1
0
votes
1
answers
108
views
yugunsung
117
•
asked May 30, 2024
【已解决】doris 2.0.10查询报错Connection is not available, request timed out after 5000ms
版本:2.0.10 查询报错,错误信息如下: errCode = 2, detailMessage = (xxx)[CANCELLED][INTERNAL_ERROR]UdfRuntimeException: Initialize datasource failed: CAUSED BY: SQLTransientConnectionException: HikariPool-4 - Connection is not available, request timed out...
catalog
2.0
docs
0
votes
2
answers
414
views
Prev
Prev
357
358
359
(current)
360
361
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权限