Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
vision
7
•
asked Aug 30, 2024
Doris JDBC Catalog sqlserver连接失败
创建的时候,能够正常使用,过了几天后,就不能使用,需要重新创建 SQL 错误 [1105] [HY000]: errCode = 2, detailMessage = (10.8.101.9)[CANCELLED]JdbcExecutorException: Initialize datasource failed: CAUSED BY: SQLTransientConnectionException: HikariPool-5 - Connection is not ava...
2.1
0
votes
2
answers
59
views
gfadweeq
20
•
asked Aug 29, 2024
ROUTINELOAD内存增长不回收
同时启动ROUTINE LOAD 6个任务,分别从KAFKA向DORIS表中导入数据,运行4个小时后64G内存使用率在70%以上,导入速度开始逐步变慢到完全停止。这种情况应该从何处排查
3.0
0
votes
1
answers
71
views
zhangrq5
4
•
asked Aug 29, 2024
主键模型 建表时分桶列为什么限制必须为主键列【2.1.5-rc02】
[https://github.com/apache/doris/pull/31951] 这个PR提交增加了建表时的语法检查,现有的2.1.0版本未有此限制。 想咨询下增加该限制的原因。
2.1
0
votes
1
answers
83
views
Smithone
1
•
asked Aug 29, 2024
创建 FlinkJob 任务,自动同步表结构并创建 CDC 任务持续导入数据,失败
.根据源表创建 FlinkJob 任务,自动同步表结构并创建 CDC 任务持续导入数据,可使用如下命令提交 Job 任务: docker exec doris-jobmanager-1 /opt/flink/bin/flink run -Dexecution.checkpointing.interval=5s -Dparallelism.default=1 -c org.apache.doris.flink.tools.cdc.CdcTools /opt/flink/lib/...
2.1
0
votes
1
answers
86
views
TheThirdReich
3
•
asked Aug 29, 2024
be数据目录磁盘占用空间
doris版本:2.0.3 目前通过show backends显示其中一个be的数据占用只有879G 但在实际的数据目录中(排除日志、垃圾回收箱),占用空间达到了1.3T 这个状态持续了大半个月以上,尝试过重启机器释放文件句柄,但没有效果,目前怀疑可能是部分分片因为某些原因没有被正确清理,目前我该如何去定位这个问题?
2.0
0
votes
2
answers
104
views
varian
3
•
asked Aug 29, 2024
通过jdbc执行sql查询, 把结果insert到数据表时,结果数不确定
重现步骤: 0, 原始表数据未发生变化 1, sql执行查询,结果数是确定的29614,前后多次执行结果不变 {code...} 数据库版本:doris 2.1.5 jdbc版本:mysql-connector-j-8.2.0.jar和mysql-connector-java-5.1.49.jar 请问一下怎么处理或者如何进一步排查这个问题?
2.1
0
votes
2
answers
70
views
Mr.Lee
3
•
asked Aug 29, 2024
doris 查询列表不支持子查询吗?可用什么代替吗?
2.0
0
votes
1
answers
154
views
BingzZ
11
•
asked Aug 29, 2024
表按月进行分区使用delete删除时不指定PARTITION只在where后面过滤分区字段doris对自动推断出分区吗?
表使用day字段按月分区,使用delete from table where day='2024-08-28'进行删除。 使用show delete查看发现partitionName是* 这是没有自动推断出分区全分区扫描了吗?
2.1
0
votes
2
answers
43
views
徐振超@SelectDB
7346
•
asked Aug 29, 2024
【最佳实践】X2Doris 常见问题及处理方案
安装部署 参考官网文档: [https://docs.selectdb.com/docs/ecosystem/x2doris/x2doris-deployment-guide 使用指南 参考官网文档:https://docs.selectdb.com/docs/ecosystem/x2doris/x2doris-use-guide] 常见问题 推荐使用最新版本的X2Doris,目前仅支持jdk8 使用文档参考:https://docs.selectdb.com/docs/ec...
x2doris
content
faq
0
votes
3
answers
395
views
徐振超@SelectDB
7346
•
asked Aug 29, 2024
【Apache Doris】数据均衡问题排查指南
一、前提概要 当集群处于以下几种情况时,可参考本文进行问题排查。 BE节点之间的数据不均 单个BE节点上的多个磁盘之间的数据不均 BE节点的上线和下线进度卡死(BE的tablet数量没有变化) 在排查数据均衡问题之前,需要先确认FE的以下几个参数是否正确 {code...}
content
1
votes
1
answers
619
views
Prev
Prev
225
226
227
(current)
228
229
Next
Next
Hot Questions
【用户案例】Apache Doris 在菜鸟的大规模业务场景落地实践
1 answers
Doris2.0.3版本ROUND函数四舍五入偶发性错误
1 answers
Doris错误信息不准确
审计日志default服务器分组的历史数据问题。
DELETE之后存储占用未减少
1 answers
doris3.0.5版本,执行查询和插入时候数据量不一致
1 answers