Questions
Tags
Users
Badges
All Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Doris9
9
•
asked Jan 14, 2025
编译Doris be代码使用哪个版本的Docker镜像
[https://doris.apache.org/zh-CN/community/source-install/compilation-with-docker 看到使用文档中推荐使用Docker编译Doris,我当前要编译的是Doris-2.1.5-rc02这个版本,请问应该使用哪个版本的Docker镜像 https://hub.docker.com/r/apache/doris/tags] 请问build-env-for-2.0与build-env-for-2.4这两个镜...
2.1
compilation
0
votes
1
answers
85
views
huagang
1
•
asked Jan 13, 2025
[源码构建] 在构建 3.0.3-rc04 版本出现错误:"no matching constructor for initialization of 'lucene::index::IndexWriter'"
环境 os: registry.access.redhat.com/ubi9 ldb-toolchain: 0.21 java: 17 doris: 3.0.3-rc04 构建脚本 {code...} 附加说明 由于我不熟悉 cpp ,所以简单的让 copilot 分析了一下。
3.0
install
compilation
0
votes
2
answers
100
views
BingzZ
11
•
asked Jan 13, 2025
2.1.7,push_type=DELETE|error=[E-235]failed to push data. version count: 2002, exceed limit: 2000, tablet: 45663756
Doris版本2.1.7 往doris写数据,先删后写,卡在delete语句一直在执行中,日志报错: W20250113 18:57:15.218466 68976 task_worker_pool.cpp:1487] failed to execute push task|signature=96487867|tablet_id=45663756|push_type=DELETE|error=[E-235]failed to push data. version count...
2.1
ingestion
0
votes
1
answers
98
views
liuzhao
11
•
asked Jan 13, 2025
Doris3.0.1和Doris3.0.3 创建全局function,在重启的情况下,会出现偶尔的函数失效的问题,创建库.函数名这种方式则不会出现相同的情况
3.0
cluster
0
votes
2
answers
64
views
huangjinrong
3
•
asked Jan 13, 2025
2.1.6,last_value() 函数似乎不支持 UNBOUNDED preceding
版本:apache-doris-2.1.6-bin-x64 sql: with mock as ( select 1 as id,1 sort,null state union all select 1 as id,2 sort,0 state union all select 1 as id,3 sort,3 state union all select 1 as id,4 sort,null state union all select 1 as id,5 sort,2 ...
2.1
demand
0
votes
1
answers
124
views
帅的被人砍
3
•
asked Jan 13, 2025
【已解决】2.1.7,doris复制表报错
操作步骤 1、建表 2、使用 create table as 复制步骤1创建的表 建表语句: CREATE TABLE IF NOT EXISTS test_table_01( _id varchar not null comment 'unique value', _index varchar not null comment 'table name', _time datetime (6) default current_timestamp...
cluster
2.0
0
votes
1
answers
141
views
happyday_zhang
9
•
asked Jan 13, 2025
doris-manager 24版本的负载管理(workload group)总是查询异常?
doris-manager 24的“负载管理”在进行了一些查询和刷新后,包括在执行权限菜单后,在进入负载管理查询总是显示系统异常,这个bug官方没发现吗? 诉求1: 官方能不能进一步修正这个错误? 报错点: stout.log日志如下: {code...} 诉求2: 官方设置的运行doris-manager的日志目录在哪?
resource-admin
manager
0
votes
2
answers
203
views
yugunsung
117
•
asked Jan 13, 2025
Doris支持流式查询吗
版本:2.0.12 // 设置流式查询参数 stmt = conn.prepareStatement(sql, ResultSet.TYPE_FORWARD_ONLY, ResultSet.CONCUR_READ_ONLY); stmt.setFetchSize(Integer.MIN_VALUE);
2.0
0
votes
1
answers
217
views
NoobsZero
17
•
asked Jan 13, 2025
Doris Manager 巡检执行失败 V24.1.4
2025-01-13 13:29:18.553 [pool-6-thread-16] ERROR com.selectdb.enterprise.manager.service.impl.ClusterInspectionSynchronizer - inspection task 最大打开进程数 on node 1 retry reach limits 2025-01-13 13:29:18.553 [pool-6-thread-16] ERROR com.selectdb...
manager
0
votes
1
answers
90
views
muye
1
•
asked Jan 13, 2025
s3仓库域名配置,数据备份成功,但快照未生成
创建s3仓库 -> 执行备份成功 -> 查看备份快照 -> s3存储桶未生成快照文件 在doris-2.1.7中正常备份恢复,问题应该是在s3仓库挂载方式问题,2.0.2只能通过主机域名(doris内部处理域名 doris.{hostname}),而doris-2.1.7可以使用IP创建,同样的域名创建在2.1.7上备份时也不能生成快照文件。 如下配置域名s3.com,需在hosts添加doris.s3.com才可正常创建s3数据仓库: CREATE REP...
2.1
storage
operator
2.0
faq
0
votes
2
answers
138
views
Prev
Prev
196
197
198
(current)
199
200
Next
Next
Hot Questions
Doris研发工程师岗位(联通软研院)
SHOW FUNCTIONS 信息不完整
集群规划问题
高频stream load写入时出现大量versionincomplete的tablet,直接影响后续数据写入和查询。
1 answers
在doris 3.1.4 版本通过pycharm64登录,建异步物化视图报错,[S1009] Statement,executeQuery( cannot issue statements that do not produce result sets.
4.1.x版本遇到Decimal数据类型报错[NOT_IMPLEMENTED_ERROR]Wrong precision 0, min: 1, max: 76
2 answers