Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
3
•
asked Nov 27, 2024
单独执行SELECT 可以查询出结果,但是创建视图后再查询Unknown column...
fact_broker_score_detail_monthly表结构 CREATE TABLE IF NOT EXISTS dws.fact_broker_score_detail_monthly ( month DATE NOT NULL COMMENT '月份', employee_id CHAR(36) NOT NULL COMMENT '内网人员标识', broker_id CHAR(36) NULL COMMENT '平台经...
2.1
0
votes
1
answers
53
views
Kevin.Shin
19
•
asked Nov 27, 2024
已经具有GRANT_PRIV的用户无法创建及授权新用户
Doris 2.0 升级至 2.1.7 升级前是正常的。 给某库管理员授权: {code...} 库管理员创建新用户及赋权时,报错: 通过 show grants for x_admin; 可以看到管理员有GRANT_PRIV:
2.1
0
votes
2
answers
113
views
Jc.Wong
1
•
asked Nov 27, 2024
2.1.7 Nullable(Int32)能否修改未Nullable(Int64)
相同的一个sql,在2.0.2上能正确返回,升级2.1.7报错,报错信息如下: 1105 - errCode = 2, detailMessage = (xxx.xxx.xxx.xxx)[INTERNAL_ERROR]output type not match expr type , col name , expected type Nullable(Int64) , real type Nullable(Int32)
2.1
0
votes
1
answers
19
views
testtest
3
•
asked Nov 27, 2024
doris2.1.5集群;1fe、3be节点,我执行乐意一个sql,直接导致我的doris集群挂掉了,是BUG吗
这是我执行的sql {code...} 这种是属于BUG吗
2.1
0
votes
2
answers
82
views
技术小白
25
•
asked Nov 27, 2024
audit_log查询报错,Failed to get scan range, no queryable replica found in tablet
最早该表无法使用,我手动将"min_load_replica_num" 修改为1,可以用了,不确定什么时候开始不能使用了。 环境:1FE,1BE,版本3.0.1 按照官网建议,执行命令如下: 对应表的建表语句:
3.0
query
0
votes
1
answers
32
views
zhuwei
3
•
asked Nov 27, 2024
V2.1.7兼容mybatis问题
当使用xml文件使用 SHOW full COLUMNS FROM ${tableName};mybatis接收resultType="java.util.Map" 会报错 报错案例截图放下面: 2.1.7以前没有类似问题
2.1
0
votes
2
answers
68
views
jackshi
3
•
asked Nov 27, 2024
2.1.6,大佬们请教一个问题:使用delete from {tb_name} where _id in {tuple(id_list)} 这种sql批量删除数据后,程序显示已经删完了但是还是可以查询到删除的数据,这是啥原因啊
doris版本是2.1.6的,数据量有5更多亿,看日志大概率是数据的删除更新很慢导致。 fe的log日志: 246 INFO (tablet checker|39) [TabletScheduler.addTablet():272] Add tablet to pending queue, tablet id: 17305872, status: REPLICA_MISSING, state: PENDING, type: REPAIR, priority: NORMAL, ...
2.1
performance
0
votes
1
answers
140
views
hz1985
1
•
asked Nov 26, 2024
be缩容,卡住了,重启服务器都没用
2024-11-26 20:20:50.011 [SimpleAsyncTaskExecutor-29] INFO c.s.e.m.service.component.agentjob.JobExecutor - next job stages is empty 2024-11-26 20:20:50.011 [SimpleAsyncTaskExecutor-29] INFO c.s.e.m.service.component.agentjob.JobExecutor - t...
manager
0
votes
1
answers
65
views
zhanglu
3
•
asked Nov 26, 2024
doris-manager新建集群报空指针
我已经安装好了doris-manager,正在新建doris集群时发生了如下报错。添加FE时一直显示异常, 查看了日志。报了空指针异常。如何解决?
manager
0
votes
1
answers
32
views
huang
1
•
asked Nov 26, 2024
flink3.0 第一次用各位大神怎么解决
2024-11-26 16:20:11 java.io.IOException: Could not perform checkpoint 75 for operator PostPartition -> Sink Writer: Flink CDC Event Sink: doris (1/2)#0. at org.apache.flink.streaming.runtime.tasks.StreamTask.triggerCheckpointOnBarrier(St...
3.0
0
votes
1
answers
72
views
Prev
Prev
135
136
137
(current)
138
139
Next
Next
Hot Questions
【用户案例】Apache Doris 在菜鸟的大规模业务场景落地实践
1 answers
doris-manager看grafana图表经常有 BE not alive情况
1 answers
doris开源版支持ANN索引嘛?
Windows下Docker部署是用curl stream load导入数据无法连接到be
2.1.11的arm版的包是不是不太对
Spring Framework 的 functional web frameworks (WebMvc.fn 和 WebFlux.fn) 中存在路径遍历漏洞
1 answers