Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Zheng385220
3
•
asked Apr 12, 2024
doris在streamload导入数据后doris报错
导入数据后整个doris之前的库也查看不了 进行导入后本来正常的doris也崩掉了求解决
2.1
0
votes
1
answers
69
views
雪烬0318
7
•
asked Apr 12, 2024
【已记录】照着文档sql建agg state的表报错
2.1
0
votes
1
answers
77
views
椰子Echo@SelectDB
1111
•
asked Apr 12, 2024
【2.1 版本新特性】更高效准确的数据库内部任务调度实践,Apache Doris 内置 Job Scheduler 的实现与应用
在 Apache Doris 之前版本中,通常需要依赖于外部调度系统,如通过业务代码定时调度或者引入第三方调度工具、分布式调度平台来满足上述需求。然而,因受限于外部系统自身能力,可能无法满足 Doris 对调度策略及资源管理灵活性的要求。此外,如果外部调度系统出现故障,这不仅会增加业务风险,还需投入额外的运维时间和人力来应对。 为解决上述问题,Apache Doris 在 [2.1 版本中引入了 Job Scheduler 功能,实现了自主任务调度能力,调度的精准度可达到秒级...
content
0
votes
1
answers
186
views
chong.zuo
3
•
asked Apr 12, 2024
【已记录】doris2.0.5版本执行sql的时候偶尔会出现卡住没有返回数据情况
执行简单sql查询,表中只有几条数据,查询没有返回数据卡住,等了很久返回查询超时。 每天上午、下午固定的时间段会出现这个问题,查询失败。
2.0
0
votes
1
answers
88
views
许鸿坤@Cisco
21
•
asked Apr 12, 2024
doris boolean类型为何通过jdbc转为了bit而非tinyint?
我们使用了doris推荐的mysql-connector-java:8.0.25从doris里面读取数据,但是却把boolean转成了bit。我在fe的类型转换中发现的却是boolean会转化成tinyint,是否有人帮忙答一下疑? public MysqlColType toMysqlType() { switch (this) { // MySQL use Tinyint(1) to represent boolean case BOOLEAN: case TINYINT...
2.1
0
votes
1
answers
71
views
zhb123
319
•
asked Apr 12, 2024
【已解决】flink-connector-doris消费kafka写入doris出现问题
ingestion
2.0
0
votes
1
answers
94
views
hamming
5
•
asked Apr 12, 2024
【修复中】doris 2.0.8,在查询页点击 Data Preview 出现报错
2.0.8 的版本 有个bug 点击Data Preview 就会报错 看不到数据
2.0
0
votes
3
answers
152
views
DuckSide
3
•
asked Apr 12, 2024
routine load 报错:can not find workload group null
自2.0.2更新到2.1之后,大部分routineload无法发恢复,改为pause 状态报错: ErrorReason{code=errCode = 2, msg='failed to create task: errCode = 2, detailMessage = can not find workload group null'} 之前没有配置相关workload group 功能。 目前已知可以通过重新创建routine load job 来恢复,但...
2.1
0
votes
1
answers
62
views
forest
35
•
asked Apr 12, 2024
flink 通过GET /api/<db>/<table>/_schema 获取信息 失败
请求返回{ "msg": "Unauthorized", "code": 401, "data": "Need auth information.", "count": 0 }
2.1
0
votes
1
answers
65
views
许鸿坤@Cisco
21
•
asked Apr 12, 2024
从上一次checkpoint无法恢复
{code...} 已经参考了doris文档,errCode = 2, detailMessage = transaction [19650] not found Occurred in the Commit phase, the transaction ID recorded in the checkpoint has expired on the FE side, and the above error will occur when committing again a...
2.1
0
votes
1
answers
107
views
Prev
Prev
415
416
417
(current)
418
419
Next
Next
Hot Questions
doris同连接的元数据获取不到字段
Spark Doris Connector 从hive导入doris double类型丢精度怎么解决?
1 answers
doris任务跑批失败,请问这个失败原因是什么?有什么好的解决方法吗?
1 answers
Doris Manager支持降级吗
1 answers
arm版本部署doris4.0版本,提示No valid foundationdb package found in /data/doris-manager-downloads/doris
1 answers
Group Commit写入原理请教